|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentBuilder
Builder for creating new deployments.
A builder instance can be obtained through RepositoryService.createDeployment().
Multiple resources can be added to one deployment before calling the deploy()
operation.
After deploying, no more changes can be made to the returned deployment
and the builder instance can be disposed.
| Method Summary | |
|---|---|
DeploymentBuilder |
activateProcessDefinitionsOn(Date date)
Sets the date on which the process definitions contained in this deployment will be activated. |
DeploymentBuilder |
addClasspathResource(String resource)
|
DeploymentBuilder |
addInputStream(String resourceName,
InputStream inputStream)
|
DeploymentBuilder |
addModelInstance(String resourceName,
org.camunda.bpm.model.bpmn.BpmnModelInstance modelInstance)
|
DeploymentBuilder |
addString(String resourceName,
String text)
|
DeploymentBuilder |
addZipInputStream(ZipInputStream zipInputStream)
|
Deployment |
deploy()
Deploys all provided sources to the process engine. |
DeploymentBuilder |
enableDuplicateFiltering()
If set, this deployment will be compared to any previous deployment. |
Collection<String> |
getResourceNames()
|
DeploymentBuilder |
name(String name)
Gives the deployment the given name. |
| Method Detail |
|---|
DeploymentBuilder addInputStream(String resourceName,
InputStream inputStream)
DeploymentBuilder addClasspathResource(String resource)
DeploymentBuilder addString(String resourceName,
String text)
DeploymentBuilder addModelInstance(String resourceName,
org.camunda.bpm.model.bpmn.BpmnModelInstance modelInstance)
DeploymentBuilder addZipInputStream(ZipInputStream zipInputStream)
DeploymentBuilder name(String name)
DeploymentBuilder enableDuplicateFiltering()
DeploymentBuilder activateProcessDefinitionsOn(Date date)
Deployment deploy()
Collection<String> getResourceNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||