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 TypeMethodDescriptionvoidsetActionDefinitionId(String actionDefinitionId) voidsetActionInstanceId(String actionInstanceId) voidsetCreationTime(Date creationTime) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) Methods inherited from interface com.flowable.action.api.runtime.ActionLink
getActionDefinitionId, getActionInstanceId, getCreationTime, getId, getScopeId, getScopeTypeMethods 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
-