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
-
Constructor Summary
ConstructorDescriptionRegisterProcessApplicationCmd
(String deploymentId, ProcessApplicationReference reference) RegisterProcessApplicationCmd
(Set<String> deploymentsToRegister, ProcessApplicationReference appReference) -
Method Summary
-
Field Details
-
reference
-
deploymentsToRegister
-
-
Constructor Details
-
RegisterProcessApplicationCmd
-
RegisterProcessApplicationCmd
public RegisterProcessApplicationCmd(Set<String> deploymentsToRegister, ProcessApplicationReference appReference)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceCommand<ProcessApplicationRegistration>
-