Interface ActionDefinitionLinkEntity
-
- All Superinterfaces:
ActionDefinitionLink
,Entity
- All Known Implementing Classes:
ActionDefinitionLinkEntityImpl
public interface ActionDefinitionLinkEntity extends ActionDefinitionLink, Entity
- Author:
- Tijs Rademakers
-
-
Field Summary
-
Fields inherited from interface com.flowable.action.api.repository.ActionDefinitionLink
TYPE_CHANNEL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setActionDefinitionId(String actionDefinitionId)
void
setLinkValue(String linkValue)
void
setType(String type)
-
Methods inherited from interface com.flowable.action.api.repository.ActionDefinitionLink
getActionDefinitionId, getId, getLinkValue, getType
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
-