org.opencrx.kernel.activity1.query
Interface EffortEstimateQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, SecureObjectQuery, ViewCapableQuery
All Known Implementing Classes:
EffortEstimateFilterImpl

public interface EffortEstimateQuery
extends SecureObjectQuery, BasicObjectQuery


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

description

OptionalFeaturePredicate description()
Adds a constraint to the predicate for EffortEstimate testing whether the value of the feature description is null or not.


thereExistsDescription

StringTypePredicate thereExistsDescription()
Adds a constraint for the feature 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!


forAllDescription

StringTypePredicate forAllDescription()
Adds a constraint for the feature 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!


orderByDescription

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!


estimateEffortHours

OptionalFeaturePredicate estimateEffortHours()
Adds a constraint to the predicate for EffortEstimate testing whether the value of the feature estimateEffortHours is null or not.


thereExistsEstimateEffortHours

ComparableTypePredicate thereExistsEstimateEffortHours()
Adds a constraint for the feature 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!


forAllEstimateEffortHours

ComparableTypePredicate forAllEstimateEffortHours()
Adds a constraint for the feature 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!


orderByEstimateEffortHours

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!


estimateEffortMinutes

OptionalFeaturePredicate estimateEffortMinutes()
Adds a constraint to the predicate for EffortEstimate testing whether the value of the feature estimateEffortMinutes is null or not.


thereExistsEstimateEffortMinutes

ComparableTypePredicate thereExistsEstimateEffortMinutes()
Adds a constraint for the feature 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!


forAllEstimateEffortMinutes

ComparableTypePredicate forAllEstimateEffortMinutes()
Adds a constraint for the feature 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!


orderByEstimateEffortMinutes

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!


estimateMaxDeviation

OptionalFeaturePredicate estimateMaxDeviation()
Adds a constraint to the predicate for EffortEstimate testing whether the value of the feature estimateMaxDeviation is null or not.


thereExistsEstimateMaxDeviation

ComparableTypePredicate thereExistsEstimateMaxDeviation()
Adds a constraint for the feature 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!


forAllEstimateMaxDeviation

ComparableTypePredicate forAllEstimateMaxDeviation()
Adds a constraint for the feature 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!


orderByEstimateMaxDeviation

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!


isMain

OptionalFeaturePredicate isMain()
Adds a constraint to the predicate for EffortEstimate testing whether the value of the feature isMain is null or not.


thereExistsIsMain

BooleanTypePredicate thereExistsIsMain()
Adds a constraint for the feature 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!


forAllIsMain

BooleanTypePredicate forAllIsMain()
Adds a constraint for the feature 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!


orderByIsMain

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!


name

StringTypePredicate name()

orderByName

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!


selector

MultivaluedFeaturePredicate selector()
Adds a constraint to the predicate for EffortEstimate testing whether the feature selector has values or not.


thereExistsSelector

StringTypePredicate thereExistsSelector()
Adds a constraint for the feature 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!


forAllSelector

StringTypePredicate forAllSelector()
Adds a constraint for the feature 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!


orderBySelector

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!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.