Class CaseTaskImpl

All Implemented Interfaces:
CaseTask, CmmnElement, CmmnModelElementInstance, PlanItemDefinition, Task, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class CaseTaskImpl extends TaskImpl implements CaseTask
Author:
Roman Smirnov
  • Field Details

    • caseRefAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> caseRefAttribute
    • parameterMappingCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ParameterMapping> parameterMappingCollection
    • caseRefExpressionChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseRefExpression> caseRefExpressionChild
    • camundaCaseBindingAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseBindingAttribute
    • camundaCaseVersionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseVersionAttribute
    • camundaCaseTenantIdAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCaseTenantIdAttribute
  • Constructor Details

    • CaseTaskImpl

      public CaseTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details