T - Captures return type after predicate is constructed and represents the stage of rule building.public interface ProcessVariablePredicateBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
OperationBasedPredicateBuilder<T> |
accessed()
Specifies operation and continues with next stages.
|
OperationBasedPredicateBuilder<T> |
deleted()
Specifies operation and continues with next stages.
|
T |
matching(String regex)
Returns predicate based on process variable name matching a RegEx.
|
ProcessVariablePredicateBuilder<T> |
not()
Negates a predicate.
|
T |
postfixed(String postfix)
Returns predicate based on process variable name prefix, e.g.
|
T |
prefixed(String prefix)
Returns predicate based on process variable name prefix, e.g.
|
OperationBasedPredicateBuilder<T> |
read()
Specifies operation and continues with next stages.
|
OperationBasedPredicateBuilder<T> |
written()
Specifies operation and continues with next stages.
|
ProcessVariablePredicateBuilder<T> not()
OperationBasedPredicateBuilder<T> deleted()
OperationBasedPredicateBuilder<T> read()
OperationBasedPredicateBuilder<T> written()
OperationBasedPredicateBuilder<T> accessed()
T prefixed(String prefix)
prefix - - Prefix to be checkedT postfixed(String postfix)
postfix - - Postfix to be checkedCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.