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
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
-
Method Details
-
setActionDefinitionId
void setActionDefinitionId(java.lang.String actionDefinitionId) -
setType
void setType(java.lang.String type) -
setLinkValue
void setLinkValue(java.lang.String linkValue)
-