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, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity
public class HistoricActionLinkEntityImpl
extends AbstractActionEngineEntity
implements HistoricActionLinkEntity
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Dateprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActionDefinitionId(String actionDefinitionId) voidsetActionInstanceId(String actionInstanceId) voidsetCreationTime(Date creationTime) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) toString()Methods inherited from class AbstractActionEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface HistoricActionLink
getId
-
Field Details
-
actionInstanceId
-
actionDefinitionId
-
scopeId
-
scopeType
-
creationTime
-
-
Constructor Details
-
HistoricActionLinkEntityImpl
public HistoricActionLinkEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
getActionInstanceId
- Specified by:
getActionInstanceIdin interfaceHistoricActionLink
-
setActionInstanceId
- Specified by:
setActionInstanceIdin interfaceHistoricActionLinkEntity
-
getActionDefinitionId
- Specified by:
getActionDefinitionIdin interfaceHistoricActionLink
-
setActionDefinitionId
- Specified by:
setActionDefinitionIdin interfaceHistoricActionLinkEntity
-
getScopeId
- Specified by:
getScopeIdin interfaceHistoricActionLink
-
setScopeId
- Specified by:
setScopeIdin interfaceHistoricActionLinkEntity
-
getScopeType
- Specified by:
getScopeTypein interfaceHistoricActionLink
-
setScopeType
- Specified by:
setScopeTypein interfaceHistoricActionLinkEntity
-
getCreationTime
- Specified by:
getCreationTimein interfaceHistoricActionLink
-
setCreationTime
- Specified by:
setCreationTimein interfaceHistoricActionLinkEntity
-
toString
-