public class ProcessApplicationDeploymentBuilderImpl extends DeploymentBuilderImpl implements ProcessApplicationDeploymentBuilder
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isResumePreviousVersions |
protected ProcessApplicationReference |
processApplicationReference |
protected String |
resumePreviousVersionsBy |
deployChangedOnly, deployment, isDuplicateFilterEnabled, processDefinitionsActivationDate, repositoryService| Constructor and Description |
|---|
ProcessApplicationDeploymentBuilderImpl(RepositoryServiceImpl repositoryService,
ProcessApplicationReference reference) |
getDeployment, getProcessDefinitionsActivationDate, getResourceNames, isDeployChangedOnly, isDuplicateFilterEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceNamesprotected final ProcessApplicationReference processApplicationReference
protected boolean isResumePreviousVersions
protected String resumePreviousVersionsBy
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 ProcessApplicationDeploymentBuilder resumePreviousVersionsBy(String resumePreviousVersionsBy)
ProcessApplicationDeploymentBuilderProcessApplicationDeploymentBuilder.resumePreviousVersions() is set.
resumePreviousVersionsBy in interface ProcessApplicationDeploymentBuilderResumePreviousBy,
ProcessApplicationDeploymentBuilder.resumePreviousVersions()public 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 interface ProcessApplicationDeploymentBuilderaddModelInstance 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()
DeploymentBuilderIf set, this deployment will be compared to any previous deployment. This means that every (non-generated) resource will be compared with the provided resources of this deployment. If any resource of this deployment is different to the existing resources, all resources are re-deployed.
Deprecated: use DeploymentBuilder.enableDuplicateFiltering(boolean)
enableDuplicateFiltering in interface DeploymentBuilderenableDuplicateFiltering in interface ProcessApplicationDeploymentBuilderenableDuplicateFiltering in class DeploymentBuilderImplpublic ProcessApplicationDeploymentBuilderImpl enableDuplicateFiltering(boolean deployChangedOnly)
DeploymentBuilderdeployChangedOnly.enableDuplicateFiltering in interface DeploymentBuilderenableDuplicateFiltering in interface ProcessApplicationDeploymentBuilderenableDuplicateFiltering in class DeploymentBuilderImpldeployChangedOnly - determines whether only those resources should be
deployed that have changed from the previous versions of the deployment.
If false, all of the resources are re-deployed if any resource differs.public boolean isResumePreviousVersions()
public ProcessApplicationReference getProcessApplicationReference()
public String getResumePreviousVersionsBy()
Copyright © 2018. All rights reserved.