Interface DecisionTask

All Superinterfaces:
CmmnElement, CmmnModelElementInstance, ModelElementInstance, PlanItemDefinition, Task
All Known Implementing Classes:
DecisionTaskImpl

public interface DecisionTask extends Task
Author:
Roman Smirnov
  • Method Details

    • getDecision

      String getDecision()
    • setDecision

      void setDecision(String decision)
    • getDecisionExpression

      DecisionRefExpression getDecisionExpression()
    • setDecisionExpression

      void setDecisionExpression(DecisionRefExpression decisionExpression)
    • getParameterMappings

      Collection<ParameterMapping> getParameterMappings()
    • getCamundaResultVariable

      String getCamundaResultVariable()
      Camunda extensions
    • setCamundaResultVariable

      void setCamundaResultVariable(String camundaResultVariable)
    • getCamundaDecisionBinding

      String getCamundaDecisionBinding()
    • setCamundaDecisionBinding

      void setCamundaDecisionBinding(String camundaDecisionBinding)
    • getCamundaDecisionVersion

      String getCamundaDecisionVersion()
    • setCamundaDecisionVersion

      void setCamundaDecisionVersion(String camundaDecisionVersion)
    • getCamundaDecisionTenantId

      String getCamundaDecisionTenantId()
    • setCamundaDecisionTenantId

      void setCamundaDecisionTenantId(String camundaDecisionTenantId)
    • getCamundaMapDecisionResult

      String getCamundaMapDecisionResult()
    • setCamundaMapDecisionResult

      void setCamundaMapDecisionResult(String camundaMapDecisionResult)