org.opencrx.kernel.activity1.cci2
Interface ResourceAssignmentQuery

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

public interface ResourceAssignmentQuery
extends SecureObjectQuery, BasicObjectQuery


Method Summary
 OptionalFeaturePredicate calendar()
          Adds a constraint to the predicate for ResourceAssignment testing whether the value of the feature calendar is null or not.
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for ResourceAssignment testing whether the value of the feature description is null or not.
 CalendarQuery forAllCalendar()
          Adds a condition for the feature calendar to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature calendar satisfies the given condition.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature description satisfies the given condition.
 ResourceQuery forAllResource()
          Adds a condition for the feature resource to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature resource satisfies the given condition.
 ComparableTypePredicate<Short> forAllResourceOrder()
          Adds a condition for the feature resourceOrder to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature resourceOrder satisfies the given condition.
 ComparableTypePredicate<Short> forAllWorkDurationPercentage()
          Adds a condition for the feature workDurationPercentage to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature workDurationPercentage satisfies the given condition.
 WorkAndExpenseRecordQuery forAllWorkRecord()
          Adds a condition for the feature workRecord to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature workRecord satisfies the given condition.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for ResourceAssignment depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for ResourceAssignment depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByResourceOrder()
          Allows to adds a sort instruction for ResourceAssignment depending the feature resourceOrder Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByResourceRole()
          Allows to adds a sort instruction for ResourceAssignment depending the feature resourceRole Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByWorkDurationPercentage()
          Allows to adds a sort instruction for ResourceAssignment depending the feature workDurationPercentage Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate resource()
          Adds a constraint to the predicate for ResourceAssignment testing whether the value of the feature resource is null or not.
 OptionalFeaturePredicate resourceOrder()
          Adds a constraint to the predicate for ResourceAssignment testing whether the value of the feature resourceOrder is null or not.
 ComparableTypePredicate<Short> resourceRole()
           
 CalendarQuery thereExistsCalendar()
          Adds a condition for the feature calendar to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature calendar satisfies the given condition.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature description satisfies the given condition.
 ResourceQuery thereExistsResource()
          Adds a condition for the feature resource to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature resource satisfies the given condition.
 ComparableTypePredicate<Short> thereExistsResourceOrder()
          Adds a condition for the feature resourceOrder to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature resourceOrder satisfies the given condition.
 ComparableTypePredicate<Short> thereExistsWorkDurationPercentage()
          Adds a condition for the feature workDurationPercentage to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature workDurationPercentage satisfies the given condition.
 WorkAndExpenseRecordQuery thereExistsWorkRecord()
          Adds a condition for the feature workRecord to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature workRecord satisfies the given condition.
 OptionalFeaturePredicate workDurationPercentage()
          Adds a constraint to the predicate for ResourceAssignment testing whether the value of the feature workDurationPercentage is null or not.
 MultivaluedFeaturePredicate workRecord()
          Adds a constraint to the predicate for ResourceAssignment testing whether the feature workRecord has values or not.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, 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, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

calendar

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


thereExistsCalendar

CalendarQuery thereExistsCalendar()
Adds a condition for the feature calendar to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature calendar satisfies the given condition.

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


forAllCalendar

CalendarQuery forAllCalendar()
Adds a condition for the feature calendar to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature calendar satisfies the given condition.

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


description

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


resource

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


thereExistsResource

ResourceQuery thereExistsResource()
Adds a condition for the feature resource to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature resource satisfies the given condition.

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


forAllResource

ResourceQuery forAllResource()
Adds a condition for the feature resource to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature resource satisfies the given condition.

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


resourceOrder

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


thereExistsResourceOrder

ComparableTypePredicate<Short> thereExistsResourceOrder()
Adds a condition for the feature resourceOrder to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature resourceOrder satisfies the given condition.

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


forAllResourceOrder

ComparableTypePredicate<Short> forAllResourceOrder()
Adds a condition for the feature resourceOrder to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature resourceOrder satisfies the given condition.

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


orderByResourceOrder

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


resourceRole

ComparableTypePredicate<Short> resourceRole()

orderByResourceRole

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


workDurationPercentage

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


thereExistsWorkDurationPercentage

ComparableTypePredicate<Short> thereExistsWorkDurationPercentage()
Adds a condition for the feature workDurationPercentage to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature workDurationPercentage satisfies the given condition.

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


forAllWorkDurationPercentage

ComparableTypePredicate<Short> forAllWorkDurationPercentage()
Adds a condition for the feature workDurationPercentage to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature workDurationPercentage satisfies the given condition.

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


orderByWorkDurationPercentage

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


workRecord

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


thereExistsWorkRecord

WorkAndExpenseRecordQuery thereExistsWorkRecord()
Adds a condition for the feature workRecord to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature workRecord satisfies the given condition.

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


forAllWorkRecord

WorkAndExpenseRecordQuery forAllWorkRecord()
Adds a condition for the feature workRecord to the predicate for ResourceAssignment, which evaluates to false unless the value of the feature workRecord satisfies the given condition.

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



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