public interface Case extends CmmnElement
Modifier and Type | Method and Description |
---|---|
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) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
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
String getName()
void setName(String name)
Collection<CaseRoles> getCaseRoles()
Collection<InputCaseParameter> getInputs()
Collection<OutputCaseParameter> getOutputs()
CasePlanModel getCasePlanModel()
void setCasePlanModel(CasePlanModel casePlanModel)
CaseFileModel getCaseFileModel()
void setCaseFileModel(CaseFileModel caseFileModel)
Copyright © 2018. All rights reserved.