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

Packages that use Document
org.opencrx.kernel.document1.cci2   
org.opencrx.kernel.document1.jdo2   
org.opencrx.kernel.document1.jmi1   
org.opencrx.kernel.generic.cci2   
org.opencrx.kernel.generic.jdo2   
org.opencrx.kernel.generic.jmi1   
 

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>
Collection<T>
Segment.getDocument()
          Retrieves a set containing all the elements for the reference document.
<T extends Document>
Set<T>
DocumentFolder.getDocument()
          Retrieves a set containing all the elements for the reference document.
 

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

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

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

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

Methods in org.opencrx.kernel.document1.jdo2 with parameters of type Document
 void DocumentRevision.setDocument(Document document)
          Sets a new value for the reference document.
 

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 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.
<T extends Document>
List<T>
DocumentFolder.getDocument(DocumentQuery query)
          Retrieves the value for the reference document for the specified query.
 

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

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

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.jdo2
 

Methods in org.opencrx.kernel.generic.jdo2 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.
 



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