|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentLink | |
|---|---|
| org.opencrx.kernel.document1.jmi1 | |
| Uses of DocumentLink in org.opencrx.kernel.document1.jmi1 |
|---|
| Methods in org.opencrx.kernel.document1.jmi1 with type parameters of type DocumentLink | ||
|---|---|---|
|
Document.getLink(DocumentLinkQuery query)
Retrieves the value for the reference link for the specified query. |
|
| Methods in org.opencrx.kernel.document1.jmi1 that return DocumentLink | |
|---|---|
DocumentLink |
DocumentLinkClass.createDocumentLink()
Creates an instance of class DocumentLink. |
DocumentLink |
DocumentLinkClass.getDocumentLink(Object object)
Creates an instance of class DocumentLink based on the specified Object instance. |
DocumentLink |
Document.getLink(boolean idIsPersistent,
String id)
Retrieves the value for the reference link for the specified qualifier attribute value. |
DocumentLink |
Document.getLink(String id)
Retrieves the value for the reference link for the specified qualifier attribute value. |
| Methods in org.opencrx.kernel.document1.jmi1 with parameters of type DocumentLink | |
|---|---|
void |
Document.addLink(boolean idIsPersistent,
String id,
DocumentLink link)
Adds the specified element to the set of the values for the reference link. |
void |
Document.addLink(DocumentLink link)
Adds the specified element to the set of the values for the reference link using an implementation-specific, reassignable qualifier. |
void |
Document.addLink(String id,
DocumentLink link)
Adds the specified element to the set of the values for the reference link using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||