Interface CamundaCaseExecutionListener

All Superinterfaces:
CmmnModelElementInstance, ModelElementInstance
All Known Implementing Classes:
CamundaCaseExecutionListenerImpl

public interface CamundaCaseExecutionListener extends CmmnModelElementInstance
Author:
Roman Smirnov
  • Method Details

    • getCamundaEvent

      String getCamundaEvent()
    • setCamundaEvent

      void setCamundaEvent(String camundaEvent)
    • getCamundaClass

      String getCamundaClass()
    • setCamundaClass

      void setCamundaClass(String camundaClass)
    • getCamundaExpression

      String getCamundaExpression()
    • setCamundaExpression

      void setCamundaExpression(String camundaExpression)
    • getCamundaDelegateExpression

      String getCamundaDelegateExpression()
    • setCamundaDelegateExpression

      void setCamundaDelegateExpression(String camundaDelegateExpression)
    • getCamundaScript

      CamundaScript getCamundaScript()
    • setCamundaScript

      void setCamundaScript(CamundaScript camundaScript)
    • getCamundaFields

      Collection<CamundaField> getCamundaFields()