org.camunda.bpm.engine.impl.cmd
Class RegisterProcessApplicationCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.RegisterProcessApplicationCmd
- All Implemented Interfaces:
- Command<ProcessApplicationRegistration>
public class RegisterProcessApplicationCmd
- extends Object
- implements Command<ProcessApplicationRegistration>
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reference
protected ProcessApplicationReference reference
deploymentsToRegister
protected Set<String> deploymentsToRegister
RegisterProcessApplicationCmd
public RegisterProcessApplicationCmd(String deploymentId,
ProcessApplicationReference reference)
RegisterProcessApplicationCmd
public RegisterProcessApplicationCmd(Set<String> deploymentsToRegister,
ProcessApplicationReference appReference)
execute
public ProcessApplicationRegistration execute(CommandContext commandContext)
- Specified by:
execute
in interface Command<ProcessApplicationRegistration>
Copyright © 2017 camunda services GmbH. All rights reserved.