|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityTypeQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Short> |
activityClass()
|
OptionalFeaturePredicate |
activityClassName()
Adds a constraint to the predicate for ActivityType testing whether the value of the feature activityClassName is null or not. |
OptionalFeaturePredicate |
controlledBy()
Adds a constraint to the predicate for ActivityType testing whether the value of the feature controlledBy is null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for ActivityType testing whether the value of the feature description is null or not. |
StringTypePredicate |
forAllActivityClassName()
Adds a condition for the feature activityClassName to the predicate for ActivityType, which evaluates to false unless the value of the feature activityClassName satisfies the given condition. |
ActivityProcessQuery |
forAllControlledBy()
Adds a condition for the feature controlledBy to the predicate for ActivityType, which evaluates to false unless the value of the feature controlledBy satisfies the given condition. |
StringTypePredicate |
forAllDescription()
Adds a condition for the feature description to the predicate for ActivityType, which evaluates to false unless the value of the feature description satisfies the given condition. |
BookingTextQuery |
forAllWorkBt()
Adds a condition for the feature workBt to the predicate for ActivityType, which evaluates to false unless the value of the feature workBt satisfies the given condition. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByActivityClass()
Allows to adds a sort instruction for ActivityType depending the feature activityClass
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByActivityClassName()
Allows to adds a sort instruction for ActivityType depending the feature activityClassName
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for ActivityType depending the feature description
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for ActivityType depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
StringTypePredicate |
thereExistsActivityClassName()
Adds a condition for the feature activityClassName to the predicate for ActivityType, which evaluates to false unless the value of the feature activityClassName satisfies the given condition. |
ActivityProcessQuery |
thereExistsControlledBy()
Adds a condition for the feature controlledBy to the predicate for ActivityType, which evaluates to false unless the value of the feature controlledBy satisfies the given condition. |
StringTypePredicate |
thereExistsDescription()
Adds a condition for the feature description to the predicate for ActivityType, which evaluates to false unless the value of the feature description satisfies the given condition. |
BookingTextQuery |
thereExistsWorkBt()
Adds a condition for the feature workBt to the predicate for ActivityType, which evaluates to false unless the value of the feature workBt satisfies the given condition. |
OptionalFeaturePredicate |
workBt()
Adds a constraint to the predicate for ActivityType testing whether the value of the feature workBt is null or not. |
| 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 |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| 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<Short> activityClass()
SimpleTypeOrder orderByActivityClass()
ActivityType depending the feature activityClass
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate activityClassName()
ActivityType testing whether the value of the feature activityClassName is null or not.
StringTypePredicate thereExistsActivityClassName()
activityClassName to the predicate for ActivityType, which evaluates to false unless the value of the feature activityClassName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllActivityClassName()
activityClassName to the predicate for ActivityType, which evaluates to false unless the value of the feature activityClassName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByActivityClassName()
ActivityType depending the feature activityClassName
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate controlledBy()
ActivityType testing whether the value of the feature controlledBy is null or not.
ActivityProcessQuery thereExistsControlledBy()
controlledBy to the predicate for ActivityType, which evaluates to false unless the value of the feature controlledBy satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ActivityProcessQuery forAllControlledBy()
controlledBy to the predicate for ActivityType, which evaluates to false unless the value of the feature controlledBy satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate description()
ActivityType testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
description to the predicate for ActivityType, 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 ActivityType, 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()
ActivityType depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
ActivityType depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate workBt()
ActivityType testing whether the value of the feature workBt is null or not.
BookingTextQuery thereExistsWorkBt()
workBt to the predicate for ActivityType, which evaluates to false unless the value of the feature workBt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BookingTextQuery forAllWorkBt()
workBt to the predicate for ActivityType, which evaluates to false unless the value of the feature workBt satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||