public abstract class AbstractFlowableFunctionDelegate extends Object implements FlowableFunctionDelegate
| Constructor and Description |
|---|
AbstractFlowableFunctionDelegate() |
| Modifier and Type | Method and Description |
|---|---|
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, waitfunctionClass, functionMethod, localName, prefixprotected Method getNoParameterMethod()
protected Method getSingleObjectParameterMethod()
protected Method getTwoObjectParameterMethod()
protected Method getThreeObjectParameterMethod()
protected Method getFourObjectParameterMethod()
Copyright © 2017 Flowable. All rights reserved.