|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompoundBookingQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
acceptedBy()
Adds a constraint to the predicate for CompoundBooking
testing whether the feature acceptedBy has values or not. |
ComparableTypePredicate<Date> |
bookingDate()
|
ComparableTypePredicate<Short> |
bookingStatus()
|
ComparableTypePredicate<Short> |
bookingType()
|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for CompoundBooking
testing whether the value of the feature description is
null or not. |
StringTypePredicate |
forAllAcceptedBy()
Adds a constraint for the feature acceptedBy to the
predicate. |
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
CompoundBookingQuery |
forAllReversalOf()
Adds a constraint for the feature reversalOf to the
predicate. |
WfProcessInstanceQuery |
forAllWfProcess()
Adds a constraint for the feature wfProcess to the
predicate. |
BooleanTypePredicate |
isLocked()
|
ComparableTypePredicate<Short> |
lockingReason()
|
ComparableTypePredicate<Date> |
lockModifiedAt()
|
StringTypePredicate |
name()
|
MultivaluedTypeOrder |
orderByAcceptedBy()
Allows to adds a sort instruction for CompoundBooking
depending the feature acceptedBy
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByBookingDate()
Allows to adds a sort instruction for CompoundBooking
depending the feature bookingDate
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByBookingStatus()
Allows to adds a sort instruction for CompoundBooking
depending the feature bookingStatus
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByBookingType()
Allows to adds a sort instruction for CompoundBooking
depending the feature bookingType
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for CompoundBooking
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByIsLocked()
Allows to adds a sort instruction for CompoundBooking
depending the feature isLocked
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByLockingReason()
Allows to adds a sort instruction for CompoundBooking
depending the feature lockingReason
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByLockModifiedAt()
Allows to adds a sort instruction for CompoundBooking
depending the feature lockModifiedAt
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for CompoundBooking
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
reversalOf()
Adds a constraint to the predicate for CompoundBooking
testing whether the value of the feature reversalOf is
null or not. |
StringTypePredicate |
thereExistsAcceptedBy()
Adds a constraint for the feature acceptedBy to the
predicate. |
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
CompoundBookingQuery |
thereExistsReversalOf()
Adds a constraint for the feature reversalOf to the
predicate. |
WfProcessInstanceQuery |
thereExistsWfProcess()
Adds a constraint for the feature wfProcess to the
predicate. |
OptionalFeaturePredicate |
wfProcess()
Adds a constraint to the predicate for CompoundBooking
testing whether the value of the feature wfProcess is
null or not. |
| 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 |
|---|
MultivaluedFeaturePredicate acceptedBy()
CompoundBooking
testing whether the feature acceptedBy has values or not.
StringTypePredicate thereExistsAcceptedBy()
acceptedBy to the
predicate. The predicate for CompoundBooking evaluates
true if at least one of its values of feature
acceptedBy satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
StringTypePredicate forAllAcceptedBy()
acceptedBy to the
predicate. The predicate for CompoundBooking evaluates
true if all of its values of feature
acceptedBy satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByAcceptedBy()
CompoundBooking
depending the feature acceptedBy
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Date> bookingDate()
SimpleTypeOrder orderByBookingDate()
CompoundBooking
depending the feature bookingDate
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> bookingStatus()
SimpleTypeOrder orderByBookingStatus()
CompoundBooking
depending the feature bookingStatus
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> bookingType()
SimpleTypeOrder orderByBookingType()
CompoundBooking
depending the feature bookingType
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate description()
CompoundBooking
testing whether the value of the feature description is
null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate. The predicate for CompoundBooking evaluates
true if its value of feature description
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!
StringTypePredicate forAllDescription()
description to the
predicate. The predicate for CompoundBooking evaluates
true if its value of feature description
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!
SimpleTypeOrder orderByDescription()
CompoundBooking
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
BooleanTypePredicate isLocked()
SimpleTypeOrder orderByIsLocked()
CompoundBooking
depending the feature isLocked
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Date> lockModifiedAt()
SimpleTypeOrder orderByLockModifiedAt()
CompoundBooking
depending the feature lockModifiedAt
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> lockingReason()
SimpleTypeOrder orderByLockingReason()
CompoundBooking
depending the feature lockingReason
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
CompoundBooking
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate reversalOf()
CompoundBooking
testing whether the value of the feature reversalOf is
null or not.
CompoundBookingQuery thereExistsReversalOf()
reversalOf to the
predicate. The predicate for CompoundBooking evaluates
true if its value of feature reversalOf
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!
CompoundBookingQuery forAllReversalOf()
reversalOf to the
predicate. The predicate for CompoundBooking evaluates
true if its value of feature reversalOf
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!
OptionalFeaturePredicate wfProcess()
CompoundBooking
testing whether the value of the feature wfProcess is
null or not.
WfProcessInstanceQuery thereExistsWfProcess()
wfProcess to the
predicate. The predicate for CompoundBooking evaluates
true if its value of feature wfProcess
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!
WfProcessInstanceQuery forAllWfProcess()
wfProcess to the
predicate. The predicate for CompoundBooking evaluates
true if its value of feature wfProcess
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!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||