public interface DisabledFilterPropertyQuery extends DocumentAttributeFilterPropertyQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
disabled()
Adds a constraint to the predicate for
DisabledFilterProperty testing whether the value of the feature disabled is null or not. |
org.w3c.cci2.BooleanTypePredicate |
forAllDisabled()
Adds a condition for the feature
disabled to the predicate for DisabledFilterProperty, which evaluates to false unless the value of the feature disabled satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByDisabled()
Allows to adds a sort instruction for
DisabledFilterProperty depending the feature disabled
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.BooleanTypePredicate |
thereExistsDisabled()
Adds a condition for the feature
disabled to the predicate for DisabledFilterProperty, which evaluates to false unless the value of the feature disabled satisfies the given condition. |
filterOperator, filterQuantor, orderByFilterOperator, orderByFilterQuantordescription, 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, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate disabled()
DisabledFilterProperty testing whether the value of the feature disabled is null or not.org.w3c.cci2.BooleanTypePredicate thereExistsDisabled()
disabled to the predicate for DisabledFilterProperty, which evaluates to false unless the value of the feature disabled 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.BooleanTypePredicate forAllDisabled()
disabled to the predicate for DisabledFilterProperty, which evaluates to false unless the value of the feature disabled 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 orderByDisabled()
DisabledFilterProperty depending the feature disabled
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.