org.openmdx.base.cci2
Interface RoleCapableQuery

All Superinterfaces:
AnyTypePredicate

public interface RoleCapableQuery
extends AnyTypePredicate


Method Summary
 RoleCapableQuery forAllRole()
          Adds a condition for the feature role to the predicate for RoleCapable, which evaluates to false unless the value of the feature role satisfies the given condition.
 StringTypePredicate forAllRoleId()
          Adds a condition for the feature roleId to the predicate for RoleCapable, which evaluates to false unless the value of the feature roleId satisfies the given condition.
 SimpleTypeOrder orderByRoleId()
          Allows to adds a sort instruction for RoleCapable depending the feature roleId Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate role()
          Adds a constraint to the predicate for RoleCapable testing whether the feature role has values or not.
 OptionalFeaturePredicate roleId()
          Adds a constraint to the predicate for RoleCapable testing whether the value of the feature roleId is null or not.
 RoleCapableQuery thereExistsRole()
          Adds a condition for the feature role to the predicate for RoleCapable, which evaluates to false unless the value of the feature role satisfies the given condition.
 StringTypePredicate thereExistsRoleId()
          Adds a condition for the feature roleId to the predicate for RoleCapable, which evaluates to false unless the value of the feature roleId satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

role

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


thereExistsRole

RoleCapableQuery thereExistsRole()
Adds a condition for the feature role to the predicate for RoleCapable, which evaluates to false unless the value of the feature role satisfies the given condition.

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


forAllRole

RoleCapableQuery forAllRole()
Adds a condition for the feature role to the predicate for RoleCapable, which evaluates to false unless the value of the feature role satisfies the given condition.

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


roleId

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


thereExistsRoleId

StringTypePredicate thereExistsRoleId()
Adds a condition for the feature roleId to the predicate for RoleCapable, which evaluates to false unless the value of the feature roleId satisfies the given condition.

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


forAllRoleId

StringTypePredicate forAllRoleId()
Adds a condition for the feature roleId to the predicate for RoleCapable, which evaluates to false unless the value of the feature roleId satisfies the given condition.

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


orderByRoleId

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



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