Package | Description |
---|---|
org.kuali.rice.kew.engine |
Modifier and Type | Method and Description |
---|---|
OrchestrationConfig.EngineCapability |
OrchestrationConfig.getCapability() |
static OrchestrationConfig.EngineCapability |
OrchestrationConfig.EngineCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrchestrationConfig.EngineCapability[] |
OrchestrationConfig.EngineCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
OrchestrationConfig(OrchestrationConfig.EngineCapability capability,
Set<String> destinationNodeNames,
ActionTakenValue cause,
boolean sendNotifications,
boolean doRunPostProcessorLogic,
boolean deactivateAcknowledgements,
boolean deactivateFYIs) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.