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
Fields Modifier and Type Field Description protected StringactionDefinitionIdprotected StringactionInstanceIdprotected DatecreationTimeprotected StringscopeIdprotected StringscopeType-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description HistoricActionLinkEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionDefinitionId()StringgetActionInstanceId()DategetCreationTime()ObjectgetPersistentState()StringgetScopeId()StringgetScopeType()voidsetActionDefinitionId(String actionDefinitionId)voidsetActionInstanceId(String actionInstanceId)voidsetCreationTime(Date creationTime)voidsetScopeId(String scopeId)voidsetScopeType(String scopeType)StringtoString()-
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
-
-
-
-
Method Detail
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
getActionInstanceId
public String getActionInstanceId()
- Specified by:
getActionInstanceIdin interfaceHistoricActionLink
-
setActionInstanceId
public void setActionInstanceId(String actionInstanceId)
- Specified by:
setActionInstanceIdin interfaceHistoricActionLinkEntity
-
getActionDefinitionId
public String getActionDefinitionId()
- Specified by:
getActionDefinitionIdin interfaceHistoricActionLink
-
setActionDefinitionId
public void setActionDefinitionId(String actionDefinitionId)
- Specified by:
setActionDefinitionIdin interfaceHistoricActionLinkEntity
-
getScopeId
public String getScopeId()
- Specified by:
getScopeIdin interfaceHistoricActionLink
-
setScopeId
public void setScopeId(String scopeId)
- Specified by:
setScopeIdin interfaceHistoricActionLinkEntity
-
getScopeType
public String getScopeType()
- Specified by:
getScopeTypein interfaceHistoricActionLink
-
setScopeType
public void setScopeType(String scopeType)
- Specified by:
setScopeTypein interfaceHistoricActionLinkEntity
-
getCreationTime
public Date getCreationTime()
- Specified by:
getCreationTimein interfaceHistoricActionLink
-
setCreationTime
public void setCreationTime(Date creationTime)
- Specified by:
setCreationTimein interfaceHistoricActionLinkEntity
-
-