org.opencrx.kernel.activity1.cci2
Interface ActivityGroupQuery

All Superinterfaces:
ActivitiesSourceQuery, AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery
All Known Subinterfaces:
ActivityCategoryQuery, ActivityMilestoneQuery, ActivityTrackerQuery

public interface ActivityGroupQuery
extends ActivitiesSourceQuery, SecureObjectQuery, BasicObjectQuery


Method Summary
 MultivaluedFeaturePredicate activityCreator()
          Adds a constraint to the predicate for ActivityGroup testing whether the feature activityCreator has values or not.
 MultivaluedFeaturePredicate activityFilter()
          Adds a constraint to the predicate for ActivityGroup testing whether the feature activityFilter has values or not.
 MultivaluedFeaturePredicate activityNote()
          Adds a constraint to the predicate for ActivityGroup testing whether the feature activityNote has values or not.
 OptionalFeaturePredicate creationContext()
          Adds a constraint to the predicate for ActivityGroup testing whether the value of the feature creationContext is null or not.
 OptionalFeaturePredicate defaultCreator()
          Adds a constraint to the predicate for ActivityGroup testing whether the value of the feature defaultCreator 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.
 MultivaluedFeaturePredicate filteredActivity()
          Adds a constraint to the predicate for ActivityGroup testing whether the feature filteredActivity has values or not.
 MultivaluedFeaturePredicate followUp()
          Adds a constraint to the predicate for ActivityGroup testing whether the feature followUp has values or not.
 ActivityCreatorQuery forAllActivityCreator()
          Adds a condition for the feature activityCreator to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityCreator satisfies the given condition.
 ActivityFilterGroupQuery forAllActivityFilter()
          Adds a condition for the feature activityFilter to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityFilter satisfies the given condition.
 NoteQuery forAllActivityNote()
          Adds a condition for the feature activityNote to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityNote satisfies the given condition.
 ContextCapableQuery forAllCreationContext()
          Adds a condition for the feature creationContext to the predicate for ActivityGroup, which evaluates to false unless the value of the feature creationContext satisfies the given condition.
 ActivityCreatorQuery forAllDefaultCreator()
          Adds a condition for the feature defaultCreator to the predicate for ActivityGroup, which evaluates to false unless the value of the feature defaultCreator satisfies the given condition.
 StringTypePredicate forAllDescription()
          Adds a condition for the feature description to the predicate for ActivityGroup, which evaluates to false unless the value of the feature description satisfies the given condition.
 ActivityQuery forAllFilteredActivity()
          Adds a condition for the feature filteredActivity to the predicate for ActivityGroup, which evaluates to false unless the value of the feature filteredActivity satisfies the given condition.
 ActivityFollowUpQuery forAllFollowUp()
          Adds a condition for the feature followUp to the predicate for ActivityGroup, which evaluates to false unless the value of the feature followUp satisfies the given condition.
 WorkAndExpenseRecordQuery forAllWorkReportEntry()
          Adds a condition for the feature workReportEntry to the predicate for ActivityGroup, which evaluates to false unless the value of the feature workReportEntry satisfies the given condition.
 StringTypePredicate name()
           
 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!
 ActivityCreatorQuery thereExistsActivityCreator()
          Adds a condition for the feature activityCreator to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityCreator satisfies the given condition.
 ActivityFilterGroupQuery thereExistsActivityFilter()
          Adds a condition for the feature activityFilter to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityFilter satisfies the given condition.
 NoteQuery thereExistsActivityNote()
          Adds a condition for the feature activityNote to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityNote satisfies the given condition.
 ContextCapableQuery thereExistsCreationContext()
          Adds a condition for the feature creationContext to the predicate for ActivityGroup, which evaluates to false unless the value of the feature creationContext satisfies the given condition.
 ActivityCreatorQuery thereExistsDefaultCreator()
          Adds a condition for the feature defaultCreator to the predicate for ActivityGroup, which evaluates to false unless the value of the feature defaultCreator satisfies the given condition.
 StringTypePredicate thereExistsDescription()
          Adds a condition for the feature description to the predicate for ActivityGroup, which evaluates to false unless the value of the feature description satisfies the given condition.
 ActivityQuery thereExistsFilteredActivity()
          Adds a condition for the feature filteredActivity to the predicate for ActivityGroup, which evaluates to false unless the value of the feature filteredActivity satisfies the given condition.
 ActivityFollowUpQuery thereExistsFollowUp()
          Adds a condition for the feature followUp to the predicate for ActivityGroup, which evaluates to false unless the value of the feature followUp satisfies the given condition.
 WorkAndExpenseRecordQuery thereExistsWorkReportEntry()
          Adds a condition for the feature workReportEntry to the predicate for ActivityGroup, which evaluates to false unless the value of the feature workReportEntry satisfies the given condition.
 MultivaluedFeaturePredicate workReportEntry()
          Adds a constraint to the predicate for ActivityGroup testing whether the feature workReportEntry has values or not.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, 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

