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

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

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

Methods in org.opencrx.kernel.document1.cci2 that return DocumentFolderQuery
 DocumentFolderQuery DocumentFolderAssignmentQuery.forAllDocumentFolder()
          Adds a condition for the feature documentFolder to the predicate for DocumentFolderAssignment, which evaluates to false unless the value of the feature documentFolder satisfies the given condition.
 DocumentFolderQuery SegmentQuery.forAllFolder()
          Adds a condition for the feature folder to the predicate for Segment, which evaluates to false unless the value of the feature folder satisfies the given condition.
 DocumentFolderQuery DocumentFolderQuery.forAllFolder()
          Adds a condition for the feature folder to the predicate for DocumentFolder, which evaluates to false unless the value of the feature folder satisfies the given condition.
 DocumentFolderQuery DocumentQuery.forAllFolder()
          Adds a condition for the feature folder to the predicate for Document, which evaluates to false unless the value of the feature folder satisfies the given condition.
 DocumentFolderQuery DocumentFolderQuery.forAllParent()
          Adds a condition for the feature parent to the predicate for DocumentFolder, which evaluates to false unless the value of the feature parent satisfies the given condition.
 DocumentFolderQuery DocumentFolderAssignmentQuery.thereExistsDocumentFolder()
          Adds a condition for the feature documentFolder to the predicate for DocumentFolderAssignment, which evaluates to false unless the value of the feature documentFolder satisfies the given condition.
 DocumentFolderQuery SegmentQuery.thereExistsFolder()
          Adds a condition for the feature folder to the predicate for Segment, which evaluates to false unless the value of the feature folder satisfies the given condition.
 DocumentFolderQuery DocumentFolderQuery.thereExistsFolder()
          Adds a condition for the feature folder to the predicate for DocumentFolder, which evaluates to false unless the value of the feature folder satisfies the given condition.
 DocumentFolderQuery DocumentQuery.thereExistsFolder()
          Adds a condition for the feature folder to the predicate for Document, which evaluates to false unless the value of the feature folder satisfies the given condition.
 DocumentFolderQuery DocumentFolderQuery.thereExistsParent()
          Adds a condition for the feature parent to the predicate for DocumentFolder, which evaluates to false unless the value of the feature parent satisfies the given condition.
 

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

Methods in org.opencrx.kernel.document1.jmi1 that return DocumentFolderQuery
 DocumentFolderQuery Document1Package.createDocumentFolderQuery()
           
 

Methods in org.opencrx.kernel.document1.jmi1 with parameters of type DocumentFolderQuery
<T extends DocumentFolder>
List<T>
Segment.getFolder(DocumentFolderQuery query)
          Retrieves the value for the reference folder for the specified query.
<T extends DocumentFolder>
List<T>
DocumentFolder.getFolder(DocumentFolderQuery query)
          Retrieves the value for the reference folder 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.