public class OrchestrationConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OrchestrationConfig.EngineCapability |
Constructor and Description |
---|
OrchestrationConfig(OrchestrationConfig.EngineCapability capability) |
OrchestrationConfig(OrchestrationConfig.EngineCapability capability,
boolean isRunPostProcessorLogic) |
OrchestrationConfig(OrchestrationConfig.EngineCapability capability,
Set<String> destinationNodeNames,
ActionTakenValue cause) |
OrchestrationConfig(OrchestrationConfig.EngineCapability capability,
Set<String> destinationNodeNames,
ActionTakenValue cause,
boolean sendNotifications,
boolean doRunPostProcessorLogic) |
Modifier and Type | Method and Description |
---|---|
OrchestrationConfig.EngineCapability |
getCapability() |
ActionTakenValue |
getCause() |
Set<String> |
getDestinationNodeNames() |
String |
getNotificationType() |
boolean |
isRunPostProcessorLogic() |
boolean |
isSendNotifications() |
public OrchestrationConfig(OrchestrationConfig.EngineCapability capability)
public OrchestrationConfig(OrchestrationConfig.EngineCapability capability, boolean isRunPostProcessorLogic)
public OrchestrationConfig(OrchestrationConfig.EngineCapability capability, Set<String> destinationNodeNames, ActionTakenValue cause)
public OrchestrationConfig(OrchestrationConfig.EngineCapability capability, Set<String> destinationNodeNames, ActionTakenValue cause, boolean sendNotifications, boolean doRunPostProcessorLogic)
public Set<String> getDestinationNodeNames()
public String getNotificationType()
public boolean isSendNotifications()
public ActionTakenValue getCause()
public boolean isRunPostProcessorLogic()
public OrchestrationConfig.EngineCapability getCapability()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.