|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentLock | |
|---|---|
| org.opencrx.kernel.document1.jmi1 | |
| Uses of DocumentLock in org.opencrx.kernel.document1.jmi1 |
|---|
| Methods in org.opencrx.kernel.document1.jmi1 with type parameters of type DocumentLock | ||
|---|---|---|
|
Document.getLock(DocumentLockQuery query)
Retrieves the value for the reference lock for the specified query. |
|
| Methods in org.opencrx.kernel.document1.jmi1 that return DocumentLock | |
|---|---|
DocumentLock |
DocumentLockClass.createDocumentLock()
Creates an instance of class DocumentLock. |
DocumentLock |
DocumentLockClass.getDocumentLock(Object object)
Creates an instance of class DocumentLock based on the specified Object instance. |
DocumentLock |
Document.getLock(boolean idIsPersistent,
String id)
Retrieves the value for the reference lock for the specified qualifier attribute value. |
DocumentLock |
Document.getLock(String id)
Retrieves the value for the reference lock for the specified qualifier attribute value. |
| Methods in org.opencrx.kernel.document1.jmi1 with parameters of type DocumentLock | |
|---|---|
void |
Document.addLock(boolean idIsPersistent,
String id,
DocumentLock lock)
Adds the specified element to the set of the values for the reference lock. |
void |
Document.addLock(String id,
DocumentLock lock)
Adds the specified element to the set of the values for the reference lock using a reassignable qualifier. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||