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

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

public interface Case
extends CmmnElement

Author:
Roman Smirnov

Method Summary
 CaseFileModel getCaseFileModel()
           
 CasePlanModel getCasePlanModel()
           
 Collection<CaseRoles> getCaseRoles()
           
 Collection<InputCaseParameter> getInputs()
           
 String getName()
           
 Collection<OutputCaseParameter> getOutputs()
           
 void setCaseFileModel(CaseFileModel caseFileModel)
           
 void setCasePlanModel(CasePlanModel casePlanModel)
           
 void setName(String name)
           
 
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

getName

String getName()

setName

void setName(String name)

getCaseRoles

Collection<CaseRoles> getCaseRoles()

getInputs

Collection<InputCaseParameter> getInputs()

getOutputs

Collection<OutputCaseParameter> getOutputs()

getCasePlanModel

CasePlanModel getCasePlanModel()

setCasePlanModel

void setCasePlanModel(CasePlanModel casePlanModel)

getCaseFileModel

CaseFileModel getCaseFileModel()

setCaseFileModel

void setCaseFileModel(CaseFileModel caseFileModel)


Copyright © 2015 camunda services GmbH. All rights reserved.