Class CallableElementActivityBehavior

All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior, SubProcessActivityBehavior
Direct Known Subclasses:
CallActivityBehavior, CaseCallActivityBehavior

public abstract class CallableElementActivityBehavior extends AbstractBpmnActivityBehavior implements SubProcessActivityBehavior
Author:
Roman Smirnov
  • Field Details

    • variablesFilter

      protected String[] variablesFilter
    • callableElement

      protected CallableElement callableElement
    • expression

      protected Expression expression
      The expression which identifies the delegation for the variable mapping.
    • className

      protected String className
      The class name of the delegated variable mapping, which should be used.
  • Constructor Details

    • CallableElementActivityBehavior

      public CallableElementActivityBehavior()
    • CallableElementActivityBehavior

      public CallableElementActivityBehavior(String className)
    • CallableElementActivityBehavior

      public CallableElementActivityBehavior(Expression expression)
  • Method Details