Interface HistoricActionLinkEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity
,HistoricActionLink
- All Known Implementing Classes:
HistoricActionLinkEntityImpl
public interface HistoricActionLinkEntity
extends HistoricActionLink, org.flowable.common.engine.impl.persistence.entity.Entity
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setActionDefinitionId
(String actionDefinitionId) void
setActionInstanceId
(String actionInstanceId) void
setCreationTime
(Date creationTime) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface com.flowable.action.api.history.HistoricActionLink
getActionDefinitionId, getActionInstanceId, getCreationTime, getId, getScopeId, getScopeType
-
Method Details
-
setActionInstanceId
-
setActionDefinitionId
-
setScopeId
-
setScopeType
-
setCreationTime
-