Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDefinitionEntity
Packages that use ActionDefinitionEntity
Package
Description
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDefinitionEntityModifier and TypeMethodDescriptionRegisterActionDefinitionCmd.execute
(CommandContext commandContext) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.deployer
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinitionEntityModifier and TypeMethodDescriptionprotected ActionDefinitionEntity
ActionDefinitionDeployer.getMostRecentVersionOfActionDefinition
(ActionDefinitionModel actionDefinitionModel, String tenantId) protected ActionDefinitionEntity
ActionDefinitionDeployer.getPersistedInstanceOfActionDefinition
(String key, String deploymentId, String tenantId) Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDefinitionEntityModifier and TypeMethodDescriptionprotected void
ActionDefinitionDeployer.updateCachingAndArtifacts
(ActionDefinitionEntity actionDefinition, ActionDefinitionModel actionResourceModel, ActionDeploymentEntity deployment) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.deploy
Fields in com.flowable.action.engine.impl.persistence.deploy declared as ActionDefinitionEntityModifier and TypeFieldDescriptionprotected ActionDefinitionEntity
ActionDefinitionCacheEntry.actionDefinitionEntity
Methods in com.flowable.action.engine.impl.persistence.deploy that return ActionDefinitionEntityMethods in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionEntityModifier and TypeMethodDescriptionvoid
ActionDefinitionCacheEntry.setActionDefinitionEntity
(ActionDefinitionEntity actionDefinitionEntity) Constructors in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionEntityModifierConstructorDescriptionActionDefinitionCacheEntry
(ActionDefinitionEntity actionDefinitionEntity, ActionDefinitionModel actionDefinitionModel) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entity
Classes in com.flowable.action.engine.impl.persistence.entity that implement ActionDefinitionEntityMethods in com.flowable.action.engine.impl.persistence.entity that return ActionDefinitionEntityModifier 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
Methods in com.flowable.action.engine.impl.persistence.entity.data that return ActionDefinitionEntityModifier 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
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return ActionDefinitionEntityModifier 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) Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionDefinitionEntityModifier and TypeMethodDescriptionClass<? extends ActionDefinitionEntity>
MybatisActionDefinitionDataManager.getManagedEntityClass()