@Exported
| Interface | Description |
|---|---|
| TaskFlowContext |
Context information associated with a task flow instance.
|
| TaskFlowTrainModel |
Logical model of a task flow's train model.
|
| TaskFlowTrainStopModel |
Represents the logical model of a task flow train stop.
|
| UrlParameterConverter |
This interface describes a Java class that can perform Object-to-String and
and String-to-Object conversions of values passed as URL query parameters.
|
| ViewPortContext |
Context class for all per request per web application
per view port information.
|
| Class | Description |
|---|---|
| ControllerConstants |
Public Controller constants.
|
| ControllerContext |
Context class for per request per web application Controller information.
|
| DefaultUrlParameterConverter |
Default implementation of the
UrlParameterConverter interface. |
| OutcomeConstants |
Special outcome values used by the ADF Controller.
|
| TaskFlowId |
Uniquely identifies a task flow definition.
|
| UrlConstants |
Public constants used in ADFc URLs.
|
| Exception | Description |
|---|---|
| AdfcIllegalArgumentException |
Extension of IllegalArgumentException that forces the use of a strongly-typed
ExceptionKey to create a translated message. |
| AdfcIllegalStateException |
Extension of IllegalArgumentException that forces the use of a strongly-typed
ExceptionKey to create a translated message. |
| AdfcUnsupportedOperationException |
Indicates an attempt was made to perform an operation not supported by the ADFc controller.
|
| ControllerException |
Exception from the ADF Controller.
|
| InvalidTaskFlowReentryException |
This exception indicates that task flow reentry was attempted (e.g.
|
| RemoteTaskFlowException |
This exception type is used to wrap checked exceptions (i.e.
|