Interface ActionLinkEntity
- All Superinterfaces:
ActionLink
,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
ActionLinkEntityImpl
public interface ActionLinkEntity
extends ActionLink, 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 com.flowable.action.api.runtime.ActionLink
getActionDefinitionId, getActionInstanceId, getCreationTime, getId, getScopeId, getScopeType
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
setActionInstanceId
-
setActionDefinitionId
-
setScopeId
-
setScopeType
-
setCreationTime
-