public interface FlowableFunctionDelegate
| Modifier and Type | Method and Description |
|---|---|
Method |
functionMethod()
Returns the method that is invoked by JUEL.
|
String |
localName()
The name of the method when used in an expression, like the second part of ${prefix:method()}.
|
String |
prefix()
The prefix of the method when used in an expression, like the first part of ${prefix:method()}.
|
String prefix()
FlowableFunctionDelegate instance.String localName()
FlowableFunctionDelegate instance.Method functionMethod()
Copyright © 2020 Flowable. All rights reserved.