public class HistoricActionInstanceEntityImpl extends AbstractActionEngineNoRevisionEntity implements HistoricActionInstanceEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionDefinitionId |
protected String |
executedBy |
protected Date |
executionDate |
protected String |
formInstanceId |
protected String |
formKey |
protected String |
name |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected Date |
startDate |
protected String |
subScopeId |
protected String |
tenantId |
| Constructor and Description |
|---|
HistoricActionInstanceEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionDefinitionId()
Reference to the action definition of this action instance
|
String |
getExecutedBy()
Reference to the user that executed the action instance
|
Date |
getExecutionDate()
Execution date for the action instance
|
String |
getFormInstanceId()
Reference to the form instance id
|
String |
getFormKey()
Reference to the form key
|
String |
getName()
Reference to the name of this action instance
|
Object |
getPersistentState() |
String |
getScopeDefinitionId()
Reference to the scope instance definition for which the action instance was created
|
String |
getScopeId()
Reference to the scope instance for which the action instance was created
|
String |
getScopeType()
Type of the scope instance for which the action instance was created
|
Date |
getStartDate()
Start date for the action instance
|
String |
getSubScopeId()
Reference to a sub identifier for which the action instance was created
|
String |
getTenantId()
The tenant identifier of this form instance
|
void |
setActionDefinitionId(String actionDefinitionId) |
void |
setExecutedBy(String executedBy) |
void |
setExecutionDate(Date executionDate) |
void |
setFormInstanceId(String formInstanceId) |
void |
setFormKey(String formKey) |
void |
setName(String name) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setStartDate(Date startDate) |
void |
setSubScopeId(String subScopeId) |
void |
setTenantId(String tenantId) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdprotected String actionDefinitionId
protected String name
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected Date startDate
protected Date executionDate
protected String executedBy
protected String formInstanceId
protected String formKey
protected String tenantId
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getActionDefinitionId()
HistoricActionInstancegetActionDefinitionId in interface HistoricActionInstancepublic void setActionDefinitionId(String actionDefinitionId)
setActionDefinitionId in interface HistoricActionInstanceEntitypublic String getName()
HistoricActionInstancegetName in interface HistoricActionInstancepublic void setName(String name)
setName in interface HistoricActionInstanceEntitypublic String getScopeId()
HistoricActionInstancegetScopeId in interface HistoricActionInstancepublic void setScopeId(String scopeId)
setScopeId in interface HistoricActionInstanceEntitypublic String getSubScopeId()
HistoricActionInstancegetSubScopeId in interface HistoricActionInstancepublic void setSubScopeId(String subScopeId)
setSubScopeId in interface HistoricActionInstanceEntitypublic String getScopeType()
HistoricActionInstancegetScopeType in interface HistoricActionInstancepublic void setScopeType(String scopeType)
setScopeType in interface HistoricActionInstanceEntitypublic String getScopeDefinitionId()
HistoricActionInstancegetScopeDefinitionId in interface HistoricActionInstancepublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface HistoricActionInstanceEntitypublic Date getStartDate()
HistoricActionInstancegetStartDate in interface HistoricActionInstancepublic void setStartDate(Date startDate)
setStartDate in interface HistoricActionInstanceEntitypublic Date getExecutionDate()
HistoricActionInstancegetExecutionDate in interface HistoricActionInstancepublic void setExecutionDate(Date executionDate)
setExecutionDate in interface HistoricActionInstanceEntitypublic String getExecutedBy()
HistoricActionInstancegetExecutedBy in interface HistoricActionInstancepublic void setExecutedBy(String executedBy)
setExecutedBy in interface HistoricActionInstanceEntitypublic String getFormInstanceId()
HistoricActionInstancegetFormInstanceId in interface HistoricActionInstancepublic void setFormInstanceId(String formInstanceId)
setFormInstanceId in interface HistoricActionInstanceEntitypublic String getFormKey()
HistoricActionInstancegetFormKey in interface HistoricActionInstancepublic void setFormKey(String formKey)
setFormKey in interface HistoricActionInstanceEntitypublic String getTenantId()
HistoricActionInstancegetTenantId in interface HistoricActionInstancepublic void setTenantId(String tenantId)
setTenantId in interface HistoricActionInstanceEntityCopyright © 2019. All rights reserved.