org.opencrx.kernel.base.query
Interface ModifyOwningGroupParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
ModifyOwningGroupParamsFilterImpl

public interface ModifyOwningGroupParamsQuery
extends AnyTypePredicate


Method Summary
 PrincipalGroupQuery forAllGroup()
          Adds a constraint for the feature group to the predicate.
 OptionalFeaturePredicate group()
          Adds a constraint to the predicate for ModifyOwningGroupParams testing whether the value of the feature group is null or not.
 ComparableTypePredicate mode()
           
 SimpleTypeOrder orderByMode()
          Allows to adds a sort instruction for ModifyOwningGroupParams depending the feature mode Note: The order in which orderBy… instructions are given is relevant!
 PrincipalGroupQuery thereExistsGroup()
          Adds a constraint for the feature group to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

group

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


thereExistsGroup

PrincipalGroupQuery thereExistsGroup()
Adds a constraint for the feature group to the predicate. The predicate for ModifyOwningGroupParams evaluates true if its value of feature group 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!


forAllGroup

PrincipalGroupQuery forAllGroup()
Adds a constraint for the feature group to the predicate. The predicate for ModifyOwningGroupParams evaluates true if its value of feature group 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!


mode

ComparableTypePredicate mode()

orderByMode

SimpleTypeOrder orderByMode()
Allows to adds a sort instruction for ModifyOwningGroupParams depending the feature mode 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.