Interface HumanTask
-
- All Superinterfaces:
CmmnElement,CmmnModelElementInstance,ModelElementInstance,PlanItemDefinition,Task
- All Known Implementing Classes:
HumanTaskImpl
public interface HumanTask extends Task
- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCamundaAssignee()camunda extensionsjava.lang.StringgetCamundaCandidateGroups()java.util.List<java.lang.String>getCamundaCandidateGroupsList()java.lang.StringgetCamundaCandidateUsers()java.util.List<java.lang.String>getCamundaCandidateUsersList()java.lang.StringgetCamundaDueDate()java.lang.StringgetCamundaFollowUpDate()java.lang.StringgetCamundaFormKey()java.lang.StringgetCamundaPriority()RolegetPerformer()PlanningTablegetPlanningTable()java.util.Collection<PlanningTable>getPlanningTables()Deprecated.voidsetCamundaAssignee(java.lang.String camundaAssignee)voidsetCamundaCandidateGroups(java.lang.String camundaCandidateGroups)voidsetCamundaCandidateGroupsList(java.util.List<java.lang.String> camundaCandidateGroupsList)voidsetCamundaCandidateUsers(java.lang.String camundaCandidateUsers)voidsetCamundaCandidateUsersList(java.util.List<java.lang.String> camundaCandidateUsersList)voidsetCamundaDueDate(java.lang.String camundaDueDate)voidsetCamundaFollowUpDate(java.lang.String camundaFollowUpDate)voidsetCamundaFormKey(java.lang.String camundaFormKey)voidsetCamundaPriority(java.lang.String camundaPriority)voidsetPerformer(Role performerRef)voidsetPlanningTable(PlanningTable planningTable)-
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 java.util.Collection<PlanningTable> getPlanningTables()
Deprecated.
-
getPlanningTable
PlanningTable getPlanningTable()
-
setPlanningTable
void setPlanningTable(PlanningTable planningTable)
-
getCamundaAssignee
java.lang.String getCamundaAssignee()
camunda extensions
-
setCamundaAssignee
void setCamundaAssignee(java.lang.String camundaAssignee)
-
getCamundaCandidateGroups
java.lang.String getCamundaCandidateGroups()
-
setCamundaCandidateGroups
void setCamundaCandidateGroups(java.lang.String camundaCandidateGroups)
-
getCamundaCandidateGroupsList
java.util.List<java.lang.String> getCamundaCandidateGroupsList()
-
setCamundaCandidateGroupsList
void setCamundaCandidateGroupsList(java.util.List<java.lang.String> camundaCandidateGroupsList)
-
getCamundaCandidateUsers
java.lang.String getCamundaCandidateUsers()
-
setCamundaCandidateUsers
void setCamundaCandidateUsers(java.lang.String camundaCandidateUsers)
-
getCamundaCandidateUsersList
java.util.List<java.lang.String> getCamundaCandidateUsersList()
-
setCamundaCandidateUsersList
void setCamundaCandidateUsersList(java.util.List<java.lang.String> camundaCandidateUsersList)
-
getCamundaDueDate
java.lang.String getCamundaDueDate()
-
setCamundaDueDate
void setCamundaDueDate(java.lang.String camundaDueDate)
-
getCamundaFollowUpDate
java.lang.String getCamundaFollowUpDate()
-
setCamundaFollowUpDate
void setCamundaFollowUpDate(java.lang.String camundaFollowUpDate)
-
getCamundaFormKey
java.lang.String getCamundaFormKey()
-
setCamundaFormKey
void setCamundaFormKey(java.lang.String camundaFormKey)
-
getCamundaPriority
java.lang.String getCamundaPriority()
-
setCamundaPriority
void setCamundaPriority(java.lang.String camundaPriority)
-
-