Class HumanTaskImpl
- java.lang.Object
-
- org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
-
- All Implemented Interfaces:
CmmnElement,CmmnModelElementInstance,HumanTask,PlanItemDefinition,Task,org.camunda.bpm.model.xml.instance.ModelElementInstance
public class HumanTaskImpl extends TaskImpl implements HumanTask
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaAssigneeAttributecamunda extensionsprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaCandidateGroupsAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaCandidateUsersAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaDueDateAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaFollowUpDateAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaFormKeyAttributeprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camundaPriorityAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Role>performerRefAttributeprotected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable>planningTableChildprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanningTable>planningTableCollectionDeprecated.-
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
-
-
Constructor Summary
Constructors Constructor Description HumanTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
Method Summary
-
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 Detail
-
performerRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Role> performerRefAttribute
-
planningTableCollection
@Deprecated protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanningTable> planningTableCollection
Deprecated.
-
planningTableChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> planningTableChild
-
camundaAssigneeAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaAssigneeAttribute
camunda extensions
-
camundaCandidateGroupsAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCandidateGroupsAttribute
-
camundaCandidateUsersAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCandidateUsersAttribute
-
camundaDueDateAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDueDateAttribute
-
camundaFollowUpDateAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFollowUpDateAttribute
-
camundaFormKeyAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFormKeyAttribute
-
camundaPriorityAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaPriorityAttribute
-
-
Method Detail
-
getPerformer
public Role getPerformer()
- Specified by:
getPerformerin interfaceHumanTask
-
setPerformer
public void setPerformer(Role performer)
- Specified by:
setPerformerin interfaceHumanTask
-
getPlanningTables
public Collection<PlanningTable> getPlanningTables()
- Specified by:
getPlanningTablesin interfaceHumanTask
-
getPlanningTable
public PlanningTable getPlanningTable()
- Specified by:
getPlanningTablein interfaceHumanTask
-
setPlanningTable
public void setPlanningTable(PlanningTable planningTable)
- Specified by:
setPlanningTablein interfaceHumanTask
-
getCamundaAssignee
public String getCamundaAssignee()
camunda extensions- Specified by:
getCamundaAssigneein interfaceHumanTask
-
setCamundaAssignee
public void setCamundaAssignee(String camundaAssignee)
- Specified by:
setCamundaAssigneein interfaceHumanTask
-
getCamundaCandidateGroups
public String getCamundaCandidateGroups()
- Specified by:
getCamundaCandidateGroupsin interfaceHumanTask
-
setCamundaCandidateGroups
public void setCamundaCandidateGroups(String camundaCandidateGroups)
- Specified by:
setCamundaCandidateGroupsin interfaceHumanTask
-
getCamundaCandidateGroupsList
public List<String> getCamundaCandidateGroupsList()
- Specified by:
getCamundaCandidateGroupsListin interfaceHumanTask
-
setCamundaCandidateGroupsList
public void setCamundaCandidateGroupsList(List<String> camundaCandidateGroupsList)
- Specified by:
setCamundaCandidateGroupsListin interfaceHumanTask
-
getCamundaCandidateUsers
public String getCamundaCandidateUsers()
- Specified by:
getCamundaCandidateUsersin interfaceHumanTask
-
setCamundaCandidateUsers
public void setCamundaCandidateUsers(String camundaCandidateUsers)
- Specified by:
setCamundaCandidateUsersin interfaceHumanTask
-
getCamundaCandidateUsersList
public List<String> getCamundaCandidateUsersList()
- Specified by:
getCamundaCandidateUsersListin interfaceHumanTask
-
setCamundaCandidateUsersList
public void setCamundaCandidateUsersList(List<String> camundaCandidateUsersList)
- Specified by:
setCamundaCandidateUsersListin interfaceHumanTask
-
getCamundaDueDate
public String getCamundaDueDate()
- Specified by:
getCamundaDueDatein interfaceHumanTask
-
setCamundaDueDate
public void setCamundaDueDate(String camundaDueDate)
- Specified by:
setCamundaDueDatein interfaceHumanTask
-
getCamundaFollowUpDate
public String getCamundaFollowUpDate()
- Specified by:
getCamundaFollowUpDatein interfaceHumanTask
-
setCamundaFollowUpDate
public void setCamundaFollowUpDate(String camundaFollowUpDate)
- Specified by:
setCamundaFollowUpDatein interfaceHumanTask
-
getCamundaFormKey
public String getCamundaFormKey()
- Specified by:
getCamundaFormKeyin interfaceHumanTask
-
setCamundaFormKey
public void setCamundaFormKey(String camundaFormKey)
- Specified by:
setCamundaFormKeyin interfaceHumanTask
-
getCamundaPriority
public String getCamundaPriority()
- Specified by:
getCamundaPriorityin interfaceHumanTask
-
setCamundaPriority
public void setCamundaPriority(String camundaPriority)
- Specified by:
setCamundaPriorityin interfaceHumanTask
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-
-