|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EffortEstimateQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
description()
Adds a constraint to the predicate for EffortEstimate
testing whether the value of the feature description is
null or not. |
OptionalFeaturePredicate |
estimateEffortHours()
Adds a constraint to the predicate for EffortEstimate
testing whether the value of the feature
estimateEffortHours is null or not. |
OptionalFeaturePredicate |
estimateEffortMinutes()
Adds a constraint to the predicate for EffortEstimate
testing whether the value of the feature
estimateEffortMinutes is null or not. |
OptionalFeaturePredicate |
estimateMaxDeviation()
Adds a constraint to the predicate for EffortEstimate
testing whether the value of the feature
estimateMaxDeviation is null or not. |
StringTypePredicate |
forAllDescription()
Adds a constraint for the feature description to the
predicate. |
ComparableTypePredicate |
forAllEstimateEffortHours()
Adds a constraint for the feature estimateEffortHours to
the predicate. |
ComparableTypePredicate |
forAllEstimateEffortMinutes()
Adds a constraint for the feature estimateEffortMinutes to
the predicate. |
ComparableTypePredicate |
forAllEstimateMaxDeviation()
Adds a constraint for the feature estimateMaxDeviation to
the predicate. |
BooleanTypePredicate |
forAllIsMain()
Adds a constraint for the feature isMain to the predicate. |
StringTypePredicate |
forAllSelector()
Adds a constraint for the feature selector to the
predicate. |
OptionalFeaturePredicate |
isMain()
Adds a constraint to the predicate for EffortEstimate
testing whether the value of the feature isMain is
null or not. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByDescription()
Allows to adds a sort instruction for EffortEstimate
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimateEffortHours()
Allows to adds a sort instruction for EffortEstimate
depending the feature estimateEffortHours
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimateEffortMinutes()
Allows to adds a sort instruction for EffortEstimate
depending the feature estimateEffortMinutes
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByEstimateMaxDeviation()
Allows to adds a sort instruction for EffortEstimate
depending the feature estimateMaxDeviation
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByIsMain()
Allows to adds a sort instruction for EffortEstimate
depending the feature isMain
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for EffortEstimate
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderBySelector()
Allows to adds a sort instruction for EffortEstimate
depending the feature selector
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
selector()
Adds a constraint to the predicate for EffortEstimate
testing whether the feature selector has values or not. |
StringTypePredicate |
thereExistsDescription()
Adds a constraint for the feature description to the
predicate. |
ComparableTypePredicate |
thereExistsEstimateEffortHours()
Adds a constraint for the feature estimateEffortHours to
the predicate. |
ComparableTypePredicate |
thereExistsEstimateEffortMinutes()
Adds a constraint for the feature estimateEffortMinutes to
the predicate. |
ComparableTypePredicate |
thereExistsEstimateMaxDeviation()
Adds a constraint for the feature estimateMaxDeviation to
the predicate. |
BooleanTypePredicate |
thereExistsIsMain()
Adds a constraint for the feature isMain to the predicate. |
StringTypePredicate |
thereExistsSelector()
Adds a constraint for the feature selector 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 |
|---|
OptionalFeaturePredicate description()
EffortEstimate
testing whether the value of the feature description is
null or not.
StringTypePredicate thereExistsDescription()
description to the
predicate. The predicate for EffortEstimate 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 EffortEstimate 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()
EffortEstimate
depending the feature description
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate estimateEffortHours()
EffortEstimate
testing whether the value of the feature
estimateEffortHours is null or not.
ComparableTypePredicate thereExistsEstimateEffortHours()
estimateEffortHours to
the predicate. The predicate for EffortEstimate evaluates
true if its value of feature
estimateEffortHours 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 forAllEstimateEffortHours()
estimateEffortHours to
the predicate. The predicate for EffortEstimate evaluates
true if its value of feature
estimateEffortHours 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 orderByEstimateEffortHours()
EffortEstimate
depending the feature estimateEffortHours
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate estimateEffortMinutes()
EffortEstimate
testing whether the value of the feature
estimateEffortMinutes is null or not.
ComparableTypePredicate thereExistsEstimateEffortMinutes()
estimateEffortMinutes to
the predicate. The predicate for EffortEstimate evaluates
true if its value of feature
estimateEffortMinutes 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 forAllEstimateEffortMinutes()
estimateEffortMinutes to
the predicate. The predicate for EffortEstimate evaluates
true if its value of feature
estimateEffortMinutes 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 orderByEstimateEffortMinutes()
EffortEstimate
depending the feature estimateEffortMinutes
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate estimateMaxDeviation()
EffortEstimate
testing whether the value of the feature
estimateMaxDeviation is null or not.
ComparableTypePredicate thereExistsEstimateMaxDeviation()
estimateMaxDeviation to
the predicate. The predicate for EffortEstimate evaluates
true if its value of feature
estimateMaxDeviation 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 forAllEstimateMaxDeviation()
estimateMaxDeviation to
the predicate. The predicate for EffortEstimate evaluates
true if its value of feature
estimateMaxDeviation 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 orderByEstimateMaxDeviation()
EffortEstimate
depending the feature estimateMaxDeviation
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate isMain()
EffortEstimate
testing whether the value of the feature isMain is
null or not.
BooleanTypePredicate thereExistsIsMain()
isMain to the predicate.
The predicate for EffortEstimate evaluates
true if its value of feature isMain 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!
BooleanTypePredicate forAllIsMain()
isMain to the predicate.
The predicate for EffortEstimate evaluates
true if its value of feature isMain 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 orderByIsMain()
EffortEstimate
depending the feature isMain
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
EffortEstimate
depending the feature name
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate selector()
EffortEstimate
testing whether the feature selector has values or not.
StringTypePredicate thereExistsSelector()
selector to the
predicate. The predicate for EffortEstimate evaluates
true if at least one of its values of feature
selector 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 forAllSelector()
selector to the
predicate. The predicate for EffortEstimate evaluates
true if all of its values of feature selector
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 orderBySelector()
EffortEstimate
depending the feature selector
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 | |||||||||