public interface Case extends CmmnElement
Modifier and Type | Method and Description |
---|---|
Integer |
getCamundaHistoryTimeToLive() |
CaseFileModel |
getCaseFileModel() |
CasePlanModel |
getCasePlanModel() |
Collection<CaseRole> |
getCaseRoles()
Deprecated.
|
Collection<InputCaseParameter> |
getInputs() |
String |
getName() |
Collection<OutputCaseParameter> |
getOutputs() |
CaseRoles |
getRoles() |
void |
setCamundaHistoryTimeToLive(Integer historyTimeToLive) |
void |
setCaseFileModel(CaseFileModel caseFileModel) |
void |
setCasePlanModel(CasePlanModel casePlanModel) |
void |
setName(String name) |
void |
setRoles(CaseRoles roles) |
getDescription, getDocumentations, 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)
@Deprecated Collection<CaseRole> getCaseRoles()
CaseRoles getRoles()
void setRoles(CaseRoles roles)
Collection<InputCaseParameter> getInputs()
Collection<OutputCaseParameter> getOutputs()
CasePlanModel getCasePlanModel()
void setCasePlanModel(CasePlanModel casePlanModel)
CaseFileModel getCaseFileModel()
void setCaseFileModel(CaseFileModel caseFileModel)
Integer getCamundaHistoryTimeToLive()
void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
Copyright © 2017. All rights reserved.