public class ParseDelegateExpressions extends Object implements java.util.function.Function<URL,List<org.apache.commons.lang3.tuple.Pair<ParseDelegateExpressions.ExpressionType,String>>>
| Modifier and Type | Class and Description |
|---|---|
static class |
ParseDelegateExpressions.ExpressionType |
| Constructor and Description |
|---|
ParseDelegateExpressions() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.commons.lang3.tuple.Pair<ParseDelegateExpressions.ExpressionType,String>> |
apply(URL bpmnResource) |
static String |
extractDelegateExpressionName(String delegateExpression) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic static String extractDelegateExpressionName(String delegateExpression)
public List<org.apache.commons.lang3.tuple.Pair<ParseDelegateExpressions.ExpressionType,String>> apply(URL bpmnResource)
apply in interface java.util.function.Function<URL,List<org.apache.commons.lang3.tuple.Pair<ParseDelegateExpressions.ExpressionType,String>>>Copyright © 2020 Camunda Services GmbH. All rights reserved.