Uses of Interface
org.flowable.engine.repository.Deployment
-
Packages that use Deployment Package Description org.flowable.engine.compatibility org.flowable.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.flowable.engine.impl.cmd org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data org.flowable.engine.impl.persistence.entity.data.impl org.flowable.engine.impl.repository org.flowable.engine.impl.util org.flowable.engine.repository Classes related to theRepositoryService. -
-
Uses of Deployment in org.flowable.engine.compatibility
Methods in org.flowable.engine.compatibility that return Deployment Modifier and Type Method Description DeploymentFlowable5CompatibilityHandler. deploy(DeploymentBuilderImpl deploymentBuilder) -
Uses of Deployment in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return Deployment Modifier and Type Method Description DeploymentRepositoryServiceImpl. deploy(DeploymentBuilderImpl deploymentBuilder)Methods in org.flowable.engine.impl that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>DeploymentQueryImpl. executeList(CommandContext commandContext)List<Deployment>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 Deployment Modifier and Type Method Description protected DeploymentDeployCmd. deployAsFlowable5ProcessDefinition(CommandContext commandContext)DeploymentDeployCmd. execute(CommandContext commandContext)protected DeploymentDeployCmd. executeDeploy(CommandContext commandContext) -
Uses of Deployment in org.flowable.engine.impl.persistence.entity
Subinterfaces of Deployment in org.flowable.engine.impl.persistence.entity Modifier and Type Interface Description interfaceDeploymentEntityClasses in org.flowable.engine.impl.persistence.entity that implement Deployment Modifier and Type Class Description classDeploymentEntityImplMethods in org.flowable.engine.impl.persistence.entity that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>DeploymentEntityManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)List<Deployment>DeploymentEntityManagerImpl. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)List<Deployment>DeploymentEntityManager. findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery)List<Deployment>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 Deployment Modifier and Type Method Description List<Deployment>DeploymentDataManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)List<Deployment>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 Deployment Modifier and Type Method Description List<Deployment>MybatisDeploymentDataManager. findDeploymentsByNativeQuery(Map<String,Object> parameterMap)List<Deployment>MybatisDeploymentDataManager. findDeploymentsByQueryCriteria(DeploymentQueryImpl deploymentQuery) -
Uses of Deployment in org.flowable.engine.impl.repository
Methods in org.flowable.engine.impl.repository that return Deployment Modifier and Type Method Description DeploymentDeploymentBuilderImpl. deploy() -
Uses of Deployment in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type Deployment Modifier and Type Method Description static booleanFlowable5Util. isFlowable5Deployment(Deployment deployment, CommandContext commandContext)static booleanFlowable5Util. isFlowable5Deployment(Deployment deployment, ProcessEngineConfigurationImpl processEngineConfiguration) -
Uses of Deployment in org.flowable.engine.repository
Methods in org.flowable.engine.repository that return Deployment Modifier and Type Method Description DeploymentDeploymentBuilder. deploy()Deploys all provided sources to the process engine.
-