|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContractCreatorQuery
Method Summary | |
---|---|
ComparableTypePredicate<Date> |
activeOn()
|
MultivaluedFeaturePredicate |
contractGroup()
Adds a constraint to the predicate for ContractCreator testing whether the feature contractGroup has values or not. |
MultivaluedFeaturePredicate |
contractType()
Adds a constraint to the predicate for ContractCreator testing whether the feature contractType has values or not. |
OptionalFeaturePredicate |
defaultType()
Adds a constraint to the predicate for ContractCreator testing whether the value of the feature defaultType is null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for ContractCreator testing whether the value of the feature description is null or not. |
ContractGroupQuery |
forAllContractGroup()
Adds a condition for the feature contractGroup to the predicate for ContractCreator , which evaluates to false unless the value of the feature contractGroup satisfies the given condition. |
ContractTypeQuery |
forAllContractType()
Adds a condition for the feature contractType to the predicate for ContractCreator , which evaluates to false unless the value of the feature contractType satisfies the given condition. |
ContractTypeQuery |
forAllDefaultType()
Adds a condition for the feature defaultType to the predicate for ContractCreator , which evaluates to false unless the value of the feature defaultType satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for ContractCreator , which evaluates to false unless the value of the feature description satisfies the given condition. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByActiveOn()
Allows to adds a sort instruction for ContractCreator depending the feature activeOn
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for ContractCreator depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for ContractCreator depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByPriority()
Allows to adds a sort instruction for ContractCreator depending the feature priority
Note: The order in which orderBy… instructions are given is relevant! |
ComparableTypePredicate<Short> |
priority()
|
ContractGroupQuery |
thereExistsContractGroup()
Adds a condition for the feature contractGroup to the predicate for ContractCreator , which evaluates to false unless the value of the feature contractGroup satisfies the given condition. |
ContractTypeQuery |
thereExistsContractType()
Adds a condition for the feature contractType to the predicate for ContractCreator , which evaluates to false unless the value of the feature contractType satisfies the given condition. |
ContractTypeQuery |
thereExistsDefaultType()
Adds a condition for the feature defaultType to the predicate for ContractCreator , which evaluates to false unless the value of the feature defaultType satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for ContractCreator , which evaluates to false unless the value of the feature description satisfies the given condition. |
Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery |
---|
audit, forAllAudit, thereExistsAudit |
Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
---|
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
Methods inherited from interface org.opencrx.kernel.generic.cci2.LocalizedFieldContainerQuery |
---|
forAllLocalizedField, localizedField, thereExistsLocalizedField |
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedBy |
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
---|
identity, orderByIdentity |
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedBy |
Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Method Detail |
---|
ComparableTypePredicate<Date> activeOn()
SimpleTypeOrder orderByActiveOn()
ContractCreator
depending the feature activeOn
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate contractGroup()
ContractCreator
testing whether the feature contractGroup
has values or not.
ContractGroupQuery thereExistsContractGroup()
contractGroup
to the predicate for ContractCreator
, which evaluates to false
unless the value of the feature contractGroup
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ContractGroupQuery forAllContractGroup()
contractGroup
to the predicate for ContractCreator
, which evaluates to false
unless the value of the feature contractGroup
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
MultivaluedFeaturePredicate contractType()
ContractCreator
testing whether the feature contractType
has values or not.
ContractTypeQuery thereExistsContractType()
contractType
to the predicate for ContractCreator
, which evaluates to false
unless the value of the feature contractType
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ContractTypeQuery forAllContractType()
contractType
to the predicate for ContractCreator
, which evaluates to false
unless the value of the feature contractType
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
OptionalFeaturePredicate defaultType()
ContractCreator
testing whether the value of the feature defaultType
is null
or not.
ContractTypeQuery thereExistsDefaultType()
defaultType
to the predicate for ContractCreator
, which evaluates to false
unless the value of the feature defaultType
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
ContractTypeQuery forAllDefaultType()
defaultType
to the predicate for ContractCreator
, which evaluates to false
unless the value of the feature defaultType
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
OptionalFeaturePredicate description()
ContractCreator
testing whether the value of the feature description
is null
or not.
StringTypePredicate thereExistsDescription()
description
to the predicate for ContractCreator
, which evaluates to false
unless the value of the feature description
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
StringTypePredicate forAllDescription()
description
to the predicate for ContractCreator
, which evaluates to false
unless the value of the feature description
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is satisfied
SimpleTypeOrder orderByDescription()
ContractCreator
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
ContractCreator
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> priority()
SimpleTypeOrder orderByPriority()
ContractCreator
depending the feature priority
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 |