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
| 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 |
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.