All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, PlanItemDefinition, Task, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
CaseTaskImpl, DecisionTaskImpl, HumanTaskImpl, ProcessTaskImpl

public class TaskImpl extends PlanItemDefinitionImpl implements Task
Author:
Roman Smirnov
  • Field Details

    • isBlockingAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isBlockingAttribute
    • inputsCollection

      @Deprecated protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputsCaseParameter> inputsCollection
      Deprecated.
    • outputsCollection

      @Deprecated protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputsCaseParameter> outputsCollection
      Deprecated.
    • inputParameterCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputCaseParameter> inputParameterCollection
    • outputParameterCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputCaseParameter> outputParameterCollection
  • Constructor Details

    • TaskImpl

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