public interface ScheduledEndFilterPropertyQuery extends ActivityAttributeFilterPropertyQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.ComparableTypePredicate<Integer> |
forAllOffsetInHours()
Adds a condition for the feature
offsetInHours to the predicate for ScheduledEndFilterProperty, which evaluates to false unless the value of the feature offsetInHours satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
forAllScheduledEnd()
Adds a condition for the feature
scheduledEnd to the predicate for ScheduledEndFilterProperty, which evaluates to false unless the values of the feature scheduledEnd satisfy the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
offsetInHours()
Adds a constraint to the predicate for
ScheduledEndFilterProperty testing whether the value of the feature offsetInHours is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByOffsetInHours()
Allows to adds a sort instruction for
ScheduledEndFilterProperty depending the feature offsetInHours
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.MultivaluedFeaturePredicate |
scheduledEnd()
Adds a constraint to the predicate for
ScheduledEndFilterProperty testing whether the feature scheduledEnd has values or not. |
org.w3c.cci2.ComparableTypePredicate<Integer> |
thereExistsOffsetInHours()
Adds a condition for the feature
offsetInHours to the predicate for ScheduledEndFilterProperty, which evaluates to false unless the value of the feature offsetInHours satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<Date> |
thereExistsScheduledEnd()
Adds a condition for the feature
scheduledEnd to the predicate for ScheduledEndFilterProperty, which evaluates to false unless the values of the feature scheduledEnd satisfy the given condition. |
description, forAllDescription, forAllIsActive, isActive, name, orderByDescription, orderByIsActive, orderByName, thereExistsDescription, thereExistsIsActiveaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByforAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedByelementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTofilterOperator, filterQuantor, orderByFilterOperator, orderByFilterQuantororg.w3c.cci2.OptionalFeaturePredicate offsetInHours()
ScheduledEndFilterProperty testing whether the value of the feature offsetInHours is null or not.org.w3c.cci2.ComparableTypePredicate<Integer> thereExistsOffsetInHours()
offsetInHours to the predicate for ScheduledEndFilterProperty, which evaluates to false unless the value of the feature offsetInHours satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Integer> forAllOffsetInHours()
offsetInHours to the predicate for ScheduledEndFilterProperty, which evaluates to false unless the value of the feature offsetInHours satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByOffsetInHours()
ScheduledEndFilterProperty depending the feature offsetInHours
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate scheduledEnd()
ScheduledEndFilterProperty testing whether the feature scheduledEnd has values or not.org.w3c.cci2.ComparableTypePredicate<Date> thereExistsScheduledEnd()
scheduledEnd to the predicate for ScheduledEndFilterProperty, which evaluates to false unless the values of the feature scheduledEnd satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<Date> forAllScheduledEnd()
scheduledEnd to the predicate for ScheduledEndFilterProperty, which evaluates to false unless the values of the feature scheduledEnd satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.