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 constraint for the feature property to the predicate.
 StringTypePredicate forAllPropertyDescription()
          Adds a constraint for the feature propertyDescription to the predicate.
 StringTypePredicate forAllPropertyName()
          Adds a constraint for the feature propertyName to the predicate.
 StringTypePredicate forAllPropertySetDescription()
          Adds a constraint for the feature propertySetDescription to the predicate.
 StringTypePredicate forAllPropertySetName()
          Adds a constraint for the feature propertySetName to the predicate.
 StringTypePredicate forAllStringifiedValue()
          Adds a constraint for the feature stringifiedValue to the predicate.
 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 constraint for the feature property to the predicate.
 StringTypePredicate thereExistsPropertyDescription()
          Adds a constraint for the feature propertyDescription to the predicate.
 StringTypePredicate thereExistsPropertyName()
          Adds a constraint for the feature propertyName to the predicate.
 StringTypePredicate thereExistsPropertySetDescription()
          Adds a constraint for the feature propertySetDescription to the predicate.
 StringTypePredicate thereExistsPropertySetName()
          Adds a constraint for the feature propertySetName to the predicate.
 StringTypePredicate thereExistsStringifiedValue()
          Adds a constraint for the feature stringifiedValue to the predicate.
 
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 constraint for the feature property to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature property satisfies the selected condition.

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


forAllProperty

PropertyQuery forAllProperty()
Adds a constraint for the feature property to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature property satisfies the selected condition.

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


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 constraint for the feature propertyDescription to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature propertyDescription satisfies the selected condition.

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


forAllPropertyDescription

StringTypePredicate forAllPropertyDescription()
Adds a constraint for the feature propertyDescription to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature propertyDescription satisfies the selected condition.

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


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 constraint for the feature propertyName to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature propertyName satisfies the selected condition.

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


forAllPropertyName

StringTypePredicate forAllPropertyName()
Adds a constraint for the feature propertyName to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature propertyName satisfies the selected condition.

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


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 constraint for the feature propertySetDescription to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature propertySetDescription satisfies the selected condition.

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


forAllPropertySetDescription

StringTypePredicate forAllPropertySetDescription()
Adds a constraint for the feature propertySetDescription to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature propertySetDescription satisfies the selected condition.

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


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 constraint for the feature propertySetName to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature propertySetName satisfies the selected condition.

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


forAllPropertySetName

StringTypePredicate forAllPropertySetName()
Adds a constraint for the feature propertySetName to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature propertySetName satisfies the selected condition.

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


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 constraint for the feature stringifiedValue to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature stringifiedValue satisfies the selected condition.

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


forAllStringifiedValue

StringTypePredicate forAllStringifiedValue()
Adds a constraint for the feature stringifiedValue to the predicate. The predicate for PropertySetEntry evaluates true if its value of feature stringifiedValue satisfies the selected condition.

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


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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.