public interface DocumentNameFilterPropertyQuery extends DocumentAttributeFilterPropertyQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllNamePattern()
Adds a condition for the feature
namePattern to the predicate for DocumentNameFilterProperty, which evaluates to false unless the value of the feature namePattern satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
namePattern()
Adds a constraint to the predicate for
DocumentNameFilterProperty testing whether the value of the feature namePattern is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByNamePattern()
Allows to adds a sort instruction for
DocumentNameFilterProperty depending the feature namePattern
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsNamePattern()
Adds a condition for the feature
namePattern to the predicate for DocumentNameFilterProperty, which evaluates to false unless the value of the feature namePattern 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 namePattern()
DocumentNameFilterProperty testing whether the value of the feature namePattern is null or not.org.w3c.cci2.StringTypePredicate thereExistsNamePattern()
namePattern to the predicate for DocumentNameFilterProperty, which evaluates to false unless the value of the feature namePattern 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.StringTypePredicate forAllNamePattern()
namePattern to the predicate for DocumentNameFilterProperty, which evaluates to false unless the value of the feature namePattern 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 orderByNamePattern()
DocumentNameFilterProperty depending the feature namePattern
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.