Uses of Interface
com.flowable.action.api.repository.ActionDeployment
Package
Description
-
Uses of ActionDeployment in com.flowable.action.api.repository
Modifier and TypeMethodDescriptionActionDeploymentBuilder.deploy()
Deploys all provided sources to the CMMN engine. -
Uses of ActionDeployment in com.flowable.action.engine.impl.cmd
-
Uses of ActionDeployment in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionActionDeploymentEntityManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) ActionDeploymentEntityManagerImpl.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) ActionDeploymentEntityManager.findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) ActionDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeployment in com.flowable.action.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionActionDeploymentDataManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) ActionDeploymentDataManager.findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeployment in com.flowable.action.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionMybatisActionDeploymentDataManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) MybatisActionDeploymentDataManager.findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeployment in com.flowable.action.engine.impl.repository
Modifier and TypeMethodDescriptionActionDeploymentBuilderImpl.deploy()
ActionRepositoryServiceImpl.deploy
(ActionDeploymentBuilderImpl deploymentBuilder) ActionDeploymentBuilderImpl.getDeployment()
Modifier and TypeMethodDescriptionActionDeploymentQueryImpl.executeList
(CommandContext commandContext) -
Uses of ActionDeployment in com.flowable.action.engine.test
Modifier and TypeFieldDescriptionprotected final List<ActionDeployment>
ActionTestHelper.classActionDeployments
protected final List<ActionDeployment>
ActionTestHelper.methodActionDeployments
Modifier and TypeMethodDescriptionActionTestHelper.getClassActionDeployments()
ActionTestHelper.getMethodActionDeployments()