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
 Role getPerformer()
           
 Collection<PlanningTable> getPlanningTables()
           
 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, getId, setDescription, 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()


Copyright © 2014 camunda services GmbH. All Rights Reserved.