Class HumanTaskImpl
- All Implemented Interfaces:
CmmnElement
,CmmnModelElementInstance
,HumanTask
,PlanItemDefinition
,Task
,ModelElementInstance
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptioncamunda extensionsprotected static AttributeReference<Role>
protected static ChildElement<PlanningTable>
protected static ChildElementCollection<PlanningTable>
Deprecated.Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
inputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollection
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
defaultControlChild, nameAttribute
Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
descriptionAttribute, documentationCollection, extensionElementsChild, idAttribute
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncamunda extensionsstatic void
registerType
(ModelBuilder modelBuilder) void
setCamundaAssignee
(String camundaAssignee) void
setCamundaCandidateGroups
(String camundaCandidateGroups) void
setCamundaCandidateGroupsList
(List<String> camundaCandidateGroupsList) void
setCamundaCandidateUsers
(String camundaCandidateUsers) void
setCamundaCandidateUsersList
(List<String> camundaCandidateUsersList) void
setCamundaDueDate
(String camundaDueDate) void
setCamundaFollowUpDate
(String camundaFollowUpDate) void
setCamundaFormKey
(String camundaFormKey) void
setCamundaPriority
(String camundaPriority) void
setPerformer
(Role performer) void
setPlanningTable
(PlanningTable planningTable) Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
getDefaultControl, getName, setDefaultControl, setName
Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setId
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setId
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
getDefaultControl, getName, setDefaultControl, setName
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.Task
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
-
Field Details
-
performerRefAttribute
-
planningTableCollection
Deprecated. -
planningTableChild
-
camundaAssigneeAttribute
camunda extensions -
camundaCandidateGroupsAttribute
-
camundaCandidateUsersAttribute
-
camundaDueDateAttribute
-
camundaFollowUpDateAttribute
-
camundaFormKeyAttribute
-
camundaPriorityAttribute
-
-
Constructor Details
-
HumanTaskImpl
-
-
Method Details
-
getPerformer
- Specified by:
getPerformer
in interfaceHumanTask
-
setPerformer
- Specified by:
setPerformer
in interfaceHumanTask
-
getPlanningTables
- Specified by:
getPlanningTables
in interfaceHumanTask
-
getPlanningTable
- Specified by:
getPlanningTable
in interfaceHumanTask
-
setPlanningTable
- Specified by:
setPlanningTable
in interfaceHumanTask
-
getCamundaAssignee
camunda extensions- Specified by:
getCamundaAssignee
in interfaceHumanTask
-
setCamundaAssignee
- Specified by:
setCamundaAssignee
in interfaceHumanTask
-
getCamundaCandidateGroups
- Specified by:
getCamundaCandidateGroups
in interfaceHumanTask
-
setCamundaCandidateGroups
- Specified by:
setCamundaCandidateGroups
in interfaceHumanTask
-
getCamundaCandidateGroupsList
- Specified by:
getCamundaCandidateGroupsList
in interfaceHumanTask
-
setCamundaCandidateGroupsList
- Specified by:
setCamundaCandidateGroupsList
in interfaceHumanTask
-
getCamundaCandidateUsers
- Specified by:
getCamundaCandidateUsers
in interfaceHumanTask
-
setCamundaCandidateUsers
- Specified by:
setCamundaCandidateUsers
in interfaceHumanTask
-
getCamundaCandidateUsersList
- Specified by:
getCamundaCandidateUsersList
in interfaceHumanTask
-
setCamundaCandidateUsersList
- Specified by:
setCamundaCandidateUsersList
in interfaceHumanTask
-
getCamundaDueDate
- Specified by:
getCamundaDueDate
in interfaceHumanTask
-
setCamundaDueDate
- Specified by:
setCamundaDueDate
in interfaceHumanTask
-
getCamundaFollowUpDate
- Specified by:
getCamundaFollowUpDate
in interfaceHumanTask
-
setCamundaFollowUpDate
- Specified by:
setCamundaFollowUpDate
in interfaceHumanTask
-
getCamundaFormKey
- Specified by:
getCamundaFormKey
in interfaceHumanTask
-
setCamundaFormKey
- Specified by:
setCamundaFormKey
in interfaceHumanTask
-
getCamundaPriority
- Specified by:
getCamundaPriority
in interfaceHumanTask
-
setCamundaPriority
- Specified by:
setCamundaPriority
in interfaceHumanTask
-
registerType
-