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 TypeMethodDescriptionvoidsetActionDefinitionId(String actionDefinitionId) voidsetActionInstanceId(String actionInstanceId) voidsetCreationTime(Date creationTime) voidsetScopeId(String scopeId) voidsetScopeType(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, setUpdatedMethods inherited from interface com.flowable.action.api.history.HistoricActionLink
getActionDefinitionId, getActionInstanceId, getCreationTime, getId, getScopeId, getScopeType
-
Method Details
-
setActionInstanceId
-
setActionDefinitionId
-
setScopeId
-
setScopeType
-
setCreationTime
-