Uses of Class
org.kuali.rice.kew.engine.OrchestrationConfig.EngineCapability

Packages that use OrchestrationConfig.EngineCapability
org.kuali.rice.kew.engine   
 

Uses of OrchestrationConfig.EngineCapability in org.kuali.rice.kew.engine
 

Methods in org.kuali.rice.kew.engine that return OrchestrationConfig.EngineCapability
 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.
 

Constructors in org.kuali.rice.kew.engine with parameters of type OrchestrationConfig.EngineCapability
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)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.