Class HistoricActionLinkEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineEntity
com.flowable.action.engine.impl.persistence.entity.HistoricActionLinkEntityImpl
- All Implemented Interfaces:
HistoricActionLink
,HistoricActionLinkEntity
,HasRevision
,Entity
public class HistoricActionLinkEntityImpl
extends AbstractActionEngineEntity
implements HistoricActionLinkEntity
- Author:
- Joram Barrez
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected Date
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setActionDefinitionId
(String actionDefinitionId) void
setActionInstanceId
(String actionInstanceId) void
setCreationTime
(Date creationTime) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) toString()
Methods inherited from class com.flowable.action.engine.impl.persistence.entity.AbstractActionEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface com.flowable.action.api.history.HistoricActionLink
getId
-
Field Details
-
actionInstanceId
-
actionDefinitionId
-
scopeId
-
scopeType
-
creationTime
-
-
Constructor Details
-
HistoricActionLinkEntityImpl
public HistoricActionLinkEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentState
in interfaceEntity
-
getActionInstanceId
- Specified by:
getActionInstanceId
in interfaceHistoricActionLink
-
setActionInstanceId
- Specified by:
setActionInstanceId
in interfaceHistoricActionLinkEntity
-
getActionDefinitionId
- Specified by:
getActionDefinitionId
in interfaceHistoricActionLink
-
setActionDefinitionId
- Specified by:
setActionDefinitionId
in interfaceHistoricActionLinkEntity
-
getScopeId
- Specified by:
getScopeId
in interfaceHistoricActionLink
-
setScopeId
- Specified by:
setScopeId
in interfaceHistoricActionLinkEntity
-
getScopeType
- Specified by:
getScopeType
in interfaceHistoricActionLink
-
setScopeType
- Specified by:
setScopeType
in interfaceHistoricActionLinkEntity
-
getCreationTime
- Specified by:
getCreationTime
in interfaceHistoricActionLink
-
setCreationTime
- Specified by:
setCreationTime
in interfaceHistoricActionLinkEntity
-
toString
-