Package com.flowable.platform.common.el
Interface FlowableAstFunctionCreatorAndDelegate
- All Superinterfaces:
org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
,org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
- All Known Implementing Classes:
BaseIdentityLinksFunctionDelegate
,BpmnBusinessFunctionDelegate
,BpmnIdentityLinksFunctionDelegate
,CmmnBusinessFunctionDelegate
,CmmnIdentityLinksFunctionDelegate
,TaskIdentityLinksFunctionDelegate
public interface FlowableAstFunctionCreatorAndDelegate
extends org.flowable.common.engine.api.delegate.FlowableFunctionDelegate, org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
- Author:
- Filip Hrisafov
-
Method Summary
Methods inherited from interface org.flowable.common.engine.impl.el.FlowableAstFunctionCreator
createFunction
Methods inherited from interface org.flowable.common.engine.api.delegate.FlowableFunctionDelegate
functionMethod, functionMethod, localName, localNames, prefix, prefixes
-
Method Details
-
getFunctionNames
- Specified by:
getFunctionNames
in interfaceorg.flowable.common.engine.impl.el.FlowableAstFunctionCreator
-