Interface ActionDefinitionLinkEntity
-
- All Superinterfaces:
ActionDefinitionLink
,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
ActionDefinitionLinkEntityImpl
public interface ActionDefinitionLinkEntity extends ActionDefinitionLink, org.flowable.common.engine.impl.persistence.entity.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(java.lang.String actionDefinitionId)
void
setLinkValue(java.lang.String linkValue)
void
setType(java.lang.String type)
-
Methods inherited from interface com.flowable.action.api.repository.ActionDefinitionLink
getActionDefinitionId, getId, getLinkValue, getType
-
-