org.opencrx.kernel.base.cci2
Interface CheckPermissionsResultQuery

All Superinterfaces:
AnyTypePredicate

public interface CheckPermissionsResultQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllMembershipForDelete()
          Adds a condition for the feature membershipForDelete to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForDelete satisfy the given condition.
 StringTypePredicate forAllMembershipForRead()
          Adds a condition for the feature membershipForRead to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForRead satisfy the given condition.
 StringTypePredicate forAllMembershipForUpdate()
          Adds a condition for the feature membershipForUpdate to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForUpdate satisfy the given condition.
 BooleanTypePredicate hasDeletePermission()
           
 BooleanTypePredicate hasReadPermission()
           
 BooleanTypePredicate hasUpdatePermission()
           
 MultivaluedFeaturePredicate membershipForDelete()
          Adds a constraint to the predicate for CheckPermissionsResult testing whether the feature membershipForDelete has values or not.
 MultivaluedFeaturePredicate membershipForRead()
          Adds a constraint to the predicate for CheckPermissionsResult testing whether the feature membershipForRead has values or not.
 MultivaluedFeaturePredicate membershipForUpdate()
          Adds a constraint to the predicate for CheckPermissionsResult testing whether the feature membershipForUpdate has values or not.
 SimpleTypeOrder orderByHasDeletePermission()
          Allows to adds a sort instruction for CheckPermissionsResult depending the feature hasDeletePermission Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByHasReadPermission()
          Allows to adds a sort instruction for CheckPermissionsResult depending the feature hasReadPermission Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByHasUpdatePermission()
          Allows to adds a sort instruction for CheckPermissionsResult depending the feature hasUpdatePermission Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByMembershipForDelete()
          Allows to adds a sort instruction for CheckPermissionsResult depending the feature membershipForDelete Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByMembershipForRead()
          Allows to adds a sort instruction for CheckPermissionsResult depending the feature membershipForRead Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByMembershipForUpdate()
          Allows to adds a sort instruction for CheckPermissionsResult depending the feature membershipForUpdate Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate thereExistsMembershipForDelete()
          Adds a condition for the feature membershipForDelete to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForDelete satisfy the given condition.
 StringTypePredicate thereExistsMembershipForRead()
          Adds a condition for the feature membershipForRead to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForRead satisfy the given condition.
 StringTypePredicate thereExistsMembershipForUpdate()
          Adds a condition for the feature membershipForUpdate to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForUpdate satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

hasDeletePermission

BooleanTypePredicate hasDeletePermission()

orderByHasDeletePermission

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


hasReadPermission

BooleanTypePredicate hasReadPermission()

orderByHasReadPermission

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


hasUpdatePermission

BooleanTypePredicate hasUpdatePermission()

orderByHasUpdatePermission

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


membershipForDelete

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


thereExistsMembershipForDelete

StringTypePredicate thereExistsMembershipForDelete()
Adds a condition for the feature membershipForDelete to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForDelete 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


forAllMembershipForDelete

StringTypePredicate forAllMembershipForDelete()
Adds a condition for the feature membershipForDelete to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForDelete 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


orderByMembershipForDelete

MultivaluedTypeOrder orderByMembershipForDelete()
Allows to adds a sort instruction for CheckPermissionsResult depending the feature membershipForDelete Note: The order in which orderBy… instructions are given is relevant!


membershipForRead

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


thereExistsMembershipForRead

StringTypePredicate thereExistsMembershipForRead()
Adds a condition for the feature membershipForRead to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForRead 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


forAllMembershipForRead

StringTypePredicate forAllMembershipForRead()
Adds a condition for the feature membershipForRead to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForRead 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


orderByMembershipForRead

MultivaluedTypeOrder orderByMembershipForRead()
Allows to adds a sort instruction for CheckPermissionsResult depending the feature membershipForRead Note: The order in which orderBy… instructions are given is relevant!


membershipForUpdate

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


thereExistsMembershipForUpdate

StringTypePredicate thereExistsMembershipForUpdate()
Adds a condition for the feature membershipForUpdate to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForUpdate 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


forAllMembershipForUpdate

StringTypePredicate forAllMembershipForUpdate()
Adds a condition for the feature membershipForUpdate to the predicate for CheckPermissionsResult, which evaluates to false unless the values of the feature membershipForUpdate 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


orderByMembershipForUpdate

MultivaluedTypeOrder orderByMembershipForUpdate()
Allows to adds a sort instruction for CheckPermissionsResult depending the feature membershipForUpdate 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.