Uses of Interface
org.flowable.engine.repository.Deployment
Packages that use Deployment
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService
.-
Uses of Deployment in org.flowable.engine.compatibility
Methods in org.flowable.engine.compatibility that return DeploymentModifier and TypeMethodDescriptionFlowable5CompatibilityHandler.deploy
(DeploymentBuilderImpl deploymentBuilder) -
Uses of Deployment in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return DeploymentModifier and TypeMethodDescriptionRepositoryServiceImpl.deploy
(DeploymentBuilderImpl deploymentBuilder) Methods in org.flowable.engine.impl that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentQueryImpl.executeList
(CommandContext commandContext) NativeDeploymentQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) -
Uses of Deployment in org.flowable.engine.impl.cmd
Methods in org.flowable.engine.impl.cmd that return DeploymentModifier and TypeMethodDescriptionprotected Deployment
DeployCmd.deployAsFlowable5ProcessDefinition
(CommandContext commandContext) DeployCmd.execute
(CommandContext commandContext) protected Deployment
DeployCmd.executeDeploy
(CommandContext commandContext) -
Uses of Deployment in org.flowable.engine.impl.persistence.entity
Subinterfaces of Deployment in org.flowable.engine.impl.persistence.entityClasses in org.flowable.engine.impl.persistence.entity that implement DeploymentMethods in org.flowable.engine.impl.persistence.entity that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentEntityManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) DeploymentEntityManagerImpl.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) DeploymentEntityManager.findDeploymentsByQueryCriteria
(DeploymentQueryImpl deploymentQuery) DeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(DeploymentQueryImpl deploymentQuery) -
Uses of Deployment in org.flowable.engine.impl.persistence.entity.data
Methods in org.flowable.engine.impl.persistence.entity.data that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentDataManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) DeploymentDataManager.findDeploymentsByQueryCriteria
(DeploymentQueryImpl deploymentQuery) -
Uses of Deployment in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type DeploymentModifier and TypeMethodDescriptionMybatisDeploymentDataManager.findDeploymentsByNativeQuery
(Map<String, Object> parameterMap) MybatisDeploymentDataManager.findDeploymentsByQueryCriteria
(DeploymentQueryImpl deploymentQuery) -
Uses of Deployment in org.flowable.engine.impl.repository
Methods in org.flowable.engine.impl.repository that return Deployment -
Uses of Deployment in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type DeploymentModifier and TypeMethodDescriptionstatic boolean
Flowable5Util.isFlowable5Deployment
(Deployment deployment, CommandContext commandContext) static boolean
Flowable5Util.isFlowable5Deployment
(Deployment deployment, ProcessEngineConfigurationImpl processEngineConfiguration) -
Uses of Deployment in org.flowable.engine.repository
Methods in org.flowable.engine.repository that return DeploymentModifier and TypeMethodDescriptionDeploymentBuilder.deploy()
Deploys all provided sources to the process engine. -
Uses of Deployment in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type DeploymentModifier and TypeMethodDescriptionvoid
BpmnRestApiInterceptor.accessDeploymentById
(Deployment deployment) RestResponseFactory.createDeploymentResponse
(Deployment deployment) RestResponseFactory.createDeploymentResponse
(Deployment deployment, RestUrlBuilder urlBuilder) void
BpmnRestApiInterceptor.deleteDeployment
(Deployment deployment) Method parameters in org.flowable.rest.service.api with type arguments of type DeploymentModifier and TypeMethodDescriptionRestResponseFactory.createDeploymentResponseList
(List<Deployment> deployments) -
Uses of Deployment in org.flowable.rest.service.api.repository
Constructors in org.flowable.rest.service.api.repository with parameters of type Deployment