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

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

public interface CaseTask
extends Task

Author:
Roman Smirnov

Method Summary
 String getCamundaCaseBinding()
          camunda extensions
 String getCamundaCaseVersion()
           
 String getCase()
           
 Collection<ParameterMapping> getParameterMappings()
           
 void setCamundaCaseBinding(String camundaCaseBinding)
           
 void setCamundaCaseVersion(String camundaCaseVersion)
           
 void setCase(String caseInstance)
           
 
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

getCase

String getCase()

setCase

void setCase(String caseInstance)

getParameterMappings

Collection<ParameterMapping> getParameterMappings()

getCamundaCaseBinding

String getCamundaCaseBinding()
camunda extensions


setCamundaCaseBinding

void setCamundaCaseBinding(String camundaCaseBinding)

getCamundaCaseVersion

String getCamundaCaseVersion()

setCamundaCaseVersion

void setCamundaCaseVersion(String camundaCaseVersion)


Copyright © 2015 camunda services GmbH. All rights reserved.