Uses of Enum Class
org.kuali.rice.kew.engine.OrchestrationConfig.EngineCapability
Packages that use OrchestrationConfig.EngineCapability
-
Uses of OrchestrationConfig.EngineCapability in org.kuali.rice.kew.engine
Methods in org.kuali.rice.kew.engine that return OrchestrationConfig.EngineCapabilityModifier and TypeMethodDescriptionOrchestrationConfig.getCapability()Returns the enum constant of this class with the specified name.static OrchestrationConfig.EngineCapability[]OrchestrationConfig.EngineCapability.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kuali.rice.kew.engine with parameters of type OrchestrationConfig.EngineCapabilityModifierConstructorDescriptionOrchestrationConfig(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)