org.opencrx.kernel.activity1.query
Interface ActivityGroupQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
ActivityCategoryQuery, ActivityMilestoneQuery, ActivityTrackerQuery
All Known Implementing Classes:
ActivityCategoryFilterImpl, ActivityGroupFilterImpl, ActivityMilestoneFilterImpl, ActivityTrackerFilterImpl

public interface ActivityGroupQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate actualEffortHours()
          Adds a constraint to the predicate for ActivityGroup testing whether the value of the feature actualEffortHours is null or not.
 OptionalFeaturePredicate actualEffortMinutes()
          Adds a constraint to the predicate for ActivityGroup testing whether the value of the feature actualEffortMinutes is null or not.
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for ActivityGroup testing whether the value of the feature description is null or not.
 ComparableTypePredicate forAllActualEffortHours()
          Adds a constraint for the feature actualEffortHours to the predicate.
 ComparableTypePredicate forAllActualEffortMinutes()
          Adds a constraint for the feature actualEffortMinutes to the predicate.
 StringTypePredicate forAllDescription()
          Adds a constraint for the feature description to the predicate.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByActualEffortHours()
          Allows to adds a sort instruction for ActivityGroup depending the feature actualEffortHours Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByActualEffortMinutes()
          Allows to adds a sort instruction for ActivityGroup depending the feature actualEffortMinutes Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for ActivityGroup depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for ActivityGroup depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate thereExistsActualEffortHours()
          Adds a constraint for the feature actualEffortHours to the predicate.
 ComparableTypePredicate thereExistsActualEffortMinutes()
          Adds a constraint for the feature actualEffortMinutes to the predicate.
 StringTypePredicate thereExistsDescription()
          Adds a constraint for the feature description to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

actualEffortHours

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


thereExistsActualEffortHours

ComparableTypePredicate thereExistsActualEffortHours()
Adds a constraint for the feature actualEffortHours to the predicate. The predicate for ActivityGroup evaluates true if its value of feature actualEffortHours 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!


forAllActualEffortHours

ComparableTypePredicate forAllActualEffortHours()
Adds a constraint for the feature actualEffortHours to the predicate. The predicate for ActivityGroup evaluates true if its value of feature actualEffortHours 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!


orderByActualEffortHours

SimpleTypeOrder orderByActualEffortHours()
Allows to adds a sort instruction for ActivityGroup depending the feature actualEffortHours Note: The order in which orderBy… instructions are given is relevant!


actualEffortMinutes

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


thereExistsActualEffortMinutes

ComparableTypePredicate thereExistsActualEffortMinutes()
Adds a constraint for the feature actualEffortMinutes to the predicate. The predicate for ActivityGroup evaluates true if its value of feature actualEffortMinutes 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!


forAllActualEffortMinutes

ComparableTypePredicate forAllActualEffortMinutes()
Adds a constraint for the feature actualEffortMinutes to the predicate. The predicate for ActivityGroup evaluates true if its value of feature actualEffortMinutes 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!


orderByActualEffortMinutes

SimpleTypeOrder orderByActualEffortMinutes()
Allows to adds a sort instruction for ActivityGroup depending the feature actualEffortMinutes Note: The order in which orderBy… instructions are given is relevant!


description

OptionalFeaturePredicate description()
Adds a constraint to the predicate for ActivityGroup 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 ActivityGroup 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 ActivityGroup 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 ActivityGroup depending the feature description Note: The order in which orderBy… instructions are given is relevant!


name

StringTypePredicate name()

orderByName

SimpleTypeOrder orderByName()
Allows to adds a sort instruction for ActivityGroup depending the feature name 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.