public class ProcessApplicationDeploymentBuilderImpl extends DeploymentBuilderImpl implements ProcessApplicationDeploymentBuilder
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isResumePreviousVersions |
protected ProcessApplicationReference |
processApplicationReference |
deployment, isDuplicateFilterEnabled, processDefinitionsActivationDate, repositoryService| Constructor and Description |
|---|
ProcessApplicationDeploymentBuilderImpl(RepositoryServiceImpl repositoryService,
ProcessApplicationReference reference) |
getDeployment, getProcessDefinitionsActivationDate, getResourceNames, isDuplicateFilterEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceNamesprotected final ProcessApplicationReference processApplicationReference
protected boolean isResumePreviousVersions
public ProcessApplicationDeploymentBuilderImpl(RepositoryServiceImpl repositoryService, ProcessApplicationReference reference)
public ProcessApplicationDeploymentBuilder resumePreviousVersions()
ProcessApplicationDeploymentBuilderIf this method is called, additional registrations will be created for previous versions of the deployment.
resumePreviousVersions in interface ProcessApplicationDeploymentBuilderpublic ProcessApplicationDeployment deploy()
DeploymentBuilderdeploy in interface DeploymentBuilderdeploy in interface ProcessApplicationDeploymentBuilderdeploy in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl activateProcessDefinitionsOn(Date date)
DeploymentBuilderactivateProcessDefinitionsOn in interface DeploymentBuilderactivateProcessDefinitionsOn in interface ProcessApplicationDeploymentBuilderactivateProcessDefinitionsOn in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl addInputStream(String resourceName, InputStream inputStream)
addInputStream in interface DeploymentBuilderaddInputStream in interface ProcessApplicationDeploymentBuilderaddInputStream in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl addClasspathResource(String resource)
addClasspathResource in interface DeploymentBuilderaddClasspathResource in interface ProcessApplicationDeploymentBuilderaddClasspathResource in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl addString(String resourceName, String text)
addString in interface DeploymentBuilderaddString in interface ProcessApplicationDeploymentBuilderaddString in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl addModelInstance(String resourceName, BpmnModelInstance modelInstance)
addModelInstance in interface DeploymentBuilderaddModelInstance in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl addZipInputStream(ZipInputStream zipInputStream)
addZipInputStream in interface DeploymentBuilderaddZipInputStream in interface ProcessApplicationDeploymentBuilderaddZipInputStream in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl name(String name)
DeploymentBuildername in interface DeploymentBuildername in interface ProcessApplicationDeploymentBuildername in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl enableDuplicateFiltering()
DeploymentBuilderenableDuplicateFiltering in interface DeploymentBuilderenableDuplicateFiltering in interface ProcessApplicationDeploymentBuilderenableDuplicateFiltering in class DeploymentBuilderImplpublic boolean isResumePreviousVersions()
public ProcessApplicationReference getProcessApplicationReference()
Copyright © 2015. All rights reserved.