Uses of Interface
org.opencrx.kernel.code1.cci2.AbstractEntryQuery

Packages that use AbstractEntryQuery
org.opencrx.kernel.code1.cci2   
org.opencrx.kernel.code1.jmi1   
 

Uses of AbstractEntryQuery in org.opencrx.kernel.code1.cci2
 

Subinterfaces of AbstractEntryQuery in org.opencrx.kernel.code1.cci2
 interface CodeValueEntryQuery
           
 interface SimpleEntryQuery
           
 

Methods in org.opencrx.kernel.code1.cci2 that return AbstractEntryQuery
 AbstractEntryQuery CodeValueContainerQuery.forAllEntry()
          Adds a condition for the feature entry to the predicate for CodeValueContainer, which evaluates to false unless the value of the feature entry satisfies the given condition.
 AbstractEntryQuery CodeValueContainerQuery.thereExistsEntry()
          Adds a condition for the feature entry to the predicate for CodeValueContainer, which evaluates to false unless the value of the feature entry satisfies the given condition.
 

Uses of AbstractEntryQuery in org.opencrx.kernel.code1.jmi1
 

Methods in org.opencrx.kernel.code1.jmi1 that return AbstractEntryQuery
 AbstractEntryQuery Code1Package.createAbstractEntryQuery()
           
 

Methods in org.opencrx.kernel.code1.jmi1 with parameters of type AbstractEntryQuery
<T extends AbstractEntry>
List<T>
CodeValueContainer.getEntry(AbstractEntryQuery query)
          Retrieves the value for the reference entry for the specified query.
 



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