- 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
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
-
void setActionInstanceId(java.lang.String actionInstanceId)
-
void setActionDefinitionId(java.lang.String actionDefinitionId)
-
void setScopeId(java.lang.String scopeId)
-
void setScopeType(java.lang.String scopeType)
-
void setCreationTime(java.util.Date creationTime)