public class AuditInstanceEntityImpl extends AbstractAuditEngineNoRevisionEntity implements AuditInstanceEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
auditDefinitionId |
protected Date |
creationTime |
protected String |
creatorId |
protected String |
externalId |
protected Map<String,Object> |
payload |
protected String |
scopeDefinitionId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
subType |
protected String |
tenantId |
protected String |
type |
| Constructor and Description |
|---|
AuditInstanceEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuditDefinitionId()
Reference to the audit definition of this audit instance.
|
Date |
getCreationTime()
Returns the creation timestamp of this audit instance.
|
String |
getCreatorId()
Returns the id of the user creating this audit instance.
|
String |
getExternalId()
If this audit instance was created from an external system, this optional external id might be used to map to that external data object id, if necessary.
|
Map<String,Object> |
getPayload()
Returns the optional payload as a byte array for this audit instance as described within the
AuditDefinition. |
Object |
getPersistentState() |
String |
getScopeDefinitionId()
Reference to the scope instance definition for which the audit instance was created (if available, might be
null). |
String |
getScopeId()
Reference to the optional scope instance for which the audit instance was created, if any, as this is optional, it might be
null. |
String |
getScopeType()
Type of the optional scope instance for which the audit instance was created (only, if
AuditInstance.getScopeId() is set). |
String |
getSubScopeId()
Reference to the optional sub scope instance for which the audit instance was created, if any, as this is optional, it might be
null. |
String |
getSubType()
Returns the sub type of this audit instance.
|
String |
getTenantId()
Returns the id of the tenant this audit instance object belongs to.
|
String |
getType()
Returns the main type of this audit instance.
|
void |
setAuditDefinitionId(String auditDefinitionId) |
void |
setCreationTime(Date creationTime) |
void |
setCreatorId(String creatorId) |
void |
setExternalId(String externalId) |
void |
setPayload(Map<String,Object> payload) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setSubType(String subType) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdprotected String auditDefinitionId
protected String scopeId
protected String subScopeId
protected String scopeType
protected String scopeDefinitionId
protected String externalId
protected String type
protected String subType
protected Date creationTime
protected String creatorId
protected String tenantId
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic String getAuditDefinitionId()
AuditInstancegetAuditDefinitionId in interface AuditInstancepublic void setAuditDefinitionId(String auditDefinitionId)
setAuditDefinitionId in interface AuditInstanceEntitypublic String getScopeId()
AuditInstancenull.getScopeId in interface AuditInstancepublic void setScopeId(String scopeId)
setScopeId in interface AuditInstanceEntitypublic String getSubScopeId()
AuditInstancenull.getSubScopeId in interface AuditInstancepublic void setSubScopeId(String subScopeId)
setSubScopeId in interface AuditInstanceEntitypublic String getScopeType()
AuditInstanceAuditInstance.getScopeId() is set).getScopeType in interface AuditInstancepublic void setScopeType(String scopeType)
setScopeType in interface AuditInstanceEntitypublic String getScopeDefinitionId()
AuditInstancenull).getScopeDefinitionId in interface AuditInstancepublic void setScopeDefinitionId(String scopeDefinitionId)
setScopeDefinitionId in interface AuditInstanceEntitypublic String getExternalId()
AuditInstancegetExternalId in interface AuditInstancepublic void setExternalId(String externalId)
setExternalId in interface AuditInstanceEntitypublic String getType()
AuditInstancegetType in interface AuditInstancepublic void setType(String type)
setType in interface AuditInstanceEntitypublic String getSubType()
AuditInstancegetSubType in interface AuditInstancepublic void setSubType(String subType)
setSubType in interface AuditInstanceEntitypublic Map<String,Object> getPayload()
AuditInstanceAuditDefinition.getPayload in interface AuditInstancepublic void setPayload(Map<String,Object> payload)
setPayload in interface AuditInstanceEntitypublic Date getCreationTime()
AuditInstancegetCreationTime in interface AuditInstancepublic void setCreationTime(Date creationTime)
setCreationTime in interface AuditInstanceEntitypublic String getCreatorId()
AuditInstancegetCreatorId in interface AuditInstancepublic void setCreatorId(String creatorId)
setCreatorId in interface AuditInstanceEntitypublic String getTenantId()
AuditInstancegetTenantId in interface AuditInstancepublic void setTenantId(String tenantId)
setTenantId in interface AuditInstanceEntityCopyright © 2019. All rights reserved.