Interface ActionLinkEntity
-
- All Superinterfaces:
ActionLink
,Entity
- All Known Implementing Classes:
ActionLinkEntityImpl
public interface ActionLinkEntity extends ActionLink, Entity
- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 Detail
-
setActionInstanceId
void setActionInstanceId(String actionInstanceId)
-
setActionDefinitionId
void setActionDefinitionId(String actionDefinitionId)
-
setScopeId
void setScopeId(String scopeId)
-
setScopeType
void setScopeType(String scopeType)
-
setCreationTime
void setCreationTime(Date creationTime)
-
-