Uses of Interface
com.flowable.platform.api.repository.PlatformDeployment
Packages that use PlatformDeployment
Package
Description
-
Uses of PlatformDeployment in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return PlatformDeploymentModifier and TypeMethodDescriptionPlatformDeploymentBuilder.deploy()Deploys all provided sources to the CMMN engine. -
Uses of PlatformDeployment in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return PlatformDeployment -
Uses of PlatformDeployment in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of PlatformDeployment in com.flowable.platform.engine.impl.persistence.entityClasses in com.flowable.platform.engine.impl.persistence.entity that implement PlatformDeploymentMethods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type PlatformDeploymentModifier and TypeMethodDescriptionPlatformDeploymentEntityManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) PlatformDeploymentEntityManagerImpl.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) PlatformDeploymentEntityManager.findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) PlatformDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) -
Uses of PlatformDeployment in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type PlatformDeploymentModifier and TypeMethodDescriptionPlatformDeploymentDataManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) PlatformDeploymentDataManager.findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) -
Uses of PlatformDeployment in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type PlatformDeploymentModifier and TypeMethodDescriptionMybatisPlatformDeploymentDataManager.findDeploymentsByNativeQuery(Map<String, Object> parameterMap) MybatisPlatformDeploymentDataManager.findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery) -
Uses of PlatformDeployment in com.flowable.platform.engine.impl.repository
Methods in com.flowable.platform.engine.impl.repository that return PlatformDeploymentModifier and TypeMethodDescriptionPlatformDeploymentBuilderImpl.deploy()PlatformRepositoryServiceImpl.deploy(PlatformDeploymentBuilderImpl deploymentBuilder) PlatformDeploymentBuilderImpl.getDeployment()Methods in com.flowable.platform.engine.impl.repository that return types with arguments of type PlatformDeploymentModifier and TypeMethodDescriptionPlatformDeploymentQueryImpl.executeList(CommandContext commandContext) -
Uses of PlatformDeployment in com.flowable.platform.engine.test
Fields in com.flowable.platform.engine.test with type parameters of type PlatformDeploymentModifier and TypeFieldDescriptionprotected final List<PlatformDeployment>PlatformTestHelper.classPlatformDeploymentsprotected final List<PlatformDeployment>PlatformTestHelper.methodPlatformDeploymentsMethods in com.flowable.platform.engine.test that return PlatformDeploymentMethods in com.flowable.platform.engine.test that return types with arguments of type PlatformDeploymentModifier and TypeMethodDescriptionPlatformTestHelper.getClassPlatformDeployments()PlatformTestHelper.getMethodPlatformDeployments()