T - Captures return type after predicate is constructed and represents the stage of rule building.public interface ElementBasedPredicateBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
ofType(Class<?> clazz)
Returns predicate with operation location based on type.
|
T |
thatFulfill(DescribedPredicateEvaluator<BpmnElement> predicate)
Method to define a custom predicate for filtering elements.
|
T |
withNameMatching(String regex)
Returns predicate with operation location based on pattern match
|
T |
withPostfix(String postfix)
Returns predicate with operation location based on postfix, e.g.
|
T |
withPrefix(String prefix)
Returns predicate with operation location based on prefix, e.g.
|
T |
withProperty(String propertyName)
Returns predicate with operation location based on camunda:property.
|
T ofType(Class<?> clazz)
clazz - - ClassT withProperty(String propertyName)
propertyName - - Property name of camunda:propertyT withPrefix(String prefix)
prefix - - Prefix to check forT withPostfix(String postfix)
postfix - - Postfix to check forT withNameMatching(String regex)
regex - - Regex to do pattern matchingT thatFulfill(DescribedPredicateEvaluator<BpmnElement> predicate)
predicate - - Predicate that has to be fulfilledCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.