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 |
formParentDeploymentId |
protected String |
name |
protected Integer |
priority |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected Date |
startDate |
protected String |
subScopeId |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState
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 |
getFormParentDeploymentId()
The parent deployment id for the form key.
|
String |
getName()
Reference to the name of this action instance
|
Object |
getPersistentState() |
Integer |
getPriority()
The priority of the action instance.
|
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 |
setFormParentDeploymentId(String formParentDeploymentId) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
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() |
getIdPrefix
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
protected 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 formParentDeploymentId
protected Integer priority
protected String tenantId
public Object getPersistentState()
getPersistentState
in interface Entity
public String getActionDefinitionId()
HistoricActionInstance
getActionDefinitionId
in interface HistoricActionInstance
public void setActionDefinitionId(String actionDefinitionId)
setActionDefinitionId
in interface HistoricActionInstanceEntity
public String getName()
HistoricActionInstance
getName
in interface HistoricActionInstance
public void setName(String name)
setName
in interface HistoricActionInstanceEntity
public String getScopeId()
HistoricActionInstance
getScopeId
in interface HistoricActionInstance
public void setScopeId(String scopeId)
setScopeId
in interface HistoricActionInstanceEntity
public String getSubScopeId()
HistoricActionInstance
getSubScopeId
in interface HistoricActionInstance
public void setSubScopeId(String subScopeId)
setSubScopeId
in interface HistoricActionInstanceEntity
public String getScopeType()
HistoricActionInstance
getScopeType
in interface HistoricActionInstance
public void setScopeType(String scopeType)
setScopeType
in interface HistoricActionInstanceEntity
public String getScopeDefinitionId()
HistoricActionInstance
getScopeDefinitionId
in interface HistoricActionInstance
public void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId
in interface HistoricActionInstanceEntity
public Date getStartDate()
HistoricActionInstance
getStartDate
in interface HistoricActionInstance
public void setStartDate(Date startDate)
setStartDate
in interface HistoricActionInstanceEntity
public Date getExecutionDate()
HistoricActionInstance
getExecutionDate
in interface HistoricActionInstance
public void setExecutionDate(Date executionDate)
setExecutionDate
in interface HistoricActionInstanceEntity
public String getExecutedBy()
HistoricActionInstance
getExecutedBy
in interface HistoricActionInstance
public void setExecutedBy(String executedBy)
setExecutedBy
in interface HistoricActionInstanceEntity
public String getFormInstanceId()
HistoricActionInstance
getFormInstanceId
in interface HistoricActionInstance
public void setFormInstanceId(String formInstanceId)
setFormInstanceId
in interface HistoricActionInstanceEntity
public String getFormKey()
HistoricActionInstance
getFormKey
in interface HistoricActionInstance
public void setFormKey(String formKey)
setFormKey
in interface HistoricActionInstanceEntity
public String getFormParentDeploymentId()
HistoricActionInstance
getFormParentDeploymentId
in interface HistoricActionInstance
public void setFormParentDeploymentId(String formParentDeploymentId)
setFormParentDeploymentId
in interface HistoricActionInstanceEntity
public Integer getPriority()
HistoricActionInstance
getPriority
in interface HistoricActionInstance
public void setPriority(Integer priority)
setPriority
in interface HistoricActionInstanceEntity
public String getTenantId()
HistoricActionInstance
getTenantId
in interface HistoricActionInstance
public void setTenantId(String tenantId)
setTenantId
in interface HistoricActionInstanceEntity