org.opencrx.kernel.activity1.query
Interface NewActivityParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
NewActivityParamsFilterImpl

public interface NewActivityParamsQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate description()
          Adds a constraint to the predicate for NewActivityParams testing whether the value of the feature description is null or not.
 OptionalFeaturePredicate detailedDescription()
          Adds a constraint to the predicate for NewActivityParams testing whether the value of the feature detailedDescription is null or not.
 OptionalFeaturePredicate dueBy()
          Adds a constraint to the predicate for NewActivityParams testing whether the value of the feature dueBy is null or not.
 StringTypePredicate forAllDescription()
          Adds a constraint for the feature description to the predicate.
 StringTypePredicate forAllDetailedDescription()
          Adds a constraint for the feature detailedDescription to the predicate.
 ComparableTypePredicate forAllDueBy()
          Adds a constraint for the feature dueBy to the predicate.
 ContactQuery forAllReportingContact()
          Adds a constraint for the feature reportingContact to the predicate.
 ComparableTypePredicate forAllScheduledEnd()
          Adds a constraint for the feature scheduledEnd to the predicate.
 ComparableTypePredicate forAllScheduledStart()
          Adds a constraint for the feature scheduledStart to the predicate.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for NewActivityParams depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDetailedDescription()
          Allows to adds a sort instruction for NewActivityParams depending the feature detailedDescription Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDueBy()
          Allows to adds a sort instruction for NewActivityParams depending the feature dueBy Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for NewActivityParams depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPriority()
          Allows to adds a sort instruction for NewActivityParams depending the feature priority Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByScheduledEnd()
          Allows to adds a sort instruction for NewActivityParams depending the feature scheduledEnd Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByScheduledStart()
          Allows to adds a sort instruction for NewActivityParams depending the feature scheduledStart Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate priority()
           
 OptionalFeaturePredicate reportingContact()
          Adds a constraint to the predicate for NewActivityParams testing whether the value of the feature reportingContact is null or not.
 OptionalFeaturePredicate scheduledEnd()
          Adds a constraint to the predicate for NewActivityParams testing whether the value of the feature scheduledEnd is null or not.
 OptionalFeaturePredicate scheduledStart()
          Adds a constraint to the predicate for NewActivityParams testing whether the value of the feature scheduledStart is null or not.
 StringTypePredicate thereExistsDescription()
          Adds a constraint for the feature description to the predicate.
 StringTypePredicate thereExistsDetailedDescription()
          Adds a constraint for the feature detailedDescription to the predicate.
 ComparableTypePredicate thereExistsDueBy()
          Adds a constraint for the feature dueBy to the predicate.
 ContactQuery thereExistsReportingContact()
          Adds a constraint for the feature reportingContact to the predicate.
 ComparableTypePredicate thereExistsScheduledEnd()
          Adds a constraint for the feature scheduledEnd to the predicate.
 ComparableTypePredicate thereExistsScheduledStart()
          Adds a constraint for the feature scheduledStart to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

description

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


detailedDescription

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


thereExistsDetailedDescription

StringTypePredicate thereExistsDetailedDescription()
Adds a constraint for the feature detailedDescription to the predicate. The predicate for NewActivityParams evaluates true if its value of feature detailedDescription 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!


forAllDetailedDescription

StringTypePredicate forAllDetailedDescription()
Adds a constraint for the feature detailedDescription to the predicate. The predicate for NewActivityParams evaluates true if its value of feature detailedDescription 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!


orderByDetailedDescription

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


dueBy

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


thereExistsDueBy

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


forAllDueBy

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


orderByDueBy

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


name

StringTypePredicate name()

orderByName

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


priority

ComparableTypePredicate priority()

orderByPriority

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


reportingContact

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


thereExistsReportingContact

ContactQuery thereExistsReportingContact()
Adds a constraint for the feature reportingContact to the predicate. The predicate for NewActivityParams evaluates true if its value of feature reportingContact 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!


forAllReportingContact

ContactQuery forAllReportingContact()
Adds a constraint for the feature reportingContact to the predicate. The predicate for NewActivityParams evaluates true if its value of feature reportingContact 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!


scheduledEnd

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


thereExistsScheduledEnd

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


forAllScheduledEnd

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


orderByScheduledEnd

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


scheduledStart

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


thereExistsScheduledStart

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


forAllScheduledStart

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


orderByScheduledStart

SimpleTypeOrder orderByScheduledStart()
Allows to adds a sort instruction for NewActivityParams depending the feature scheduledStart 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.