Uses of Interface
org.flowable.engine.repository.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
Modifier and TypeMethodDescriptionFlowable5CompatibilityHandler.deploy
(org.flowable.engine.impl.repository.DeploymentBuilderImpl deploymentBuilder) -
Uses of Deployment in org.flowable.engine.impl
Modifier and TypeMethodDescriptionRepositoryServiceImpl.deploy
(org.flowable.engine.impl.repository.DeploymentBuilderImpl deploymentBuilder) Modifier and TypeMethodDescriptionDeploymentQueryImpl.executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) NativeDeploymentQueryImpl.executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Map<String, Object> parameterMap) -
Uses of Deployment in org.flowable.engine.repository
Modifier and TypeMethodDescriptionDeploymentBuilder.deploy()
Deploys all provided sources to the process engine.