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 voidsetActionDefinitionId(java.lang.String actionDefinitionId)voidsetLinkValue(java.lang.String linkValue)voidsetType(java.lang.String type)-
Methods inherited from interface com.flowable.action.api.repository.ActionDefinitionLink
getActionDefinitionId, getId, getLinkValue, getType
-
-