org.opencrx.kernel.activity1.cci2
Interface NewActivityParamsQuery

All Superinterfaces:
AnyTypePredicate

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 condition for the feature description to the predicate for NewActivityParams, which evaluates to false unless the value of the feature description satisfies the given condition.
 StringTypePredicate forAllDetailedDescription()
          Adds a condition for the feature detailedDescription to the predicate for NewActivityParams, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.
 ComparableTypePredicate<Date> forAllDueBy()
          Adds a condition for the feature dueBy to the predicate for NewActivityParams, which evaluates to false unless the value of the feature dueBy satisfies the given condition.
 ContactQuery forAllReportingContact()
          Adds a condition for the feature reportingContact to the predicate for NewActivityParams, which evaluates to false unless the value of the feature reportingContact satisfies the given condition.
 ComparableTypePredicate<Date> forAllScheduledEnd()
          Adds a condition for the feature scheduledEnd to the predicate for NewActivityParams, which evaluates to false unless the value of the feature scheduledEnd satisfies the given condition.
 ComparableTypePredicate<Date> forAllScheduledStart()
          Adds a condition for the feature scheduledStart to the predicate for NewActivityParams, which evaluates to false unless the value of the feature scheduledStart satisfies the given condition.
 ComparableTypePredicate<Short> icalType()
           
 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 orderByIcalType()
          Allows to adds a sort instruction for NewActivityParams depending the feature icalType 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<Short> 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 condition for the feature description to the predicate for NewActivityParams, which evaluates to false unless the value of the feature description satisfies the given condition.
 StringTypePredicate thereExistsDetailedDescription()
          Adds a condition for the feature detailedDescription to the predicate for NewActivityParams, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsDueBy()
          Adds a condition for the feature dueBy to the predicate for NewActivityParams, which evaluates to false unless the value of the feature dueBy satisfies the given condition.
 ContactQuery thereExistsReportingContact()
          Adds a condition for the feature reportingContact to the predicate for NewActivityParams, which evaluates to false unless the value of the feature reportingContact satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsScheduledEnd()
          Adds a condition for the feature scheduledEnd to the predicate for NewActivityParams, which evaluates to false unless the value of the feature scheduledEnd satisfies the given condition.
 ComparableTypePredicate<Date> thereExistsScheduledStart()
          Adds a condition for the feature scheduledStart to the predicate for NewActivityParams, which evaluates to false unless the value of the feature scheduledStart satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, 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 condition for the feature description to the predicate for NewActivityParams, 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 NewActivityParams, 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 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 condition for the feature detailedDescription to the predicate for NewActivityParams, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.

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


forAllDetailedDescription

StringTypePredicate forAllDetailedDescription()
Adds a condition for the feature detailedDescription to the predicate for NewActivityParams, which evaluates to false unless the value of the feature detailedDescription satisfies the given condition.

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


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<Date> thereExistsDueBy()
Adds a condition for the feature dueBy to the predicate for NewActivityParams, which evaluates to false unless the value of the feature dueBy satisfies the given condition.

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


forAllDueBy

ComparableTypePredicate<Date> forAllDueBy()
Adds a condition for the feature dueBy to the predicate for NewActivityParams, which evaluates to false unless the value of the feature dueBy satisfies the given condition.

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


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!


icalType

ComparableTypePredicate<Short> icalType()

orderByIcalType

SimpleTypeOrder orderByIcalType()
Allows to adds a sort instruction for NewActivityParams depending the feature icalType 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<Short> 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 condition for the feature reportingContact to the predicate for NewActivityParams, which evaluates to false unless the value of the feature reportingContact satisfies the given condition.

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


forAllReportingContact

ContactQuery forAllReportingContact()
Adds a condition for the feature reportingContact to the predicate for NewActivityParams, which evaluates to false unless the value of the feature reportingContact satisfies the given condition.

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


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<Date> thereExistsScheduledEnd()
Adds a condition for the feature scheduledEnd to the predicate for NewActivityParams, which evaluates to false unless the value of the feature scheduledEnd satisfies the given condition.

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


forAllScheduledEnd

ComparableTypePredicate<Date> forAllScheduledEnd()
Adds a condition for the feature scheduledEnd to the predicate for NewActivityParams, which evaluates to false unless the value of the feature scheduledEnd satisfies the given condition.

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


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<Date> thereExistsScheduledStart()
Adds a condition for the feature scheduledStart to the predicate for NewActivityParams, which evaluates to false unless the value of the feature scheduledStart satisfies the given condition.

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


forAllScheduledStart

ComparableTypePredicate<Date> forAllScheduledStart()
Adds a condition for the feature scheduledStart to the predicate for NewActivityParams, which evaluates to false unless the value of the feature scheduledStart satisfies the given condition.

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


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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.