public class ApplicationProperty extends Object
| Constructor and Description |
|---|
ApplicationProperty() |
| Modifier and Type | Method and Description |
|---|---|
List<org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml> |
getProcessArchives() |
String |
getResumePreviousBy()
Gets the value that indicates which previous deployments should be resumed by this deployment.
|
boolean |
isDeleteUponUndeploy()
Gets the flag that indicates whether the undeployment of the process archive should trigger
deleting the process engine deployment.
|
boolean |
isDeployChangedOnly()
Gets the flag that indicates whether only changed resources should be part of the deployment.
|
boolean |
isResumePreviousVersions()
Gets the flag that indicates whether old versions of the deployment should be resumed.
|
boolean |
isScanForProcessDefinitions()
Gets the flag that indicates if the classloader should be scanned for process definitions.
|
void |
setDeleteUponUndeploy(boolean isDeleteUponUndeploy)
Sets the flag that indicates whether the undeployment of the process archive should trigger
deleting the process engine deployment.
|
void |
setDeployChangedOnly(boolean isDeployChangedOnly)
Sets the flag that indicates whether only changed resources should be part of the deployment.
|
void |
setResumePreviousBy(String resumePreviousBy)
Sets the value that indicates which previous deployments should be resumed by this deployment.
|
void |
setResumePreviousVersions(boolean isResumePreviousVersions)
Sets the flag that indicates whether old versions of the deployment should be resumed.
|
void |
setScanForProcessDefinitions(boolean isScanForProcessDefinitions)
Sets the flag that indicates whether the classloader should be scanned for process definitions.
|
String |
toString() |
public boolean isDeleteUponUndeploy()
true if the undeployment of the process archive should trigger deleting the
process engine deployment; otherwise falsepublic void setDeleteUponUndeploy(boolean isDeleteUponUndeploy)
isDeleteUponUndeploy - flag to indicate whether the undeployment of the process engine
should trigger deleting the process engine deployment (true) or not
(false)public boolean isScanForProcessDefinitions()
true if the classloader should be scanned for process definitions; otherwise
flasepublic void setScanForProcessDefinitions(boolean isScanForProcessDefinitions)
isScanForProcessDefinitions - flag to indicate if the classloader should be scanned for
process definitions (true) or not (false)public boolean isDeployChangedOnly()
true if only changed resources should be part of the deployment; otherwise
falsepublic void setDeployChangedOnly(boolean isDeployChangedOnly)
isDeployChangedOnly - the flag that indicates whether only changed resources should be
part of the deployment (true) or not false)public boolean isResumePreviousVersions()
true) or not (false)public void setResumePreviousVersions(boolean isResumePreviousVersions)
isResumePreviousVersions - the flag that indicates whether old versions of the deployment
should be resumed (true) or not (false)public String getResumePreviousBy()
ResumePreviousBy.public void setResumePreviousBy(String resumePreviousBy)
ResumePreviousBy.resumePreviousBy - the value that indicates which previous deployments should be resumed
by this deploymentpublic List<org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml> getProcessArchives()
Copyright © 2018 Camunda Services GmbH. All rights reserved.