|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NewActivityParamsQuery
| 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 |
|---|
OptionalFeaturePredicate description()
NewActivityParams testing whether the value of the feature description is null or not.
StringTypePredicate thereExistsDescription()
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
StringTypePredicate forAllDescription()
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
SimpleTypeOrder orderByDescription()
NewActivityParams depending the feature description
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate detailedDescription()
NewActivityParams testing whether the value of the feature detailedDescription is null or not.
StringTypePredicate thereExistsDetailedDescription()
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
StringTypePredicate forAllDetailedDescription()
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
SimpleTypeOrder orderByDetailedDescription()
NewActivityParams depending the feature detailedDescription
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate dueBy()
NewActivityParams testing whether the value of the feature dueBy is null or not.
ComparableTypePredicate<Date> thereExistsDueBy()
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
ComparableTypePredicate<Date> forAllDueBy()
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
SimpleTypeOrder orderByDueBy()
NewActivityParams depending the feature dueBy
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> icalType()
SimpleTypeOrder orderByIcalType()
NewActivityParams depending the feature icalType
Note: The order in which orderBy… instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
NewActivityParams depending the feature name
Note: The order in which orderBy… instructions are given is relevant!
ComparableTypePredicate<Short> priority()
SimpleTypeOrder orderByPriority()
NewActivityParams depending the feature priority
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate reportingContact()
NewActivityParams testing whether the value of the feature reportingContact is null or not.
ContactQuery thereExistsReportingContact()
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
ContactQuery forAllReportingContact()
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
OptionalFeaturePredicate scheduledEnd()
NewActivityParams testing whether the value of the feature scheduledEnd is null or not.
ComparableTypePredicate<Date> thereExistsScheduledEnd()
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
ComparableTypePredicate<Date> forAllScheduledEnd()
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
SimpleTypeOrder orderByScheduledEnd()
NewActivityParams depending the feature scheduledEnd
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate scheduledStart()
NewActivityParams testing whether the value of the feature scheduledStart is null or not.
ComparableTypePredicate<Date> thereExistsScheduledStart()
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
ComparableTypePredicate<Date> forAllScheduledStart()
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
SimpleTypeOrder orderByScheduledStart()
NewActivityParams depending the feature scheduledStart
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||