public interface HistoricCaseInstance
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessKey() |
String |
getBusinessStatus() |
String |
getCallbackId() |
String |
getCallbackType() |
String |
getCaseDefinitionDeploymentId() |
String |
getCaseDefinitionId() |
String |
getCaseDefinitionKey() |
String |
getCaseDefinitionName() |
Integer |
getCaseDefinitionVersion() |
Map<String,Object> |
getCaseVariables() |
Date |
getEndTime() |
String |
getId() |
Date |
getLastReactivationTime() |
String |
getLastReactivationUserId() |
String |
getName() |
String |
getParentId() |
String |
getReferenceId() |
String |
getReferenceType() |
Date |
getStartTime() |
String |
getStartUserId() |
String |
getState() |
String |
getTenantId() |
void |
setLocalizedName(String localizedName)
Sets an optional localized name for the case.
|
String getId()
String getName()
String getParentId()
String getBusinessKey()
String getBusinessStatus()
String getCaseDefinitionId()
String getCaseDefinitionKey()
String getCaseDefinitionName()
Integer getCaseDefinitionVersion()
String getCaseDefinitionDeploymentId()
String getState()
Date getStartTime()
Date getEndTime()
String getStartUserId()
Date getLastReactivationTime()
String getLastReactivationUserId()
String getCallbackId()
String getCallbackType()
String getReferenceId()
String getReferenceType()
String getTenantId()
void setLocalizedName(String localizedName)
Copyright © 2021 Flowable. All rights reserved.