org.opencrx.kernel.generic.cci2
Interface PropertySetEntryQuery

All Superinterfaces:
AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, org.openmdx.base.cci2.ExtentCapableQuery, SecureObjectQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery
All Known Subinterfaces:
BooleanPropertySetEntryQuery, DatePropertySetEntryQuery, DateTimePropertySetEntryQuery, DecimalPropertySetEntryQuery, IntegerPropertySetEntryQuery, ReferencePropertySetEntryQuery, StringPropertySetEntryQuery, UriPropertySetEntryQuery

public interface PropertySetEntryQuery
extends SecureObjectQuery, org.openmdx.base.cci2.BasicObjectQuery


Method Summary
 PropertyQuery forAllProperty()
          Adds a condition for the feature property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition.
 StringTypePredicate forAllPropertyDescription()
          Adds a condition for the feature propertyDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyDescription satisfies the given condition.
 StringTypePredicate forAllPropertyName()
          Adds a condition for the feature propertyName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyName satisfies the given condition.
 StringTypePredicate forAllPropertySetDescription()
          Adds a condition for the feature propertySetDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetDescription satisfies the given condition.
 StringTypePredicate forAllPropertySetName()
          Adds a condition for the feature propertySetName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetName satisfies the given condition.
 StringTypePredicate forAllStringifiedValue()
          Adds a condition for the feature stringifiedValue to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature stringifiedValue satisfies the given condition.
 SimpleTypeOrder orderByPropertyDescription()
          Allows to adds a sort instruction for PropertySetEntry depending the feature propertyDescription Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPropertyName()
          Allows to adds a sort instruction for PropertySetEntry depending the feature propertyName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPropertySetDescription()
          Allows to adds a sort instruction for PropertySetEntry depending the feature propertySetDescription Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPropertySetName()
          Allows to adds a sort instruction for PropertySetEntry depending the feature propertySetName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByStringifiedValue()
          Allows to adds a sort instruction for PropertySetEntry depending the feature stringifiedValue Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate property()
          Adds a constraint to the predicate for PropertySetEntry testing whether the value of the feature property is null or not.
 OptionalFeaturePredicate propertyDescription()
          Adds a constraint to the predicate for PropertySetEntry testing whether the value of the feature propertyDescription is null or not.
 OptionalFeaturePredicate propertyName()
          Adds a constraint to the predicate for PropertySetEntry testing whether the value of the feature propertyName is null or not.
 OptionalFeaturePredicate propertySetDescription()
          Adds a constraint to the predicate for PropertySetEntry testing whether the value of the feature propertySetDescription is null or not.
 OptionalFeaturePredicate propertySetName()
          Adds a constraint to the predicate for PropertySetEntry testing whether the value of the feature propertySetName is null or not.
 OptionalFeaturePredicate stringifiedValue()
          Adds a constraint to the predicate for PropertySetEntry testing whether the value of the feature stringifiedValue is null or not.
 PropertyQuery thereExistsProperty()
          Adds a condition for the feature property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition.
 StringTypePredicate thereExistsPropertyDescription()
          Adds a condition for the feature propertyDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyDescription satisfies the given condition.
 StringTypePredicate thereExistsPropertyName()
          Adds a condition for the feature propertyName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyName satisfies the given condition.
 StringTypePredicate thereExistsPropertySetDescription()
          Adds a condition for the feature propertySetDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetDescription satisfies the given condition.
 StringTypePredicate thereExistsPropertySetName()
          Adds a condition for the feature propertySetName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetName satisfies the given condition.
 StringTypePredicate thereExistsStringifiedValue()
          Adds a condition for the feature stringifiedValue to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature stringifiedValue satisfies the given condition.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

property

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


thereExistsProperty

PropertyQuery thereExistsProperty()
Adds a condition for the feature property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition.

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


forAllProperty

PropertyQuery forAllProperty()
Adds a condition for the feature property to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature property satisfies the given condition.

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


propertyDescription

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


thereExistsPropertyDescription

StringTypePredicate thereExistsPropertyDescription()
Adds a condition for the feature propertyDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyDescription satisfies the given condition.

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


forAllPropertyDescription

StringTypePredicate forAllPropertyDescription()
Adds a condition for the feature propertyDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyDescription satisfies the given condition.

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


orderByPropertyDescription

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


propertyName

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


thereExistsPropertyName

StringTypePredicate thereExistsPropertyName()
Adds a condition for the feature propertyName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyName satisfies the given condition.

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


forAllPropertyName

StringTypePredicate forAllPropertyName()
Adds a condition for the feature propertyName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertyName satisfies the given condition.

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


orderByPropertyName

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


propertySetDescription

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


thereExistsPropertySetDescription

StringTypePredicate thereExistsPropertySetDescription()
Adds a condition for the feature propertySetDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetDescription satisfies the given condition.

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


forAllPropertySetDescription

StringTypePredicate forAllPropertySetDescription()
Adds a condition for the feature propertySetDescription to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetDescription satisfies the given condition.

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


orderByPropertySetDescription

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


propertySetName

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


thereExistsPropertySetName

StringTypePredicate thereExistsPropertySetName()
Adds a condition for the feature propertySetName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetName satisfies the given condition.

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


forAllPropertySetName

StringTypePredicate forAllPropertySetName()
Adds a condition for the feature propertySetName to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature propertySetName satisfies the given condition.

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


orderByPropertySetName

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


stringifiedValue

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


thereExistsStringifiedValue

StringTypePredicate thereExistsStringifiedValue()
Adds a condition for the feature stringifiedValue to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature stringifiedValue satisfies the given condition.

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


forAllStringifiedValue

StringTypePredicate forAllStringifiedValue()
Adds a condition for the feature stringifiedValue to the predicate for PropertySetEntry, which evaluates to false unless the value of the feature stringifiedValue satisfies the given condition.

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


orderByStringifiedValue

SimpleTypeOrder orderByStringifiedValue()
Allows to adds a sort instruction for PropertySetEntry depending the feature stringifiedValue 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.