|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Document | |
|---|---|
| org.opencrx.kernel.base.jmi1 | |
| org.opencrx.kernel.document1.jmi1 | |
| org.opencrx.kernel.generic.jmi1 | |
| Uses of Document in org.opencrx.kernel.base.jmi1 |
|---|
| Methods in org.opencrx.kernel.base.jmi1 that return Document | |
|---|---|
Document |
ExportProfile.getTemplate()
Retrieves the value for the reference template. |
| Uses of Document in org.opencrx.kernel.document1.jmi1 |
|---|
| Methods in org.opencrx.kernel.document1.jmi1 with type parameters of type Document | ||
|---|---|---|
|
Segment.getDocument(DocumentQuery query)
Retrieves the value for the reference document for the specified query. |
|
| Methods in org.opencrx.kernel.document1.jmi1 that return Document | |
|---|---|
Document |
DocumentClass.createDocument()
Creates an instance of class Document. |
Document |
DocumentLink.getDocument()
Retrieves the value for the reference document. |
Document |
Segment.getDocument(boolean idIsPersistent,
String id)
Retrieves the value for the reference document for the specified qualifier attribute value. |
Document |
DocumentClass.getDocument(Object object)
Creates an instance of class Document based on the specified Object instance. |
Document |
Segment.getDocument(String id)
Retrieves the value for the reference document for the specified qualifier attribute value. |
Document |
Document.getParent()
Retrieves the value for the reference parent. |
| Methods in org.opencrx.kernel.document1.jmi1 with parameters of type Document | |
|---|---|
void |
Segment.addDocument(boolean idIsPersistent,
String id,
Document document)
Adds the specified element to the set of the values for the reference document. |
void |
Segment.addDocument(String id,
Document document)
Adds the specified element to the set of the values for the reference document using a reassignable qualifier. |
| Uses of Document in org.opencrx.kernel.generic.jmi1 |
|---|
| Methods in org.opencrx.kernel.generic.jmi1 that return Document | |
|---|---|
Document |
DocumentAttachment.getDocument()
Retrieves the value for the reference document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||