Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDefinitionEntity
Package
Description
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.cmd
Modifier and TypeMethodDescriptionRegisterActionDefinitionCmd.execute
(CommandContext commandContext) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.deployer
Modifier and TypeMethodDescriptionprotected ActionDefinitionEntity
ActionDefinitionDeployer.getMostRecentVersionOfActionDefinition
(ActionDefinitionModel actionDefinitionModel, String tenantId) protected ActionDefinitionEntity
ActionDefinitionDeployer.getPersistedInstanceOfActionDefinition
(String key, String deploymentId, String tenantId) Modifier and TypeMethodDescriptionprotected void
ActionDefinitionDeployer.updateCachingAndArtifacts
(ActionDefinitionEntity actionDefinition, ActionDefinitionModel actionResourceModel, ActionDeploymentEntity deployment) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.deploy
Modifier and TypeFieldDescriptionprotected ActionDefinitionEntity
ActionDefinitionCacheEntry.actionDefinitionEntity
Modifier and TypeMethodDescriptionvoid
ActionDefinitionCacheEntry.setActionDefinitionEntity
(ActionDefinitionEntity actionDefinitionEntity) ModifierConstructorDescriptionActionDefinitionCacheEntry
(ActionDefinitionEntity actionDefinitionEntity, ActionDefinitionModel actionDefinitionModel) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionActionDefinitionEntityManager.findActionDefinitionByDeploymentAndKey
(String deploymentId, String actionDefinitionKey) ActionDefinitionEntityManagerImpl.findActionDefinitionByDeploymentAndKey
(String deploymentId, String actionDefinitionKey) ActionDefinitionEntityManager.findActionDefinitionByDeploymentAndKeyAndTenantId
(String deploymentId, String actionDefinitionKey, String tenantId) ActionDefinitionEntityManagerImpl.findActionDefinitionByDeploymentAndKeyAndTenantId
(String deploymentId, String actionDefinitionKey, String tenantId) ActionDefinitionEntityManager.findActionDefinitionByKeyAndVersion
(String actionDefinitionKey, Integer actionVersion) ActionDefinitionEntityManagerImpl.findActionDefinitionByKeyAndVersion
(String actionDefinitionKey, Integer actionVersion) ActionDefinitionEntityManager.findActionDefinitionByKeyAndVersionAndTenantId
(String actionDefinitionKey, Integer actionVersion, String tenantId) ActionDefinitionEntityManagerImpl.findActionDefinitionByKeyAndVersionAndTenantId
(String actionDefinitionKey, Integer actionVersion, String tenantId) ActionDefinitionEntityManager.findByKeyAndBotId
(String key, String botId) ActionDefinitionEntityManagerImpl.findByKeyAndBotId
(String key, String botId) protected ActionDefinitionEntity
ActionDeploymentEntityManagerImpl.findLatestActionDefinition
(ActionDefinition actionDefinition) ActionDefinitionEntityManager.findLatestActionDefinitionByKey
(String actionDefinitionKey) ActionDefinitionEntityManagerImpl.findLatestActionDefinitionByKey
(String actionDefinitionKey) ActionDefinitionEntityManager.findLatestActionDefinitionByKeyAndTenantId
(String actionDefinitionKey, String tenantId) ActionDefinitionEntityManagerImpl.findLatestActionDefinitionByKeyAndTenantId
(String actionDefinitionKey, String tenantId) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionActionDefinitionDataManager.findActionDefinitionByDeploymentAndKey
(String deploymentId, String actionDefinitionKey) ActionDefinitionDataManager.findActionDefinitionByDeploymentAndKeyAndTenantId
(String deploymentId, String actionDefinitionKey, String tenantId) ActionDefinitionDataManager.findActionDefinitionByKeyAndVersion
(String actionDefinitionKey, Integer actionVersion) ActionDefinitionDataManager.findActionDefinitionByKeyAndVersionAndTenantId
(String actionDefinitionKey, Integer actionVersion, String tenantId) ActionDefinitionDataManager.findByKeyAndBotId
(String key, String botId) ActionDefinitionDataManager.findLatestActionDefinitionByKey
(String actionDefinitionKey) ActionDefinitionDataManager.findLatestActionDefinitionByKeyAndTenantId
(String actionDefinitionKey, String tenantId) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisActionDefinitionDataManager.create()
MybatisActionDefinitionDataManager.findActionDefinitionByDeploymentAndKey
(String deploymentId, String actionDefinitionKey) MybatisActionDefinitionDataManager.findActionDefinitionByDeploymentAndKeyAndTenantId
(String deploymentId, String actionDefinitionKey, String tenantId) MybatisActionDefinitionDataManager.findActionDefinitionByKeyAndVersion
(String actionDefinitionKey, Integer actionVersion) MybatisActionDefinitionDataManager.findActionDefinitionByKeyAndVersionAndTenantId
(String actionDefinitionKey, Integer actionVersion, String tenantId) MybatisActionDefinitionDataManager.findByKeyAndBotId
(String key, String botId) MybatisActionDefinitionDataManager.findLatestActionDefinitionByKey
(String actionDefinitionKey) MybatisActionDefinitionDataManager.findLatestActionDefinitionByKeyAndTenantId
(String actionDefinitionKey, String tenantId) Modifier and TypeMethodDescriptionClass<? extends ActionDefinitionEntity>
MybatisActionDefinitionDataManager.getManagedEntityClass()