|
||||||||||
| 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 condition for the feature description to the predicate for EffortEstimate, which evaluates to false unless the value of the feature description satisfies the given condition. |
ComparableTypePredicate<Integer> |
forAllEstimateEffortHours()
Adds a condition for the feature estimateEffortHours to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateEffortHours satisfies the given condition. |
ComparableTypePredicate<Integer> |
forAllEstimateEffortMinutes()
Adds a condition for the feature estimateEffortMinutes to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateEffortMinutes satisfies the given condition. |
ComparableTypePredicate<Integer> |
forAllEstimateMaxDeviation()
Adds a condition for the feature estimateMaxDeviation to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateMaxDeviation satisfies the given condition. |
BooleanTypePredicate |
forAllIsMain()
Adds a condition for the feature isMain to the predicate for EffortEstimate, which evaluates to false unless the value of the feature isMain satisfies the given condition. |
StringTypePredicate |
forAllSelector()
Adds a condition for the feature selector to the predicate for EffortEstimate, which evaluates to false unless the values of the feature selector satisfy the given condition. |
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 condition for the feature description to the predicate for EffortEstimate, which evaluates to false unless the value of the feature description satisfies the given condition. |
ComparableTypePredicate<Integer> |
thereExistsEstimateEffortHours()
Adds a condition for the feature estimateEffortHours to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateEffortHours satisfies the given condition. |
ComparableTypePredicate<Integer> |
thereExistsEstimateEffortMinutes()
Adds a condition for the feature estimateEffortMinutes to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateEffortMinutes satisfies the given condition. |
ComparableTypePredicate<Integer> |
thereExistsEstimateMaxDeviation()
Adds a condition for the feature estimateMaxDeviation to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateMaxDeviation satisfies the given condition. |
BooleanTypePredicate |
thereExistsIsMain()
Adds a condition for the feature isMain to the predicate for EffortEstimate, which evaluates to false unless the value of the feature isMain satisfies the given condition. |
StringTypePredicate |
thereExistsSelector()
Adds a condition for the feature selector to the predicate for EffortEstimate, which evaluates to false unless the values of the feature selector satisfy the given condition. |
| 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.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, 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 for EffortEstimate, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDescription()
description to the predicate for EffortEstimate, which evaluates to false unless the value of the feature description satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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<Integer> thereExistsEstimateEffortHours()
estimateEffortHours to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateEffortHours satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllEstimateEffortHours()
estimateEffortHours to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateEffortHours satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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<Integer> thereExistsEstimateEffortMinutes()
estimateEffortMinutes to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateEffortMinutes satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllEstimateEffortMinutes()
estimateEffortMinutes to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateEffortMinutes satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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<Integer> thereExistsEstimateMaxDeviation()
estimateMaxDeviation to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateMaxDeviation satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComparableTypePredicate<Integer> forAllEstimateMaxDeviation()
estimateMaxDeviation to the predicate for EffortEstimate, which evaluates to false unless the value of the feature estimateMaxDeviation satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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 for EffortEstimate, which evaluates to false unless the value of the feature isMain satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
BooleanTypePredicate forAllIsMain()
isMain to the predicate for EffortEstimate, which evaluates to false unless the value of the feature isMain satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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 for EffortEstimate, which evaluates to false unless the values of the feature selector satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringTypePredicate forAllSelector()
selector to the predicate for EffortEstimate, which evaluates to false unless the values of the feature selector satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
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 | |||||||||