org.opencrx.kernel.base.cci2
Interface CheckPermissionsParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CheckPermissionsParamsQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllPrincipalName()
          Adds a condition for the feature principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName satisfies the given condition.
 SimpleTypeOrder orderByPrincipalName()
          Allows to adds a sort instruction for CheckPermissionsParams depending the feature principalName Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate principalName()
          Adds a constraint to the predicate for CheckPermissionsParams testing whether the value of the feature principalName is null or not.
 StringTypePredicate thereExistsPrincipalName()
          Adds a condition for the feature principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

principalName

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


thereExistsPrincipalName

StringTypePredicate thereExistsPrincipalName()
Adds a condition for the feature principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllPrincipalName

StringTypePredicate forAllPrincipalName()
Adds a condition for the feature principalName to the predicate for CheckPermissionsParams, which evaluates to false unless the value of the feature principalName satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByPrincipalName

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



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