public interface WfStringParameterQuery extends WfProcessInstanceParameterQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllStringValue()
Adds a condition for the feature
stringValue to the predicate for WfStringParameter, which evaluates to false unless the value of the feature stringValue satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByStringValue()
Allows to adds a sort instruction for
WfStringParameter depending the feature stringValue
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.OptionalFeaturePredicate |
stringValue()
Adds a constraint to the predicate for
WfStringParameter testing whether the value of the feature stringValue is null or not. |
org.w3c.cci2.StringTypePredicate |
thereExistsStringValue()
Adds a condition for the feature
stringValue to the predicate for WfStringParameter, which evaluates to false unless the value of the feature stringValue satisfies the given condition. |
forAllName, name, orderByName, thereExistsNameaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate stringValue()
WfStringParameter testing whether the value of the feature stringValue is null or not.org.w3c.cci2.StringTypePredicate thereExistsStringValue()
stringValue to the predicate for WfStringParameter, which evaluates to false unless the value of the feature stringValue 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 forAllStringValue()
stringValue to the predicate for WfStringParameter, which evaluates to false unless the value of the feature stringValue 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 orderByStringValue()
WfStringParameter depending the feature stringValue
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.