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 getCamundaFormKey()
           
 String getCamundaPriority()
           
 Role getPerformer()
           
 Collection<PlanningTable> getPlanningTables()
           
 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 setCamundaFormKey(String camundaFormKey)
           
 void setCamundaPriority(String camundaPriority)
           
 void setPerformer(Role performerRef)
           
 
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.Task
getInputs, 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, 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

Collection<PlanningTable> getPlanningTables()

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)

getCamundaFormKey

String getCamundaFormKey()

setCamundaFormKey

void setCamundaFormKey(String camundaFormKey)

getCamundaPriority

String getCamundaPriority()

setCamundaPriority

void setCamundaPriority(String camundaPriority)


Copyright © 2014 camunda services GmbH. All rights reserved.