|
Interface Summary |
| Activity |
A Activity is the interface that defines the unit of execution
within a give process. |
| ActivityType |
A ActivityType is a interface which describes the Activity Types |
| BaseProcess |
A BaseProcess is the interface that defines the base
functionality of all process interfaces namely ProcessFLow and SubProcess
. |
| ProcessActivityParameter |
A ProcessActivityParameter Interface that encapsule an object that
can own several Parameter instances to create a signature. |
| ProcessActivityParameterOwner |
A ProcessActivityParameterOwner Interface that encapsule an object that
can own several Parameter instances to create a signature. |
| ProcessData |
A ProcessData an empty Interface. |
| ProcessDatatypeSet |
ProcessDatatypeSet represents the valid dataypes allowed in
OWB Process Flows. |
| ProcessFlow |
A Process is a logical design for Process flow object
which is often composed of one or more Activities and Transitions. |
| ProcessFlowModule |
ProcessFlowModule is a specialized Module, which represents a
logical Process Flow module. |
| ProcessFlowPackage |
A ProcessFlowPackage is a container object for processflows. |
| SubProcess |
A SubProcess is a logical design for Sub Process flow
object which defines a way of adding a process to a process, recursively
embedding processes in a process. |
| Transition |
A Transition Interface is the object that defines dependency
information of a processflow. |
Provides classes and interfaces for process flow manipulation.