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

    Modifier and Type
    Method
    Description
     

    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

      default Collection<String> getFunctionNames()
      Specified by:
      getFunctionNames in interface org.flowable.common.engine.impl.el.FlowableAstFunctionCreator