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

Packages that use DocumentAttachmentQuery
org.opencrx.kernel.document1.cci2   
org.opencrx.kernel.document1.jmi1   
 

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

Methods in org.opencrx.kernel.document1.cci2 that return DocumentAttachmentQuery
 DocumentAttachmentQuery DocumentQuery.forAllAttachment()
          Adds a condition for the feature attachment to the predicate for Document, which evaluates to false unless the value of the feature attachment satisfies the given condition.
 DocumentAttachmentQuery DocumentQuery.thereExistsAttachment()
          Adds a condition for the feature attachment to the predicate for Document, which evaluates to false unless the value of the feature attachment satisfies the given condition.
 

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

Methods in org.opencrx.kernel.document1.jmi1 that return DocumentAttachmentQuery
 DocumentAttachmentQuery Document1Package.createDocumentAttachmentQuery()
           
 

Methods in org.opencrx.kernel.document1.jmi1 with parameters of type DocumentAttachmentQuery
<T extends DocumentAttachment>
List<T>
Document.getAttachment(DocumentAttachmentQuery query)
          Retrieves the value for the reference attachment for the specified query.
 



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