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
Classes in com.flowable.action.engine.impl.cmd that implement interfaces with type arguments of type ActionDefinitionEntityMethods in com.flowable.action.engine.impl.cmd that return ActionDefinitionEntityModifier and TypeMethodDescriptionprotected ActionDefinitionEntityInvokeActionDefinitionModelCmd.createTransientActionDefinition(ActionEngineConfiguration actionEngineConfiguration) RegisterActionDefinitionCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods in com.flowable.action.engine.impl.cmd with parameters of type ActionDefinitionEntityModifier and TypeMethodDescriptionprotected HistoricActionInstanceEntityInvokeActionDefinitionModelCmd.createTransientHistoricActionInstance(ActionEngineConfiguration actionEngineConfiguration, ActionDefinitionEntity actionDefinition) -
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.deployer
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinitionEntityModifier and TypeMethodDescriptionprotected ActionDefinitionEntityActionDefinitionDeployer.getMostRecentVersionOfActionDefinition(ActionDefinitionModel actionDefinitionModel, String tenantId) protected ActionDefinitionEntityActionDefinitionDeployer.getPersistedInstanceOfActionDefinition(String key, String deploymentId, String tenantId) Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDefinitionEntityModifier and TypeMethodDescriptionprotected voidActionDefinitionDeployer.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 ActionDefinitionEntityActionDefinitionCacheEntry.actionDefinitionEntityMethods 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 TypeMethodDescriptionvoidActionDefinitionCacheEntry.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 ActionDefinitionEntitySubclasses with type arguments of type ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entitySubinterfaces with type arguments of type ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entityMethods 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 ActionDefinitionEntityActionDeploymentEntityManagerImpl.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
Subinterfaces with type arguments of type ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entity.dataMethods 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
Subclasses with type arguments of type ActionDefinitionEntity in com.flowable.action.engine.impl.persistence.entity.data.implMethods 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()