Uses of Class
org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl

Packages that use ProcessApplicationDeploymentBuilderImpl
org.camunda.bpm.engine.impl.repository   
 

Uses of ProcessApplicationDeploymentBuilderImpl in org.camunda.bpm.engine.impl.repository
 

Methods in org.camunda.bpm.engine.impl.repository that return ProcessApplicationDeploymentBuilderImpl
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.activateProcessDefinitionsOn(Date date)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addClasspathResource(String resource)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addDeploymentResourceById(String deploymentId, String resourceId)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addDeploymentResourceByName(String deploymentId, String resourceName)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addDeploymentResources(String deploymentId)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addDeploymentResourcesById(String deploymentId, List<String> resourceIds)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addDeploymentResourcesByName(String deploymentId, List<String> resourceNames)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addInputStream(String resourceName, InputStream inputStream)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addModelInstance(String resourceName, org.camunda.bpm.model.bpmn.BpmnModelInstance modelInstance)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addString(String resourceName, String text)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.addZipInputStream(ZipInputStream zipInputStream)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.enableDuplicateFiltering()
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.enableDuplicateFiltering(boolean deployChangedOnly)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.name(String name)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.nameFromDeployment(String deploymentId)
           
 ProcessApplicationDeploymentBuilderImpl ProcessApplicationDeploymentBuilderImpl.source(String source)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.