public interface CaseInstance
| 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()
Returns the case variables if requested in the case instance query
|
String |
getId() |
Date |
getLastReactivationTime() |
String |
getLastReactivationUserId() |
String |
getName() |
String |
getParentId() |
String |
getReferenceId() |
String |
getReferenceType() |
Date |
getStartTime() |
String |
getStartUserId() |
String |
getState() |
String |
getTenantId() |
boolean |
isCompletable() |
void |
setLocalizedName(String localizedName)
Sets an optional localized name for the case.
|
String getId()
String getParentId()
String getBusinessKey()
String getBusinessStatus()
String getName()
String getCaseDefinitionId()
String getCaseDefinitionKey()
String getCaseDefinitionName()
Integer getCaseDefinitionVersion()
String getCaseDefinitionDeploymentId()
String getState()
Date getStartTime()
String getStartUserId()
Date getLastReactivationTime()
String getLastReactivationUserId()
String getCallbackId()
String getCallbackType()
String getReferenceId()
String getReferenceType()
boolean isCompletable()
String getTenantId()
Map<String,Object> getCaseVariables()
void setLocalizedName(String localizedName)
Copyright © 2022 Flowable. All rights reserved.