org.openmdx.base.query
Interface BasicObjectQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, ContextCapableQuery, ExtentCapableQuery, ViewCapableQuery
All Known Subinterfaces:
AuthenticationContextQuery, ChallengeResponseQuery, CredentialQuery, GroupQuery, ModelClassPrivilegeQuery, ModelElementPrivilegeQuery, ModelReferencePrivilegeQuery, PasscodeQuery, PasswordQuery, PermissionQuery, PolicyQuery, PrincipalQuery, PrivilegeQuery, PrivilegeQuery, RealmQuery, ResourcePrivilegeQuery, RoleQuery, SendPasscodeQuery
All Known Implementing Classes:
AuthenticationContextFilterImpl, BasicObjectFilterImpl, ChallengeResponseFilterImpl, CredentialFilterImpl, GroupFilterImpl, ModelClassPrivilegeFilterImpl, ModelElementPrivilegeFilterImpl, ModelReferencePrivilegeFilterImpl, PasscodeFilterImpl, PasswordFilterImpl, PermissionFilterImpl, PolicyFilterImpl, PrincipalFilterImpl, PrivilegeFilterImpl, PrivilegeFilterImpl, RealmFilterImpl, ResourcePrivilegeFilterImpl, RoleFilterImpl, SendPasscodeFilterImpl

public interface BasicObjectQuery
extends ContextCapableQuery, ExtentCapableQuery, ViewCapableQuery


Method Summary
 org.w3c.cci2.ComparableTypePredicate createdAt()
           
 org.w3c.cci2.MultivaluedFeaturePredicate createdBy()
          Adds a constraint to the predicate for BasicObject testing whether the feature createdBy has values or not.
 org.w3c.cci2.StringTypePredicate forAllCreatedBy()
          Adds a constraint for the feature createdBy to the predicate.
 org.w3c.cci2.StringTypePredicate forAllModifiedBy()
          Adds a constraint for the feature modifiedBy to the predicate.
 org.w3c.cci2.ComparableTypePredicate modifiedAt()
           
 org.w3c.cci2.MultivaluedFeaturePredicate modifiedBy()
          Adds a constraint to the predicate for BasicObject testing whether the feature modifiedBy has values or not.
 org.w3c.cci2.SimpleTypeOrder orderByCreatedAt()
          Allows to adds a sort instruction for BasicObject depending the feature createdAt Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByCreatedBy()
          Allows to adds a sort instruction for BasicObject depending the feature createdBy Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByModifiedAt()
          Allows to adds a sort instruction for BasicObject depending the feature modifiedAt Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByModifiedBy()
          Allows to adds a sort instruction for BasicObject depending the feature modifiedBy Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.StringTypePredicate thereExistsCreatedBy()
          Adds a constraint for the feature createdBy to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsModifiedBy()
          Adds a constraint for the feature modifiedBy to the predicate.
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

createdAt

org.w3c.cci2.ComparableTypePredicate createdAt()

orderByCreatedAt

org.w3c.cci2.SimpleTypeOrder orderByCreatedAt()
Allows to adds a sort instruction for BasicObject depending the feature createdAt Note: The order in which orderBy… instructions are given is relevant!


createdBy

org.w3c.cci2.MultivaluedFeaturePredicate createdBy()
Adds a constraint to the predicate for BasicObject testing whether the feature createdBy has values or not.


thereExistsCreatedBy

org.w3c.cci2.StringTypePredicate thereExistsCreatedBy()
Adds a constraint for the feature createdBy to the predicate. The predicate for BasicObject evaluates true if at least one of its values of feature createdBy satisfies the given condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to false!


forAllCreatedBy

org.w3c.cci2.StringTypePredicate forAllCreatedBy()
Adds a constraint for the feature createdBy to the predicate. The predicate for BasicObject evaluates true if all of its values of feature createdBy satisfy the selected condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to true!


orderByCreatedBy

org.w3c.cci2.MultivaluedTypeOrder orderByCreatedBy()
Allows to adds a sort instruction for BasicObject depending the feature createdBy Note: The order in which orderBy… instructions are given is relevant!


modifiedAt

org.w3c.cci2.ComparableTypePredicate modifiedAt()

orderByModifiedAt

org.w3c.cci2.SimpleTypeOrder orderByModifiedAt()
Allows to adds a sort instruction for BasicObject depending the feature modifiedAt Note: The order in which orderBy… instructions are given is relevant!


modifiedBy

org.w3c.cci2.MultivaluedFeaturePredicate modifiedBy()
Adds a constraint to the predicate for BasicObject testing whether the feature modifiedBy has values or not.


thereExistsModifiedBy

org.w3c.cci2.StringTypePredicate thereExistsModifiedBy()
Adds a constraint for the feature modifiedBy to the predicate. The predicate for BasicObject evaluates true if at least one of its values of feature modifiedBy satisfies the given condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to false!


forAllModifiedBy

org.w3c.cci2.StringTypePredicate forAllModifiedBy()
Adds a constraint for the feature modifiedBy to the predicate. The predicate for BasicObject evaluates true if all of its values of feature modifiedBy satisfy the selected condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to true!


orderByModifiedBy

org.w3c.cci2.MultivaluedTypeOrder orderByModifiedBy()
Allows to adds a sort instruction for BasicObject depending the feature modifiedBy Note: The order in which orderBy… instructions are given is relevant!



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