|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertySetEntryQuery
| 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 |
|---|
OptionalFeaturePredicate property()
PropertySetEntry
testing whether the value of the feature property is
null or not.
PropertyQuery thereExistsProperty()
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
PropertyQuery forAllProperty()
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
OptionalFeaturePredicate propertyDescription()
PropertySetEntry
testing whether the value of the feature
propertyDescription is null or not.
StringTypePredicate thereExistsPropertyDescription()
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
StringTypePredicate forAllPropertyDescription()
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
SimpleTypeOrder orderByPropertyDescription()
PropertySetEntry
depending the feature propertyDescription
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate propertyName()
PropertySetEntry
testing whether the value of the feature propertyName is
null or not.
StringTypePredicate thereExistsPropertyName()
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
StringTypePredicate forAllPropertyName()
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
SimpleTypeOrder orderByPropertyName()
PropertySetEntry
depending the feature propertyName
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate propertySetDescription()
PropertySetEntry
testing whether the value of the feature
propertySetDescription is null or not.
StringTypePredicate thereExistsPropertySetDescription()
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
StringTypePredicate forAllPropertySetDescription()
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
SimpleTypeOrder orderByPropertySetDescription()
PropertySetEntry
depending the feature propertySetDescription
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate propertySetName()
PropertySetEntry
testing whether the value of the feature propertySetName
is null or not.
StringTypePredicate thereExistsPropertySetName()
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
StringTypePredicate forAllPropertySetName()
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
SimpleTypeOrder orderByPropertySetName()
PropertySetEntry
depending the feature propertySetName
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate stringifiedValue()
PropertySetEntry
testing whether the value of the feature stringifiedValue
is null or not.
StringTypePredicate thereExistsStringifiedValue()
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
StringTypePredicate forAllStringifiedValue()
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
SimpleTypeOrder orderByStringifiedValue()
PropertySetEntry
depending the feature stringifiedValue
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||