|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentAttachment | |
|---|---|
| org.opencrx.kernel.document1.jmi1 | |
| Uses of DocumentAttachment in org.opencrx.kernel.document1.jmi1 |
|---|
| Methods in org.opencrx.kernel.document1.jmi1 with type parameters of type DocumentAttachment | ||
|---|---|---|
|
Document.getAttachment(DocumentAttachmentQuery query)
Retrieves the value for the reference attachment for the specified query. |
|
| Methods in org.opencrx.kernel.document1.jmi1 that return DocumentAttachment | |
|---|---|
DocumentAttachment |
DocumentAttachmentClass.createDocumentAttachment()
Creates an instance of class DocumentAttachment. |
DocumentAttachment |
Document.getAttachment(boolean idIsPersistent,
String id)
Retrieves the value for the reference attachment for the specified qualifier attribute value. |
DocumentAttachment |
Document.getAttachment(String id)
Retrieves the value for the reference attachment for the specified qualifier attribute value. |
DocumentAttachment |
DocumentAttachmentClass.getDocumentAttachment(Object object)
Creates an instance of class DocumentAttachment based on the specified Object instance. |
| Methods in org.opencrx.kernel.document1.jmi1 with parameters of type DocumentAttachment | |
|---|---|
void |
Document.addAttachment(boolean idIsPersistent,
String id,
DocumentAttachment attachment)
Adds the specified element to the set of the values for the reference attachment. |
void |
Document.addAttachment(String id,
DocumentAttachment attachment)
Adds the specified element to the set of the values for the reference attachment using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||