Uses of Interface
com.flowable.action.api.repository.ActionDeployment
Packages that use ActionDeployment
Package
Description
-
Uses of ActionDeployment in com.flowable.action.api.repository
Methods in com.flowable.action.api.repository that return ActionDeploymentModifier and TypeMethodDescriptionActionDeploymentBuilder.deploy()Deploys all provided sources to the CMMN engine. -
Uses of ActionDeployment in com.flowable.action.engine.impl.cmd
Methods in com.flowable.action.engine.impl.cmd that return ActionDeployment -
Uses of ActionDeployment in com.flowable.action.engine.impl.persistence.entity
Subinterfaces of ActionDeployment in com.flowable.action.engine.impl.persistence.entityClasses in com.flowable.action.engine.impl.persistence.entity that implement ActionDeploymentMethods in com.flowable.action.engine.impl.persistence.entity that return types with arguments of type ActionDeploymentModifier 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
Methods in com.flowable.action.engine.impl.persistence.entity.data that return types with arguments of type ActionDeploymentModifier and TypeMethodDescriptionActionDeploymentDataManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) ActionDeploymentDataManager.findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeployment in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl that return types with arguments of type ActionDeploymentModifier and TypeMethodDescriptionMybatisActionDeploymentDataManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) MybatisActionDeploymentDataManager.findDeploymentsByQueryCriteria(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeployment in com.flowable.action.engine.impl.repository
Methods in com.flowable.action.engine.impl.repository that return ActionDeploymentModifier and TypeMethodDescriptionActionDeploymentBuilderImpl.deploy()ActionRepositoryServiceImpl.deploy(ActionDeploymentBuilderImpl deploymentBuilder) ActionDeploymentBuilderImpl.getDeployment()Methods in com.flowable.action.engine.impl.repository that return types with arguments of type ActionDeploymentModifier and TypeMethodDescriptionActionDeploymentQueryImpl.executeList(CommandContext commandContext) -
Uses of ActionDeployment in com.flowable.action.engine.test
Fields in com.flowable.action.engine.test with type parameters of type ActionDeploymentModifier and TypeFieldDescriptionprotected final List<ActionDeployment>ActionTestHelper.classActionDeploymentsprotected final List<ActionDeployment>ActionTestHelper.methodActionDeploymentsMethods in com.flowable.action.engine.test that return ActionDeploymentMethods in com.flowable.action.engine.test that return types with arguments of type ActionDeploymentModifier and TypeMethodDescriptionActionTestHelper.getClassActionDeployments()ActionTestHelper.getMethodActionDeployments()