|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityTrackerQuery
| Method Summary | |
|---|---|
ComparableTypePredicate<Integer> |
estimateEffortHours()
|
ComparableTypePredicate<Integer> |
estimateEffortMinutes()
|
ComparableTypePredicate<Integer> |
estimateMaxDeviation()
|
StringTypePredicate |
forAllWelcome()
Adds a condition for the feature welcome to the predicate
for ActivityTracker, which evaluates to false
unless the value of the feature welcome satisfies the
given condition. |
SimpleTypeOrder |
orderByEstimateEffortHours()
Allows to adds a sort instruction for ActivityTracker
depending the feature estimateEffortHours
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimateEffortMinutes()
Allows to adds a sort instruction for ActivityTracker
depending the feature estimateEffortMinutes
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimateMaxDeviation()
Allows to adds a sort instruction for ActivityTracker
depending the feature estimateMaxDeviation
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderBySumEstimateEffortHours()
Allows to adds a sort instruction for ActivityTracker
depending the feature sumEstimateEffortHours
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderBySumEstimateEffortMinutes()
Allows to adds a sort instruction for ActivityTracker
depending the feature sumEstimateEffortMinutes
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByWelcome()
Allows to adds a sort instruction for ActivityTracker
depending the feature welcome
Note: The order in which orderBy…
instructions are given is relevant! |
ComparableTypePredicate<Integer> |
sumEstimateEffortHours()
|
ComparableTypePredicate<Integer> |
sumEstimateEffortMinutes()
|
StringTypePredicate |
thereExistsWelcome()
Adds a condition for the feature welcome to the predicate
for ActivityTracker, which evaluates to false
unless the value of the feature welcome satisfies the
given condition. |
OptionalFeaturePredicate |
welcome()
Adds a constraint to the predicate for ActivityTracker
testing whether the value of the feature welcome is
null or not. |
| Methods inherited from interface org.opencrx.kernel.activity1.cci2.ActivityGroupQuery |
|---|
defaultCreator, description, forAllDefaultCreator, forAllDescription, name, orderByDescription, orderByName, thereExistsDefaultCreator, thereExistsDescription |
| 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 |
|---|
ComparableTypePredicate<Integer> estimateEffortHours()
SimpleTypeOrder orderByEstimateEffortHours()
ActivityTracker
depending the feature estimateEffortHours
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Integer> estimateEffortMinutes()
SimpleTypeOrder orderByEstimateEffortMinutes()
ActivityTracker
depending the feature estimateEffortMinutes
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Integer> estimateMaxDeviation()
SimpleTypeOrder orderByEstimateMaxDeviation()
ActivityTracker
depending the feature estimateMaxDeviation
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Integer> sumEstimateEffortHours()
SimpleTypeOrder orderBySumEstimateEffortHours()
ActivityTracker
depending the feature sumEstimateEffortHours
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Integer> sumEstimateEffortMinutes()
SimpleTypeOrder orderBySumEstimateEffortMinutes()
ActivityTracker
depending the feature sumEstimateEffortMinutes
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate welcome()
ActivityTracker
testing whether the value of the feature welcome is
null or not.
StringTypePredicate thereExistsWelcome()
welcome to the predicate
for ActivityTracker, which evaluates to false
unless the value of the feature welcome satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllWelcome()
welcome to the predicate
for ActivityTracker, which evaluates to false
unless the value of the feature welcome satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByWelcome()
ActivityTracker
depending the feature welcome
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 | |||||||||