|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeValueEntryQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
backColor()
Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature backColor is null or not. |
OptionalFeaturePredicate |
color()
Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature color is null or not. |
OptionalFeaturePredicate |
fontWeight()
Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature fontWeight is null or not. |
StringTypePredicate |
forAllBackColor()
Adds a condition for the feature backColor to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature backColor satisfies the given condition. |
StringTypePredicate |
forAllColor()
Adds a condition for the feature color to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature color satisfies the given condition. |
StringTypePredicate |
forAllFontWeight()
Adds a condition for the feature fontWeight to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature fontWeight satisfies the given condition. |
StringTypePredicate |
forAllIconKey()
Adds a condition for the feature iconKey to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature iconKey satisfies the given condition. |
StringTypePredicate |
forAllLongText()
Adds a condition for the feature longText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature longText satisfy the given condition. |
StringTypePredicate |
forAllShortText()
Adds a condition for the feature shortText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature shortText satisfy the given condition. |
OptionalFeaturePredicate |
iconKey()
Adds a constraint to the predicate for CodeValueEntry testing whether the value of the feature iconKey is null or not. |
MultivaluedFeaturePredicate |
longText()
Adds a constraint to the predicate for CodeValueEntry testing whether the feature longText has values or not. |
SimpleTypeOrder |
orderByBackColor()
Allows to adds a sort instruction for CodeValueEntry depending the feature backColor
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByColor()
Allows to adds a sort instruction for CodeValueEntry depending the feature color
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByFontWeight()
Allows to adds a sort instruction for CodeValueEntry depending the feature fontWeight
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByIconKey()
Allows to adds a sort instruction for CodeValueEntry depending the feature iconKey
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedTypeOrder |
orderByLongText()
Allows to adds a sort instruction for CodeValueEntry depending the feature longText
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedTypeOrder |
orderByShortText()
Allows to adds a sort instruction for CodeValueEntry depending the feature shortText
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedFeaturePredicate |
shortText()
Adds a constraint to the predicate for CodeValueEntry testing whether the feature shortText has values or not. |
StringTypePredicate |
thereExistsBackColor()
Adds a condition for the feature backColor to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature backColor satisfies the given condition. |
StringTypePredicate |
thereExistsColor()
Adds a condition for the feature color to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature color satisfies the given condition. |
StringTypePredicate |
thereExistsFontWeight()
Adds a condition for the feature fontWeight to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature fontWeight satisfies the given condition. |
StringTypePredicate |
thereExistsIconKey()
Adds a condition for the feature iconKey to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature iconKey satisfies the given condition. |
StringTypePredicate |
thereExistsLongText()
Adds a condition for the feature longText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature longText satisfy the given condition. |
StringTypePredicate |
thereExistsShortText()
Adds a condition for the feature shortText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature shortText satisfy the given condition. |
| Methods inherited from interface org.opencrx.kernel.code1.cci2.AbstractEntryQuery |
|---|
entryValue, forAllEntryValue, forAllValidFrom, forAllValidTo, orderByEntryValue, orderByValidFrom, orderByValidTo, thereExistsEntryValue, thereExistsValidFrom, thereExistsValidTo, validFrom, validTo |
| 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.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate backColor()
CodeValueEntry testing whether the value of the feature backColor is null or not.
StringTypePredicate thereExistsBackColor()
backColor to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature backColor satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllBackColor()
backColor to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature backColor satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByBackColor()
CodeValueEntry depending the feature backColor
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate color()
CodeValueEntry testing whether the value of the feature color is null or not.
StringTypePredicate thereExistsColor()
color to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature color satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllColor()
color to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature color satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByColor()
CodeValueEntry depending the feature color
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate fontWeight()
CodeValueEntry testing whether the value of the feature fontWeight is null or not.
StringTypePredicate thereExistsFontWeight()
fontWeight to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature fontWeight satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllFontWeight()
fontWeight to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature fontWeight satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByFontWeight()
CodeValueEntry depending the feature fontWeight
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate iconKey()
CodeValueEntry testing whether the value of the feature iconKey is null or not.
StringTypePredicate thereExistsIconKey()
iconKey to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature iconKey satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllIconKey()
iconKey to the predicate for CodeValueEntry, which evaluates to false unless the value of the feature iconKey satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByIconKey()
CodeValueEntry depending the feature iconKey
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate longText()
CodeValueEntry testing whether the feature longText has values or not.
StringTypePredicate thereExistsLongText()
longText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature longText satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringTypePredicate forAllLongText()
longText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature longText satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
MultivaluedTypeOrder orderByLongText()
CodeValueEntry depending the feature longText
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate shortText()
CodeValueEntry testing whether the feature shortText has values or not.
StringTypePredicate thereExistsShortText()
shortText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature shortText satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringTypePredicate forAllShortText()
shortText to the predicate for CodeValueEntry, which evaluates to false unless the values of the feature shortText satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
MultivaluedTypeOrder orderByShortText()
CodeValueEntry depending the feature shortText
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 | |||||||||