|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityGroupQuery
| 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 |
|---|
MultivaluedFeaturePredicate activityCreator()
ActivityGroup testing whether the feature activityCreator has values or not.
ActivityCreatorQuery thereExistsActivityCreator()
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
ActivityCreatorQuery forAllActivityCreator()
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
MultivaluedFeaturePredicate activityFilter()
ActivityGroup testing whether the feature activityFilter has values or not.
ActivityFilterGroupQuery thereExistsActivityFilter()
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
ActivityFilterGroupQuery forAllActivityFilter()
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
MultivaluedFeaturePredicate activityNote()
ActivityGroup testing whether the feature activityNote has values or not.
NoteQuery thereExistsActivityNote()
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
NoteQuery forAllActivityNote()
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
OptionalFeaturePredicate creationContext()
ActivityGroup testing whether the value of the feature creationContext is null or not.
ContextCapableQuery thereExistsCreationContext()
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
ContextCapableQuery forAllCreationContext()
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
OptionalFeaturePredicate defaultCreator()
ActivityGroup testing whether the value of the feature defaultCreator is null or not.
ActivityCreatorQuery thereExistsDefaultCreator()
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
ActivityCreatorQuery forAllDefaultCreator()
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
OptionalFeaturePredicate description()
ActivityGroup testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
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
StringTypePredicate forAllDescription()
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
SimpleTypeOrder orderByDescription()
ActivityGroup depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate filteredActivity()
ActivityGroup testing whether the feature filteredActivity has values or not.
ActivityQuery thereExistsFilteredActivity()
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
ActivityQuery forAllFilteredActivity()
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
MultivaluedFeaturePredicate followUp()
ActivityGroup testing whether the feature followUp has values or not.
ActivityFollowUpQuery thereExistsFollowUp()
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
ActivityFollowUpQuery forAllFollowUp()
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
StringTypePredicate name()
SimpleTypeOrder orderByName()
ActivityGroup depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate workReportEntry()
ActivityGroup testing whether the feature workReportEntry has values or not.
WorkAndExpenseRecordQuery thereExistsWorkReportEntry()
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
WorkAndExpenseRecordQuery forAllWorkReportEntry()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||