public class HumanTaskImpl extends TaskImpl implements HumanTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaAssigneeAttribute
camunda extensions
|
protected static Attribute<String> |
camundaCandidateGroupsAttribute |
protected static Attribute<String> |
camundaCandidateUsersAttribute |
protected static Attribute<String> |
camundaDueDateAttribute |
protected static Attribute<String> |
camundaFollowUpDateAttribute |
protected static Attribute<String> |
camundaFormKeyAttribute |
protected static Attribute<String> |
camundaPriorityAttribute |
protected static AttributeReference<Role> |
performerRefAttribute |
protected static ChildElementCollection<PlanningTable> |
planningTableChild |
inputsCollection, isBlockingAttribute, outputsCollection
defaultControlChild, nameAttribute
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
HumanTaskImpl(ModelTypeInstanceContext instanceContext) |
getInputs, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getInputs, getOutputs, isBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<Role> performerRefAttribute
protected static ChildElementCollection<PlanningTable> planningTableChild
protected static Attribute<String> camundaAssigneeAttribute
public HumanTaskImpl(ModelTypeInstanceContext instanceContext)
public Role getPerformer()
getPerformer
in interface HumanTask
public void setPerformer(Role performer)
setPerformer
in interface HumanTask
public Collection<PlanningTable> getPlanningTables()
getPlanningTables
in interface HumanTask
public String getCamundaAssignee()
getCamundaAssignee
in interface HumanTask
public void setCamundaAssignee(String camundaAssignee)
setCamundaAssignee
in interface HumanTask
public String getCamundaCandidateGroups()
getCamundaCandidateGroups
in interface HumanTask
public void setCamundaCandidateGroups(String camundaCandidateGroups)
setCamundaCandidateGroups
in interface HumanTask
public List<String> getCamundaCandidateGroupsList()
getCamundaCandidateGroupsList
in interface HumanTask
public void setCamundaCandidateGroupsList(List<String> camundaCandidateGroupsList)
setCamundaCandidateGroupsList
in interface HumanTask
public String getCamundaCandidateUsers()
getCamundaCandidateUsers
in interface HumanTask
public void setCamundaCandidateUsers(String camundaCandidateUsers)
setCamundaCandidateUsers
in interface HumanTask
public List<String> getCamundaCandidateUsersList()
getCamundaCandidateUsersList
in interface HumanTask
public void setCamundaCandidateUsersList(List<String> camundaCandidateUsersList)
setCamundaCandidateUsersList
in interface HumanTask
public String getCamundaDueDate()
getCamundaDueDate
in interface HumanTask
public void setCamundaDueDate(String camundaDueDate)
setCamundaDueDate
in interface HumanTask
public String getCamundaFollowUpDate()
getCamundaFollowUpDate
in interface HumanTask
public void setCamundaFollowUpDate(String camundaFollowUpDate)
setCamundaFollowUpDate
in interface HumanTask
public String getCamundaFormKey()
getCamundaFormKey
in interface HumanTask
public void setCamundaFormKey(String camundaFormKey)
setCamundaFormKey
in interface HumanTask
public String getCamundaPriority()
getCamundaPriority
in interface HumanTask
public void setCamundaPriority(String camundaPriority)
setCamundaPriority
in interface HumanTask
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.