|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityMilestoneQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Date> |
forAllScheduledDate()
Adds a condition for the feature scheduledDate to the
predicate for ActivityMilestone, which evaluates to
false unless the value of the feature
scheduledDate satisfies the given condition. |
SimpleTypeOrder |
orderByScheduledDate()
Allows to adds a sort instruction for ActivityMilestone
depending the feature scheduledDate
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
scheduledDate()
Adds a constraint to the predicate for ActivityMilestone
testing whether the value of the feature scheduledDate is
null or not. |
ComparableTypePredicate<Date> |
thereExistsScheduledDate()
Adds a condition for the feature scheduledDate to the
predicate for ActivityMilestone, which evaluates to
false unless the value of the feature
scheduledDate satisfies the given condition. |
| Methods inherited from interface org.opencrx.kernel.activity1.cci2.ActivityGroupQuery |
|---|
defaultCreator, description, forAllDefaultCreator, forAllDescription, name, orderByDescription, orderByName, thereExistsDefaultCreator, thereExistsDescription |
| 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 |
|---|
OptionalFeaturePredicate scheduledDate()
ActivityMilestone
testing whether the value of the feature scheduledDate is
null or not.
ComparableTypePredicate<Date> thereExistsScheduledDate()
scheduledDate to the
predicate for ActivityMilestone, which evaluates to
false unless the value of the feature
scheduledDate satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Date> forAllScheduledDate()
scheduledDate to the
predicate for ActivityMilestone, which evaluates to
false unless the value of the feature
scheduledDate satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByScheduledDate()
ActivityMilestone
depending the feature scheduledDate
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 | |||||||||