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

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

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

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

Methods in org.opencrx.kernel.base.cci2 with parameters of type Document
 void ExportProfile.setTemplate(Document template)
          Sets a new value for the reference template.
 

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

Methods in org.opencrx.kernel.base.jmi1 with parameters of type Document
 void ExportProfile.setTemplate(Document template)
          Sets a new value for the reference template.
 

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

Methods in org.opencrx.kernel.document1.cci2 with type parameters of type Document
<T extends Document>
SegmentContainsDocument.Document<T>
Segment.getDocument()
          Retrieves a set containing all the elements for the reference document.
 

Methods in org.opencrx.kernel.document1.cci2 that return Document
 Document DocumentLink.getDocument()
          Retrieves the value for the reference document.
 Document Document.getParent()
          Retrieves the value for the reference parent.
 

Methods in org.opencrx.kernel.document1.cci2 with parameters of type Document
 void Document.setParent(Document parent)
          Sets a new value for the reference parent.
 

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

Subinterfaces of Document in org.opencrx.kernel.document1.jmi1
 interface Document
          Class Document
 

Methods in org.opencrx.kernel.document1.jmi1 with parameters of type Document
 void Document.setParent(Document parent)
          Sets a new value for the reference parent.
 

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

Classes in org.opencrx.kernel.document1.jpa3 that implement Document
 class Document
          Class Document
 

Methods in org.opencrx.kernel.document1.jpa3 with type parameters of type Document
<T extends Document>
SegmentContainsDocument.Document<T>
Segment.getDocument()
          Retrieves a set containing all the elements for the reference document.
 

Methods in org.opencrx.kernel.document1.jpa3 that return Document
 Document DocumentLink.getDocument()
          Retrieves the value for the reference document.
 Document Document.getParent()
          Retrieves the value for the reference parent.
 

Methods in org.opencrx.kernel.document1.jpa3 with parameters of type Document
 void Document.setParent(Document parent)
          Sets a new value for the reference parent.
 

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

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

Methods in org.opencrx.kernel.generic.cci2 with parameters of type Document
 void DocumentAttachment.setDocument(Document document)
          Sets a new value for the reference document.
 

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

Methods in org.opencrx.kernel.generic.jmi1 with parameters of type Document
 void DocumentAttachment.setDocument(Document document)
          Sets a new value for the reference document.
 

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

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

Methods in org.opencrx.kernel.generic.jpa3 with parameters of type Document
 void DocumentAttachment.setDocument(Document document)
          Sets a new value for the reference document.
 

Uses of Document in org.opencrx.kernel.home1.jpa3
 

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

Methods in org.opencrx.kernel.home1.jpa3 with parameters of type Document
 void ExportProfile.setTemplate(Document template)
          Sets a new value for the reference template.
 



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