org.camunda.bpm.container.impl.spi
Class DeploymentOperation.DeploymentOperationBuilder

java.lang.Object
  extended by org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
Enclosing class:
DeploymentOperation

public static class DeploymentOperation.DeploymentOperationBuilder
extends Object


Field Summary
protected  PlatformServiceContainer container
           
protected  Map<String,Object> initialAttachments
           
protected  boolean isUndeploymentOperation
           
protected  String name
           
protected  List<DeploymentOperationStep> steps
           
 
Constructor Summary
DeploymentOperation.DeploymentOperationBuilder(PlatformServiceContainer container, String name)
           
 
Method Summary
 DeploymentOperation.DeploymentOperationBuilder addAttachment(String name, Object value)
           
 DeploymentOperation.DeploymentOperationBuilder addStep(DeploymentOperationStep step)
           
 DeploymentOperation.DeploymentOperationBuilder addSteps(Collection<DeploymentOperationStep> steps)
           
 void execute()
           
 DeploymentOperation.DeploymentOperationBuilder setUndeploymentOperation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

protected PlatformServiceContainer container

name

protected String name

isUndeploymentOperation

protected boolean isUndeploymentOperation

steps

protected List<DeploymentOperationStep> steps

initialAttachments

protected Map<String,Object> initialAttachments
Constructor Detail

DeploymentOperation.DeploymentOperationBuilder

public DeploymentOperation.DeploymentOperationBuilder(PlatformServiceContainer container,
                                                      String name)
Method Detail

addStep

public DeploymentOperation.DeploymentOperationBuilder addStep(DeploymentOperationStep step)

addSteps

public DeploymentOperation.DeploymentOperationBuilder addSteps(Collection<DeploymentOperationStep> steps)

addAttachment

public DeploymentOperation.DeploymentOperationBuilder addAttachment(String name,
                                                                    Object value)

setUndeploymentOperation

public DeploymentOperation.DeploymentOperationBuilder setUndeploymentOperation()

execute

public void execute()


Copyright © 2017 camunda services GmbH. All rights reserved.