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) |
Modifier and Type | Method and Description |
---|---|
ProcessApplicationRegistration |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
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 © 2022. All rights reserved.