Interface Case
- All Superinterfaces:
CmmnElement,CmmnModelElementInstance,ModelElementInstance
- All Known Implementing Classes:
CaseImpl
- Author:
- Roman Smirnov
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getName()default IntegerDeprecated, for removal: This API element is subject to removal in a future version.usegetOperatonHistoryTimeToLiveString()insteadgetRoles()voidsetCaseFileModel(CaseFileModel caseFileModel) voidsetCasePlanModel(CasePlanModel casePlanModel) voiddefault voidsetOperatonHistoryTimeToLive(Integer historyTimeToLive) Deprecated, for removal: This API element is subject to removal in a future version.usesetOperatonHistoryTimeToLiveString(String)insteadvoidsetOperatonHistoryTimeToLiveString(String historyTimeToLive) voidMethods inherited from interface org.operaton.bpm.model.cmmn.instance.CmmnElement
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdMethods inherited from interface org.operaton.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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
Method Details
-
getName
String getName() -
setName
-
getCaseRoles
Deprecated.since 1.0, usegetRoles()instead, which returns a CaseRoles wrapper object. -
getRoles
CaseRoles getRoles() -
setRoles
-
getInputs
Collection<InputCaseParameter> getInputs() -
getOutputs
Collection<OutputCaseParameter> getOutputs() -
getCasePlanModel
CasePlanModel getCasePlanModel() -
setCasePlanModel
-
getCaseFileModel
CaseFileModel getCaseFileModel() -
setCaseFileModel
-
getOperatonHistoryTimeToLive
Deprecated, for removal: This API element is subject to removal in a future version.usegetOperatonHistoryTimeToLiveString()instead -
setOperatonHistoryTimeToLive
@Deprecated(since="1.0", forRemoval=true) default void setOperatonHistoryTimeToLive(Integer historyTimeToLive) Deprecated, for removal: This API element is subject to removal in a future version.usesetOperatonHistoryTimeToLiveString(String)instead -
getOperatonHistoryTimeToLiveString
String getOperatonHistoryTimeToLiveString() -
setOperatonHistoryTimeToLiveString
-
getRoles()instead, which returns a CaseRoles wrapper object.