Interface CamundaConstraint

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

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

    • getCamundaName

      String getCamundaName()
    • setCamundaName

      void setCamundaName(String camundaName)
    • getCamundaConfig

      String getCamundaConfig()
    • setCamundaConfig

      void setCamundaConfig(String camundaConfig)