Uses of Interface
org.opencrx.kernel.document1.jmi1.DocumentLock

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
<T extends DocumentLock>
List<T>
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.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.