Uses of Interface
com.flowable.action.engine.impl.persistence.entity.ActionDefinitionEntity
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDefinitionEntity Modifier and Type Method Description ActionDefinitionEntity
RegisterActionDefinitionCmd. execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ActionDefinitionEntity in com.flowable.action.engine.impl.deployer
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinitionEntity Modifier and Type Method Description protected ActionDefinitionEntity
ActionDefinitionDeployer. getMostRecentVersionOfActionDefinition(ActionDefinitionModel actionDefinitionModel, java.lang.String tenantId)
protected ActionDefinitionEntity
ActionDefinitionDeployer. getPersistedInstanceOfActionDefinition(java.lang.String key, java.lang.String deploymentId, java.lang.String tenantId)
Methods in com.flowable.action.engine.impl.deployer with parameters of type ActionDefinitionEntity Modifier and Type Method Description protected 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 ActionDefinitionEntity Modifier and Type Field Description protected ActionDefinitionEntity
ActionDefinitionCacheEntry. actionDefinitionEntity
Methods in com.flowable.action.engine.impl.persistence.deploy that return ActionDefinitionEntity Modifier and Type Method Description ActionDefinitionEntity
ActionDefinitionCacheEntry. getActionDefinitionEntity()
Methods in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionEntity Modifier and Type Method Description void
ActionDefinitionCacheEntry. setActionDefinitionEntity(ActionDefinitionEntity actionDefinitionEntity)
Constructors in com.flowable.action.engine.impl.persistence.deploy with parameters of type ActionDefinitionEntity Constructor Description ActionDefinitionCacheEntry(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 ActionDefinitionEntity Modifier and Type Class Description class
ActionDefinitionEntityImpl
Methods in com.flowable.action.engine.impl.persistence.entity that return ActionDefinitionEntity Modifier and Type Method Description ActionDefinitionEntity
ActionDefinitionEntityManager. findActionDefinitionByDeploymentAndKey(java.lang.String deploymentId, java.lang.String actionDefinitionKey)
ActionDefinitionEntity
ActionDefinitionEntityManagerImpl. findActionDefinitionByDeploymentAndKey(java.lang.String deploymentId, java.lang.String actionDefinitionKey)
ActionDefinitionEntity
ActionDefinitionEntityManager. findActionDefinitionByDeploymentAndKeyAndTenantId(java.lang.String deploymentId, java.lang.String actionDefinitionKey, java.lang.String tenantId)
ActionDefinitionEntity
ActionDefinitionEntityManagerImpl. findActionDefinitionByDeploymentAndKeyAndTenantId(java.lang.String deploymentId, java.lang.String actionDefinitionKey, java.lang.String tenantId)
ActionDefinitionEntity
ActionDefinitionEntityManager. findActionDefinitionByKeyAndVersion(java.lang.String actionDefinitionKey, java.lang.Integer actionVersion)
ActionDefinitionEntity
ActionDefinitionEntityManagerImpl. findActionDefinitionByKeyAndVersion(java.lang.String actionDefinitionKey, java.lang.Integer actionVersion)
ActionDefinitionEntity
ActionDefinitionEntityManager. findActionDefinitionByKeyAndVersionAndTenantId(java.lang.String actionDefinitionKey, java.lang.Integer actionVersion, java.lang.String tenantId)
ActionDefinitionEntity
ActionDefinitionEntityManagerImpl. findActionDefinitionByKeyAndVersionAndTenantId(java.lang.String actionDefinitionKey, java.lang.Integer actionVersion, java.lang.String tenantId)
ActionDefinitionEntity
ActionDefinitionEntityManager. findByKeyAndBotId(java.lang.String key, java.lang.String botId)
ActionDefinitionEntity
ActionDefinitionEntityManagerImpl. findByKeyAndBotId(java.lang.String key, java.lang.String botId)
protected ActionDefinitionEntity
ActionDeploymentEntityManagerImpl. findLatestActionDefinition(ActionDefinition actionDefinition)
ActionDefinitionEntity
ActionDefinitionEntityManager. findLatestActionDefinitionByKey(java.lang.String actionDefinitionKey)
ActionDefinitionEntity
ActionDefinitionEntityManagerImpl. findLatestActionDefinitionByKey(java.lang.String actionDefinitionKey)
ActionDefinitionEntity
ActionDefinitionEntityManager. findLatestActionDefinitionByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.String tenantId)
ActionDefinitionEntity
ActionDefinitionEntityManagerImpl. findLatestActionDefinitionByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.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 ActionDefinitionEntity Modifier and Type Method Description ActionDefinitionEntity
ActionDefinitionDataManager. findActionDefinitionByDeploymentAndKey(java.lang.String deploymentId, java.lang.String actionDefinitionKey)
ActionDefinitionEntity
ActionDefinitionDataManager. findActionDefinitionByDeploymentAndKeyAndTenantId(java.lang.String deploymentId, java.lang.String actionDefinitionKey, java.lang.String tenantId)
ActionDefinitionEntity
ActionDefinitionDataManager. findActionDefinitionByKeyAndVersion(java.lang.String actionDefinitionKey, java.lang.Integer actionVersion)
ActionDefinitionEntity
ActionDefinitionDataManager. findActionDefinitionByKeyAndVersionAndTenantId(java.lang.String actionDefinitionKey, java.lang.Integer actionVersion, java.lang.String tenantId)
ActionDefinitionEntity
ActionDefinitionDataManager. findByKeyAndBotId(java.lang.String key, java.lang.String botId)
ActionDefinitionEntity
ActionDefinitionDataManager. findLatestActionDefinitionByKey(java.lang.String actionDefinitionKey)
ActionDefinitionEntity
ActionDefinitionDataManager. findLatestActionDefinitionByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.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 ActionDefinitionEntity Modifier and Type Method Description ActionDefinitionEntity
MybatisActionDefinitionDataManager. create()
ActionDefinitionEntity
MybatisActionDefinitionDataManager. findActionDefinitionByDeploymentAndKey(java.lang.String deploymentId, java.lang.String actionDefinitionKey)
ActionDefinitionEntity
MybatisActionDefinitionDataManager. findActionDefinitionByDeploymentAndKeyAndTenantId(java.lang.String deploymentId, java.lang.String actionDefinitionKey, java.lang.String tenantId)
ActionDefinitionEntity
MybatisActionDefinitionDataManager. findActionDefinitionByKeyAndVersion(java.lang.String actionDefinitionKey, java.lang.Integer actionVersion)
ActionDefinitionEntity
MybatisActionDefinitionDataManager. findActionDefinitionByKeyAndVersionAndTenantId(java.lang.String actionDefinitionKey, java.lang.Integer actionVersion, java.lang.String tenantId)
ActionDefinitionEntity
MybatisActionDefinitionDataManager. findByKeyAndBotId(java.lang.String key, java.lang.String botId)
ActionDefinitionEntity
MybatisActionDefinitionDataManager. findLatestActionDefinitionByKey(java.lang.String actionDefinitionKey)
ActionDefinitionEntity
MybatisActionDefinitionDataManager. findLatestActionDefinitionByKeyAndTenantId(java.lang.String actionDefinitionKey, java.lang.String tenantId)
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionDefinitionEntity Modifier and Type Method Description java.lang.Class<? extends ActionDefinitionEntity>
MybatisActionDefinitionDataManager. getManagedEntityClass()