activityCreator

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


thereExistsActivityCreator

ActivityCreatorQuery thereExistsActivityCreator()
Adds a condition for the feature activityCreator to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityCreator satisfies the given condition.

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


forAllActivityCreator

ActivityCreatorQuery forAllActivityCreator()
Adds a condition for the feature activityCreator to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityCreator satisfies the given condition.

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


activityFilter

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


thereExistsActivityFilter

ActivityFilterGroupQuery thereExistsActivityFilter()
Adds a condition for the feature activityFilter to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityFilter satisfies the given condition.

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


forAllActivityFilter

ActivityFilterGroupQuery forAllActivityFilter()
Adds a condition for the feature activityFilter to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityFilter satisfies the given condition.

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


activityNote

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


thereExistsActivityNote

NoteQuery thereExistsActivityNote()
Adds a condition for the feature activityNote to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityNote satisfies the given condition.

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


forAllActivityNote

NoteQuery forAllActivityNote()
Adds a condition for the feature activityNote to the predicate for ActivityGroup, which evaluates to false unless the value of the feature activityNote satisfies the given condition.

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


creationContext

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


thereExistsCreationContext

ContextCapableQuery thereExistsCreationContext()
Adds a condition for the feature creationContext to the predicate for ActivityGroup, which evaluates to false unless the value of the feature creationContext satisfies the given condition.

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


forAllCreationContext

ContextCapableQuery forAllCreationContext()
Adds a condition for the feature creationContext to the predicate for ActivityGroup, which evaluates to false unless the value of the feature creationContext satisfies the given condition.

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


defaultCreator

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


thereExistsDefaultCreator

ActivityCreatorQuery thereExistsDefaultCreator()
Adds a condition for the feature defaultCreator to the predicate for ActivityGroup, which evaluates to false unless the value of the feature defaultCreator satisfies the given condition.

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


forAllDefaultCreator

ActivityCreatorQuery forAllDefaultCreator()
Adds a condition for the feature defaultCreator to the predicate for ActivityGroup, which evaluates to false unless the value of the feature defaultCreator 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 ActivityGroup 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 ActivityGroup, 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 ActivityGroup, 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 ActivityGroup depending the feature description Note: The order in which orderBy… instructions are given is relevant!


filteredActivity

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


thereExistsFilteredActivity

ActivityQuery thereExistsFilteredActivity()
Adds a condition for the feature filteredActivity to the predicate for ActivityGroup, which evaluates to false unless the value of the feature filteredActivity satisfies the given condition.

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


forAllFilteredActivity

ActivityQuery forAllFilteredActivity()
Adds a condition for the feature filteredActivity to the predicate for ActivityGroup, which evaluates to false unless the value of the feature filteredActivity satisfies the given condition.

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


followUp

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


thereExistsFollowUp

ActivityFollowUpQuery thereExistsFollowUp()
Adds a condition for the feature followUp to the predicate for ActivityGroup, which evaluates to false unless the value of the feature followUp satisfies the given condition.

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


forAllFollowUp

ActivityFollowUpQuery forAllFollowUp()
Adds a condition for the feature followUp to the predicate for ActivityGroup, which evaluates to false unless the value of the feature followUp satisfies the given condition.

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


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!


workReportEntry

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


thereExistsWorkReportEntry

WorkAndExpenseRecordQuery thereExistsWorkReportEntry()
Adds a condition for the feature workReportEntry to the predicate for ActivityGroup, which evaluates to false unless the value of the feature workReportEntry satisfies the given condition.

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


forAllWorkReportEntry

WorkAndExpenseRecordQuery forAllWorkReportEntry()
Adds a condition for the feature workReportEntry to the predicate for ActivityGroup, which evaluates to false unless the value of the feature workReportEntry 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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.