org.opencrx.kernel.base.query
Interface BooleanReplacementQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, SecureObjectQuery, TemplateReplacementQuery, ViewCapableQuery
All Known Implementing Classes:
BooleanReplacementFilterImpl

public interface BooleanReplacementQuery
extends TemplateReplacementQuery


Method Summary
 BooleanTypePredicate forAllOldBoolean()
          Adds a constraint for the feature oldBoolean to the predicate.
 BooleanTypePredicate newBoolean()
           
 OptionalFeaturePredicate oldBoolean()
          Adds a constraint to the predicate for BooleanReplacement testing whether the value of the feature oldBoolean is null or not.
 SimpleTypeOrder orderByNewBoolean()
          Allows to adds a sort instruction for BooleanReplacement depending the feature newBoolean Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByOldBoolean()
          Allows to adds a sort instruction for BooleanReplacement depending the feature oldBoolean Note: The order in which orderBy… instructions are given is relevant!
 BooleanTypePredicate thereExistsOldBoolean()
          Adds a constraint for the feature oldBoolean to the predicate.
 
Methods inherited from interface org.opencrx.kernel.base.query.TemplateReplacementQuery
description, forAllDescription, name, orderByDescription, orderByName, thereExistsDescription
 
Methods inherited from interface org.opencrx.kernel.base.query.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

newBoolean

BooleanTypePredicate newBoolean()

orderByNewBoolean

SimpleTypeOrder orderByNewBoolean()
Allows to adds a sort instruction for BooleanReplacement depending the feature newBoolean Note: The order in which orderBy… instructions are given is relevant!


oldBoolean

OptionalFeaturePredicate oldBoolean()
Adds a constraint to the predicate for BooleanReplacement testing whether the value of the feature oldBoolean is null or not.


thereExistsOldBoolean

BooleanTypePredicate thereExistsOldBoolean()
Adds a constraint for the feature oldBoolean to the predicate. The predicate for BooleanReplacement evaluates true if its value of feature oldBoolean satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllOldBoolean

BooleanTypePredicate forAllOldBoolean()
Adds a constraint for the feature oldBoolean to the predicate. The predicate for BooleanReplacement evaluates true if its value of feature oldBoolean satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByOldBoolean

SimpleTypeOrder orderByOldBoolean()
Allows to adds a sort instruction for BooleanReplacement depending the feature oldBoolean Note: The order in which orderBy… instructions are given is relevant!



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