org.opencrx.kernel.base.cci2
Interface ModifyOwningGroupsParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface ModifyOwningGroupsParamsQuery
extends AnyTypePredicate


Method Summary
 PrincipalGroupQuery forAllGroup()
          Adds a condition for the feature group to the predicate for ModifyOwningGroupsParams, which evaluates to false unless the values of the feature group satisfy the given condition.
 MultivaluedFeaturePredicate group()
          Adds a constraint to the predicate for ModifyOwningGroupsParams testing whether the feature group has values or not.
 ComparableTypePredicate<Short> mode()
           
 SimpleTypeOrder orderByMode()
          Allows to adds a sort instruction for ModifyOwningGroupsParams depending the feature mode Note: The order in which orderBy… instructions are given is relevant!
 PrincipalGroupQuery thereExistsGroup()
          Adds a condition for the feature group to the predicate for ModifyOwningGroupsParams, which evaluates to false unless the values of the feature group satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

group

MultivaluedFeaturePredicate group()
Adds a constraint to the predicate for ModifyOwningGroupsParams testing whether the feature group has values or not.


thereExistsGroup

PrincipalGroupQuery thereExistsGroup()
Adds a condition for the feature group to the predicate for ModifyOwningGroupsParams, which evaluates to false unless the values of the feature group satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllGroup

PrincipalGroupQuery forAllGroup()
Adds a condition for the feature group to the predicate for ModifyOwningGroupsParams, which evaluates to false unless the values of the feature group satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


mode

ComparableTypePredicate<Short> mode()

orderByMode

SimpleTypeOrder orderByMode()
Allows to adds a sort instruction for ModifyOwningGroupsParams 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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.