Interface Case
-
- All Superinterfaces:
CmmnElement,CmmnModelElementInstance,ModelElementInstance
- All Known Implementing Classes:
CaseImpl
public interface Case extends CmmnElement
- Author:
- Roman Smirnov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IntegergetCamundaHistoryTimeToLive()Deprecated.StringgetCamundaHistoryTimeToLiveString()CaseFileModelgetCaseFileModel()CasePlanModelgetCasePlanModel()Collection<CaseRole>getCaseRoles()Deprecated.Collection<InputCaseParameter>getInputs()StringgetName()Collection<OutputCaseParameter>getOutputs()CaseRolesgetRoles()voidsetCamundaHistoryTimeToLive(Integer historyTimeToLive)Deprecated.voidsetCamundaHistoryTimeToLiveString(String historyTimeToLive)voidsetCaseFileModel(CaseFileModel caseFileModel)voidsetCasePlanModel(CasePlanModel casePlanModel)voidsetName(String name)voidsetRoles(CaseRoles roles)-
Methods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getDocumentations, 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, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
-
-
-
-
Method Detail
-
getName
String getName()
-
setName
void setName(String name)
-
getCaseRoles
@Deprecated Collection<CaseRole> getCaseRoles()
Deprecated.
-
getRoles
CaseRoles getRoles()
-
setRoles
void setRoles(CaseRoles roles)
-
getInputs
Collection<InputCaseParameter> getInputs()
-
getOutputs
Collection<OutputCaseParameter> getOutputs()
-
getCasePlanModel
CasePlanModel getCasePlanModel()
-
setCasePlanModel
void setCasePlanModel(CasePlanModel casePlanModel)
-
getCaseFileModel
CaseFileModel getCaseFileModel()
-
setCaseFileModel
void setCaseFileModel(CaseFileModel caseFileModel)
-
getCamundaHistoryTimeToLive
@Deprecated Integer getCamundaHistoryTimeToLive()
Deprecated.
-
setCamundaHistoryTimeToLive
@Deprecated void setCamundaHistoryTimeToLive(Integer historyTimeToLive)
Deprecated.
-
getCamundaHistoryTimeToLiveString
String getCamundaHistoryTimeToLiveString()
-
setCamundaHistoryTimeToLiveString
void setCamundaHistoryTimeToLiveString(String historyTimeToLive)
-
-