org.camunda.bpm.model.cmmn.instance
Interface HumanTask

All Superinterfaces:
CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance, PlanItemDefinition, Task
All Known Implementing Classes:
HumanTaskImpl

public interface HumanTask
extends Task

Author:
Roman Smirnov

Method Summary
 String getCamundaAssignee()
          camunda extensions
 String getCamundaCandidateGroups()
           
 List<String> getCamundaCandidateGroupsList()
           
 String getCamundaCandidateUsers()
           
 List<String> getCamundaCandidateUsersList()
           
 String getCamundaDueDate()
           
 String getCamundaFollowUpDate()
           
 String getCamundaFormKey()
           
 String getCamundaPriority()
           
 Role getPerformer()
           
 PlanningTable getPlanningTable()
           
 Collection<PlanningTable> getPlanningTables()
          Deprecated. 
 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 performerRef)
           
 void setPlanningTable(PlanningTable planningTable)
           
 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.Task
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
 
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.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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

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)

getCamundaCandidateGroupsList

List<String> getCamundaCandidateGroupsList()

setCamundaCandidateGroupsList

void setCamundaCandidateGroupsList(List<String> camundaCandidateGroupsList)

getCamundaCandidateUsers

String getCamundaCandidateUsers()

setCamundaCandidateUsers

void setCamundaCandidateUsers(String camundaCandidateUsers)

getCamundaCandidateUsersList

List<String> getCamundaCandidateUsersList()

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)


Copyright © 2017 camunda services GmbH. All rights reserved.