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

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

public interface ProcessTask
extends Task

Author:
Roman Smirnov

Method Summary
 String getCamundaProcessBinding()
          camunda extensions
 String getCamundaProcessVersion()
           
 Collection<ParameterMapping> getParameterMappings()
           
 String getProcess()
           
 void setCamundaProcessBinding(String camundaProcessBinding)
           
 void setCamundaProcessVersion(String camundaProcessVersion)
           
 void setProcess(String process)
           
 
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

getProcess

String getProcess()

setProcess

void setProcess(String process)

getParameterMappings

Collection<ParameterMapping> getParameterMappings()

getCamundaProcessBinding

String getCamundaProcessBinding()
camunda extensions


setCamundaProcessBinding

void setCamundaProcessBinding(String camundaProcessBinding)

getCamundaProcessVersion

String getCamundaProcessVersion()

setCamundaProcessVersion

void setCamundaProcessVersion(String camundaProcessVersion)


Copyright © 2015 camunda services GmbH. All rights reserved.