|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityCreatorQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
activityGroup()
Adds a constraint to the predicate for ActivityCreator
testing whether the feature activityGroup has values or
not. |
OptionalFeaturePredicate |
activityType()
Adds a constraint to the predicate for ActivityCreator
testing whether the value of the feature activityType is
null or not. |
OptionalFeaturePredicate |
baseDate()
Adds a constraint to the predicate for ActivityCreator
testing whether the value of the feature baseDate is
null or not. |
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for ActivityCreator
testing whether the value of the feature description is
null or not. |
OptionalFeaturePredicate |
dueBy()
Adds a constraint to the predicate for ActivityCreator
testing whether the value of the feature dueBy is
null or not. |
ActivityGroupQuery |
forAllActivityGroup()
Adds a constraint for the feature activityGroup to the
predicate. |
ActivityTypeQuery |
forAllActivityType()
Adds a constraint for the feature activityType to the
predicate. |
ComparableTypePredicate |
forAllBaseDate()
Adds a constraint for the feature baseDate to the
predicate. |
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
ComparableTypePredicate |
forAllDueBy()
Adds a constraint for the feature dueBy to the predicate. |
ResourceQuery |
forAllResource()
Adds a constraint for the feature resource to the
predicate. |
ComparableTypePredicate |
forAllScheduledEnd()
Adds a constraint for the feature scheduledEnd to the
predicate. |
ComparableTypePredicate |
forAllScheduledStart()
Adds a constraint for the feature scheduledStart to the
predicate. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByBaseDate()
Allows to adds a sort instruction for ActivityCreator
depending the feature baseDate
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for ActivityCreator
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDueBy()
Allows to adds a sort instruction for ActivityCreator
depending the feature dueBy
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for ActivityCreator
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByPriority()
Allows to adds a sort instruction for ActivityCreator
depending the feature priority
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByScheduledEnd()
Allows to adds a sort instruction for ActivityCreator
depending the feature scheduledEnd
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByScheduledStart()
Allows to adds a sort instruction for ActivityCreator
depending the feature scheduledStart
Note: The order in which orderBy…
instructions are given is relevant! |
ComparableTypePredicate |
priority()
|
MultivaluedFeaturePredicate |
resource()
Adds a constraint to the predicate for ActivityCreator
testing whether the feature resource has values or not. |
OptionalFeaturePredicate |
scheduledEnd()
Adds a constraint to the predicate for ActivityCreator
testing whether the value of the feature scheduledEnd is
null or not. |
OptionalFeaturePredicate |
scheduledStart()
Adds a constraint to the predicate for ActivityCreator
testing whether the value of the feature scheduledStart is
null or not. |
ActivityGroupQuery |
thereExistsActivityGroup()
Adds a constraint for the feature activityGroup to the
predicate. |
ActivityTypeQuery |
thereExistsActivityType()
Adds a constraint for the feature activityType to the
predicate. |
ComparableTypePredicate |
thereExistsBaseDate()
Adds a constraint for the feature baseDate to the
predicate. |
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
ComparableTypePredicate |
thereExistsDueBy()
Adds a constraint for the feature dueBy to the predicate. |
ResourceQuery |
thereExistsResource()
Adds a constraint for the feature resource to the
predicate. |
ComparableTypePredicate |
thereExistsScheduledEnd()
Adds a constraint for the feature scheduledEnd to the
predicate. |
ComparableTypePredicate |
thereExistsScheduledStart()
Adds a constraint for the feature scheduledStart to the
predicate. |
| Methods inherited from interface org.opencrx.kernel.base.query.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.query.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate activityGroup()
ActivityCreator
testing whether the feature activityGroup has values or
not.
ActivityGroupQuery thereExistsActivityGroup()
activityGroup to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature activityGroup
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!
ActivityGroupQuery forAllActivityGroup()
activityGroup to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature activityGroup
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 activityType()
ActivityCreator
testing whether the value of the feature activityType is
null or not.
ActivityTypeQuery thereExistsActivityType()
activityType to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature activityType
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!
ActivityTypeQuery forAllActivityType()
activityType to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature activityType
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 baseDate()
ActivityCreator
testing whether the value of the feature baseDate is
null or not.
ComparableTypePredicate thereExistsBaseDate()
baseDate to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature baseDate
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!
ComparableTypePredicate forAllBaseDate()
baseDate to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature baseDate
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 orderByBaseDate()
ActivityCreator
depending the feature baseDate
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate description()
ActivityCreator
testing whether the value of the feature description is
null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate. The predicate for ActivityCreator 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 ActivityCreator 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()
ActivityCreator
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate dueBy()
ActivityCreator
testing whether the value of the feature dueBy is
null or not.
ComparableTypePredicate thereExistsDueBy()
dueBy to the predicate.
The predicate for ActivityCreator evaluates
true if its value of feature dueBy 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!
ComparableTypePredicate forAllDueBy()
dueBy to the predicate.
The predicate for ActivityCreator evaluates
true if its value of feature dueBy 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 orderByDueBy()
ActivityCreator
depending the feature dueBy
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
ActivityCreator
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate priority()
SimpleTypeOrder orderByPriority()
ActivityCreator
depending the feature priority
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate resource()
ActivityCreator
testing whether the feature resource has values or not.
ResourceQuery thereExistsResource()
resource to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature resource
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!
ResourceQuery forAllResource()
resource to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature resource
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 scheduledEnd()
ActivityCreator
testing whether the value of the feature scheduledEnd is
null or not.
ComparableTypePredicate thereExistsScheduledEnd()
scheduledEnd to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature scheduledEnd
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!
ComparableTypePredicate forAllScheduledEnd()
scheduledEnd to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature scheduledEnd
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 orderByScheduledEnd()
ActivityCreator
depending the feature scheduledEnd
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate scheduledStart()
ActivityCreator
testing whether the value of the feature scheduledStart is
null or not.
ComparableTypePredicate thereExistsScheduledStart()
scheduledStart to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature scheduledStart
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!
ComparableTypePredicate forAllScheduledStart()
scheduledStart to the
predicate. The predicate for ActivityCreator evaluates
true if its value of feature scheduledStart
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 orderByScheduledStart()
ActivityCreator
depending the feature scheduledStart
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 | |||||||||