Interface HumanTask
-
- All Superinterfaces:
CmmnElement
,CmmnModelElementInstance
,ModelElementInstance
,PlanItemDefinition
,Task
- All Known Implementing Classes:
HumanTaskImpl
public interface HumanTask extends Task
- Author:
- Roman Smirnov
-
-
Method Summary
-
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
-
-
-
-
Method Detail
-
getPerformer
Role getPerformer()
-
setPerformer
void setPerformer(Role performerRef)
-
getPlanningTables
@Deprecated Collection<PlanningTable> getPlanningTables()
Deprecated.
-
getPlanningTable
PlanningTable getPlanningTable()
-
setPlanningTable
void setPlanningTable(PlanningTable planningTable)
-
getCamundaAssignee
String getCamundaAssignee()
camunda extensions
-
setCamundaAssignee
void setCamundaAssignee(String camundaAssignee)
-
getCamundaCandidateGroups
String getCamundaCandidateGroups()
-
setCamundaCandidateGroups
void setCamundaCandidateGroups(String camundaCandidateGroups)
-
setCamundaCandidateGroupsList
void setCamundaCandidateGroupsList(List<String> camundaCandidateGroupsList)
-
getCamundaCandidateUsers
String getCamundaCandidateUsers()
-
setCamundaCandidateUsers
void setCamundaCandidateUsers(String camundaCandidateUsers)
-
setCamundaCandidateUsersList
void setCamundaCandidateUsersList(List<String> camundaCandidateUsersList)
-
getCamundaDueDate
String getCamundaDueDate()
-
setCamundaDueDate
void setCamundaDueDate(String camundaDueDate)
-
getCamundaFollowUpDate
String getCamundaFollowUpDate()
-
setCamundaFollowUpDate
void setCamundaFollowUpDate(String camundaFollowUpDate)
-
getCamundaFormKey
String getCamundaFormKey()
-
setCamundaFormKey
void setCamundaFormKey(String camundaFormKey)
-
getCamundaPriority
String getCamundaPriority()
-
setCamundaPriority
void setCamundaPriority(String camundaPriority)
-
-