Package com.flowable.platform.common.el
Class HistoricCaseInstanceVariableContainer
java.lang.Object
com.flowable.platform.common.el.HistoricCaseInstanceVariableContainer
- All Implemented Interfaces:
org.flowable.cmmn.api.history.HistoricCaseInstance
,org.flowable.common.engine.api.variable.VariableContainer
public class HistoricCaseInstanceVariableContainer
extends Object
implements org.flowable.cmmn.api.history.HistoricCaseInstance, org.flowable.common.engine.api.variable.VariableContainer
- Author:
- Prathamesh Mane
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHistoricCaseInstanceVariableContainer
(org.flowable.cmmn.api.history.HistoricCaseInstance delegate, Map<String, Object> variables) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getState()
getVariable
(String variableName) boolean
hasVariable
(String variableName) void
setLocalizedName
(String localizedName) void
setTransientVariable
(String variableName, Object variableValue) void
setVariable
(String variableName, Object variableValue) toString()
-
Field Details
-
PARENT
- See Also:
-
ROOT
- See Also:
-
delegate
protected org.flowable.cmmn.api.history.HistoricCaseInstance delegate -
variables
-
-
Constructor Details
-
HistoricCaseInstanceVariableContainer
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getName
- Specified by:
getName
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getParentId
- Specified by:
getParentId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getBusinessKey
- Specified by:
getBusinessKey
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getBusinessStatus
- Specified by:
getBusinessStatus
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getCaseDefinitionId
- Specified by:
getCaseDefinitionId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getCaseDefinitionKey
- Specified by:
getCaseDefinitionKey
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getCaseDefinitionName
- Specified by:
getCaseDefinitionName
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getCaseDefinitionVersion
- Specified by:
getCaseDefinitionVersion
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getCaseDefinitionDeploymentId
- Specified by:
getCaseDefinitionDeploymentId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getState
- Specified by:
getState
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getStartTime
- Specified by:
getStartTime
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getEndTime
- Specified by:
getEndTime
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getStartUserId
- Specified by:
getStartUserId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getLastReactivationTime
- Specified by:
getLastReactivationTime
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getLastReactivationUserId
- Specified by:
getLastReactivationUserId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getCallbackId
- Specified by:
getCallbackId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getCallbackType
- Specified by:
getCallbackType
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getReferenceId
- Specified by:
getReferenceId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getReferenceType
- Specified by:
getReferenceType
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
getCaseVariables
- Specified by:
getCaseVariables
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
setLocalizedName
- Specified by:
setLocalizedName
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
-
hasVariable
- Specified by:
hasVariable
in interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getVariable
- Specified by:
getVariable
in interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
setVariable
- Specified by:
setVariable
in interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
setTransientVariable
- Specified by:
setTransientVariable
in interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getTenantId
- Specified by:
getTenantId
in interfaceorg.flowable.cmmn.api.history.HistoricCaseInstance
- Specified by:
getTenantId
in interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
getVariableNames
- Specified by:
getVariableNames
in interfaceorg.flowable.common.engine.api.variable.VariableContainer
-
toString
-