Uses of Interface
com.flowable.platform.api.repository.PlatformDeployment
-
-
Uses of PlatformDeployment in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return PlatformDeployment Modifier and Type Method Description PlatformDeployment
PlatformDeploymentBuilder. 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 Modifier and Type Method Description PlatformDeployment
DeployCmd. execute(CommandContext commandContext)
-
Uses of PlatformDeployment in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of PlatformDeployment in com.flowable.platform.engine.impl.persistence.entity Modifier and Type Interface Description interface
PlatformDeploymentEntity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement PlatformDeployment Modifier and Type Class Description class
PlatformDeploymentEntityImpl
Methods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type PlatformDeployment Modifier and Type Method Description List<PlatformDeployment>
PlatformDeploymentEntityManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
List<PlatformDeployment>
PlatformDeploymentEntityManagerImpl. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
List<PlatformDeployment>
PlatformDeploymentEntityManager. findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery)
List<PlatformDeployment>
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 PlatformDeployment Modifier and Type Method Description List<PlatformDeployment>
PlatformDeploymentDataManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
List<PlatformDeployment>
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 PlatformDeployment Modifier and Type Method Description List<PlatformDeployment>
MybatisPlatformDeploymentDataManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
List<PlatformDeployment>
MybatisPlatformDeploymentDataManager. findDeploymentsByQueryCriteria(PlatformDeploymentQueryImpl deploymentQuery)
-
Uses of PlatformDeployment in com.flowable.platform.engine.impl.repository
Methods in com.flowable.platform.engine.impl.repository that return PlatformDeployment Modifier and Type Method Description PlatformDeployment
PlatformDeploymentBuilderImpl. deploy()
PlatformDeployment
PlatformRepositoryServiceImpl. deploy(PlatformDeploymentBuilderImpl deploymentBuilder)
PlatformDeployment
PlatformDeploymentBuilderImpl. getDeployment()
Methods in com.flowable.platform.engine.impl.repository that return types with arguments of type PlatformDeployment Modifier and Type Method Description List<PlatformDeployment>
PlatformDeploymentQueryImpl. executeList(CommandContext commandContext)
-
Uses of PlatformDeployment in com.flowable.platform.engine.test
Fields in com.flowable.platform.engine.test with type parameters of type PlatformDeployment Modifier and Type Field Description protected List<PlatformDeployment>
PlatformTestHelper. classPlatformDeployments
protected List<PlatformDeployment>
PlatformTestHelper. methodPlatformDeployments
Methods in com.flowable.platform.engine.test that return PlatformDeployment Modifier and Type Method Description protected PlatformDeployment
PlatformTestHelper. deploy(String[] resources, String deploymentName, String tenantId)
Methods in com.flowable.platform.engine.test that return types with arguments of type PlatformDeployment Modifier and Type Method Description List<PlatformDeployment>
PlatformTestHelper. getClassPlatformDeployments()
List<PlatformDeployment>
PlatformTestHelper. getMethodPlatformDeployments()
-