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

Packages that use Document
org.opencrx.kernel.base.jmi1   
org.opencrx.kernel.document1.jmi1   
org.opencrx.kernel.generic.jmi1   
 

Uses of Document in org.opencrx.kernel.base.jmi1
 

Methods in org.opencrx.kernel.base.jmi1 that return Document
 Document ExportProfile.getTemplate()
          Retrieves the value for the reference template.
 

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

Methods in org.opencrx.kernel.document1.jmi1 with type parameters of type Document
<T extends Document>
List<T>
Segment.getDocument(DocumentQuery query)
          Retrieves the value for the reference document for the specified query.
 

Methods in org.opencrx.kernel.document1.jmi1 that return Document
 Document DocumentClass.createDocument()
          Creates an instance of class Document.
 Document DocumentLink.getDocument()
          Retrieves the value for the reference document.
 Document Segment.getDocument(boolean idIsPersistent, String id)
          Retrieves the value for the reference document for the specified qualifier attribute value.
 Document DocumentClass.getDocument(Object object)
          Creates an instance of class Document based on the specified Object instance.
 Document Segment.getDocument(String id)
          Retrieves the value for the reference document for the specified qualifier attribute value.
 Document Document.getParent()
          Retrieves the value for the reference parent.
 

Methods in org.opencrx.kernel.document1.jmi1 with parameters of type Document
 void Segment.addDocument(boolean idIsPersistent, String id, Document document)
          Adds the specified element to the set of the values for the reference document.
 void Segment.addDocument(String id, Document document)
          Adds the specified element to the set of the values for the reference document using a reassignable qualifier.
 

Uses of Document in org.opencrx.kernel.generic.jmi1
 

Methods in org.opencrx.kernel.generic.jmi1 that return Document
 Document DocumentAttachment.getDocument()
          Retrieves the value for the reference document.
 



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