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

All Superinterfaces:
CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance, PlanItemDefinition
All Known Subinterfaces:
CaseTask, HumanTask, ProcessTask
All Known Implementing Classes:
CaseTaskImpl, HumanTaskImpl, ProcessTaskImpl, TaskImpl

public interface Task
extends PlanItemDefinition

Author:
Roman Smirnov

Method Summary
 Collection<InputsCaseParameter> getInputs()
           
 Collection<OutputsCaseParameter> getOutputs()
           
 boolean isBlocking()
           
 void setIsBlocking(boolean isBlocking)
           
 
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

isBlocking

boolean isBlocking()

setIsBlocking

void setIsBlocking(boolean isBlocking)

getInputs

Collection<InputsCaseParameter> getInputs()

getOutputs

Collection<OutputsCaseParameter> getOutputs()


Copyright © 2014 camunda services GmbH. All rights reserved.