Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>
deploymentsToRegister
protected ProcessApplicationReference
reference
-
Constructor Summary
Constructors Constructor Description RegisterProcessApplicationCmd(String deploymentId, ProcessApplicationReference reference)
RegisterProcessApplicationCmd(Set<String> deploymentsToRegister, ProcessApplicationReference appReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessApplicationRegistration
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
reference
protected ProcessApplicationReference reference
-
-
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 interfaceCommand<ProcessApplicationRegistration>
-
-