public class RegisterProcessApplicationCmd extends Object implements Command<ProcessApplicationRegistration>
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
deploymentsToRegister |
protected ProcessApplicationReference |
reference |
Constructor and Description |
---|
RegisterProcessApplicationCmd(Set<String> deploymentsToRegister,
ProcessApplicationReference appReference) |
RegisterProcessApplicationCmd(String deploymentId,
ProcessApplicationReference reference) |
protected ProcessApplicationReference reference
public RegisterProcessApplicationCmd(String deploymentId, ProcessApplicationReference reference)
public RegisterProcessApplicationCmd(Set<String> deploymentsToRegister, ProcessApplicationReference appReference)
public ProcessApplicationRegistration execute(CommandContext commandContext)
execute
in interface Command<ProcessApplicationRegistration>
Copyright © 2015. All rights reserved.