public abstract class AbstractFlowableFunctionDelegate extends Object implements FlowableFunctionDelegate
| Constructor and Description |
|---|
AbstractFlowableFunctionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<?> |
functionClass()
The class, typically containing static methods.
|
protected Method |
getFourObjectParameterMethod() |
protected Method |
getFourObjectParameterMethod(String methodName) |
protected Method |
getNoParameterMethod() |
protected Method |
getNoParameterMethod(String methodName) |
protected Method |
getSingleObjectParameterMethod() |
protected Method |
getSingleObjectParameterMethod(String methodName) |
protected Method |
getThreeObjectParameterMethod() |
protected Method |
getThreeObjectParameterMethod(String methodName) |
protected Method |
getTwoObjectParameterMethod() |
protected Method |
getTwoObjectParameterMethod(String methodName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfunctionMethod, localName, prefixpublic abstract Class<?> functionClass()
FlowableFunctionDelegate.functionMethod() is provided, this method does not need to return a value.protected Method getNoParameterMethod()
protected Method getSingleObjectParameterMethod()
protected Method getTwoObjectParameterMethod()
protected Method getThreeObjectParameterMethod()
protected Method getFourObjectParameterMethod()
Copyright © 2019 Flowable. All rights reserved.