org.camunda.bpm.engine.impl.cmd
Class RegisterProcessApplicationCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.RegisterProcessApplicationCmd
All Implemented Interfaces:
Command<ProcessApplicationRegistration>

public class RegisterProcessApplicationCmd
extends Object
implements Command<ProcessApplicationRegistration>

Author:
Daniel Meyer

Field Summary
protected  Set<String> deploymentsToRegister
           
protected  ProcessApplicationReference reference
           
 
Constructor Summary
RegisterProcessApplicationCmd(Set<String> deploymentsToRegister, ProcessApplicationReference appReference)
           
RegisterProcessApplicationCmd(String deploymentId, ProcessApplicationReference reference)
           
 
Method Summary
 ProcessApplicationRegistration execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reference

protected ProcessApplicationReference reference

deploymentsToRegister

protected Set<String> deploymentsToRegister
Constructor Detail

RegisterProcessApplicationCmd

public RegisterProcessApplicationCmd(String deploymentId,
                                     ProcessApplicationReference reference)

RegisterProcessApplicationCmd

public RegisterProcessApplicationCmd(Set<String> deploymentsToRegister,
                                     ProcessApplicationReference appReference)
Method Detail

execute

public ProcessApplicationRegistration execute(CommandContext commandContext)
Specified by:
execute in interface Command<ProcessApplicationRegistration>


Copyright © 2017 camunda services GmbH. All rights reserved.