Package oracle.cle.process

Interface Summary
Child  
Parent  
ProcessConstants A collection of constants generally used by the MVC framework's process components.
ProcessController Top level interface for all Controllers.
ResultTypes Constants representing some of the possible result types to Controllers from Services.
ServiceController Top level interface for all Service Controllers.
 

Class Summary
CLEStateMachine A specialized StateMachine that comprises the MVC Framework's process flow engine.
DisplayGroup A sequence of processes, assembled to perform some task.
GenericProcess GenericProcess provides most of the methods processes will use to interact with the service
ParentProcess Represents a Process that contains others processes as Children.
PersistingProcess Represents an Process that persists information to a datasource.
Process The abstract superclass of all CLE Processes, DisplayGroups and Service .
ProcessInfo A Process can produce one or more ProcessResults as its work products or require 0 or more ProcessParameters.
ProcessParameter A Process can produce one or more ProcessResults as its work products or require 0 or more ProcessParameters.
ProcessResult A Process can produce one or more ProcessResults as its work on products or require 0 or more ProcessParameters.
ProcessResults/Paramters are named, have descriptions, types, and values.
This class is a simple Information holder.
Service A sequence of Processes assembled to perform some task.
 

Exception Summary
ProcessInfoException An Exception to throw when an error related to processing a ProcessInfo object occurs.
RuntimeServiceException An Exception to throw when something goes wrong with a RuntimeService (loading a service through an XML definition).
 



Copyright © 2003 ORACLE Corp. All Rights Reserved.