Uses of Interface
org.opencrx.kernel.document1.cci2.Document.Identity

Packages that use Document.Identity
org.opencrx.kernel.document1.cci2   
org.opencrx.kernel.document1.jdo2   
 

Uses of Document.Identity in org.opencrx.kernel.document1.cci2
 

Methods in org.opencrx.kernel.document1.cci2 that return Document.Identity
 Document.Identity DocumentRevision.Identity.parent()
          Retrieve the Document's identity
 

Uses of Document.Identity in org.opencrx.kernel.document1.jdo2
 

Classes in org.opencrx.kernel.document1.jdo2 that implement Document.Identity
static class Document.Identity
          The object's application identity
 

Methods in org.opencrx.kernel.document1.jdo2 that return Document.Identity
 Document.Identity DocumentRevision.Identity.parent()
          Retrieve the Document's identity
 

Methods in org.opencrx.kernel.document1.jdo2 with parameters of type Document.Identity
static DocumentRevision.Identity ResourceIdentifier.newIdentity(Document.Identity document, boolean idIsPersistent, String id)
           
static DocumentRevision.Identity MediaReference.newIdentity(Document.Identity document, boolean idIsPersistent, String id)
           
static DocumentRevision.Identity MediaContent.newIdentity(Document.Identity document, boolean idIsPersistent, String id)
           
static DocumentRevision.Identity DocumentRevision.newIdentity(Document.Identity document, boolean idIsPersistent, String id)
           
 

Constructors in org.opencrx.kernel.document1.jdo2 with parameters of type Document.Identity
DocumentRevision.Identity(Document.Identity document, boolean idIsPersistent, String id)
           
DocumentRevision.Identity(Document.Identity document, boolean idIsPersistent, String id, List<String> objectClass)
           
 



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