public interface Case extends CmmnElement
Modifier and Type | Method and Description |
---|---|
Integer |
getCamundaHistoryTimeToLive()
Deprecated.
|
String |
getCamundaHistoryTimeToLiveString() |
CaseFileModel |
getCaseFileModel() |
CasePlanModel |
getCasePlanModel() |
Collection<CaseRole> |
getCaseRoles()
Deprecated.
|
Collection<InputCaseParameter> |
getInputs() |
String |
getName() |
Collection<OutputCaseParameter> |
getOutputs() |
CaseRoles |
getRoles() |
void |
setCamundaHistoryTimeToLive(Integer historyTimeToLive)
Deprecated.
|
void |
setCamundaHistoryTimeToLiveString(String 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, setAttributeValue, setAttributeValueNs, 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)
@Deprecated Integer getCamundaHistoryTimeToLive()
@Deprecated void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
String getCamundaHistoryTimeToLiveString()
void setCamundaHistoryTimeToLiveString(String historyTimeToLive)
Copyright © 2022. All rights reserved.