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

Packages that use DocumentRevision
org.opencrx.kernel.document1.jmi1   
 

Uses of DocumentRevision in org.opencrx.kernel.document1.jmi1
 

Subinterfaces of DocumentRevision in org.opencrx.kernel.document1.jmi1
 interface MediaContent
          Class MediaContent
 interface MediaReference
          Class MediaReference
 interface ResourceIdentifier
          Class ResourceIdentifier
 

Methods in org.opencrx.kernel.document1.jmi1 with type parameters of type DocumentRevision
<T extends DocumentRevision>
List<T>
Document.getRevision(DocumentRevisionQuery query)
          Retrieves the value for the reference revision for the specified query.
 

Methods in org.opencrx.kernel.document1.jmi1 that return DocumentRevision
 DocumentRevision Document.getHeadRevision()
          Retrieves the value for the reference headRevision.
 DocumentRevision Document.getRevision(boolean idIsPersistent, String id)
          Retrieves the value for the reference revision for the specified qualifier attribute value.
 DocumentRevision Document.getRevision(String id)
          Retrieves the value for the reference revision for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.document1.jmi1 with parameters of type DocumentRevision
 void Document.addRevision(boolean idIsPersistent, String id, DocumentRevision revision)
          Adds the specified element to the set of the values for the reference revision.
 void Document.addRevision(String id, DocumentRevision revision)
          Adds the specified element to the set of the values for the reference revision 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.