org.opencrx.kernel.activity1.cci2
Interface EffortEstimateQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery

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 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

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 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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllDescription

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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<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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllEstimateEffortHours

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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<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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllEstimateEffortMinutes

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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<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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllEstimateMaxDeviation

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllIsMain

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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 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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllSelector

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.