Interface CamundaScript

All Superinterfaces:
BpmnModelElementInstance, ModelElementInstance
All Known Implementing Classes:
CamundaScriptImpl

public interface CamundaScript extends BpmnModelElementInstance
The BPMN script camunda extension element
Author:
Sebastian Menski
  • Method Details

    • getCamundaScriptFormat

      String getCamundaScriptFormat()
    • setCamundaScriptFormat

      void setCamundaScriptFormat(String camundaScriptFormat)
    • getCamundaResource

      String getCamundaResource()
    • setCamundaResource

      void setCamundaResource(String camundaResource)