@Exported
| Interface | Description |
|---|---|
| Activity |
Represents an instance of a controller activity with a specific type and metadata.
|
| AdfcElementFactory | |
| AdfcNode |
Represents ADFc node that has a context and can be validated.
|
| Bookmark |
Describes how a view should be bookmarked.
|
| ControlFlowCase |
A single case in a control flow rule.
|
| ControlFlowCaseMobile |
Represents a control flow case in a mobile task flow
|
| ControlFlowRule |
An instance of a control flow rule.
|
| ControlFlowRuleBase | |
| ControlFlowRuleMobile | |
| Converter |
Desbribes a method expression for a parameter converter.
|
| IdHolder |
ADFc metadata elements can have an id attribute.
|
| MethodCall |
Represents metadata for a method call activity.
|
| NamedParameter |
A named parameter has a logical name, Java type and a EL expression value.
|
| NodeHolder |
Holds the DOM node that represents this element.
|
| NullValueHolder |
Interface denoting a component that stores a
null value. |
| Outcome |
Represents the metadata for the logical outcome of a task flow.
|
| PageFlow |
An instance of a page flow.
|
| PageFlowBase | |
| PageFlowMobile | |
| PageParameter |
An input parameter to a view activity.
|
| Parameter |
Parameter metadata consists of a Java class and a regural expression.
|
| ParentAction |
Represents an action to be processed by the parent task flow.
|
| Router |
Represents the metadata for the router activity.
|
| RouterCase |
Represents metadata for a case elemenent in a router activity.
|
| SavePointRestore |
Metadata for a save point restore activity.
|
| Security |
Metadata for security.
|
| TaskFlowCall |
Metadata for a task flow activity instance.
|
| TaskFlowDefinition |
Metadata for a bounded task flow definition.
|
| TaskFlowDefinitionBase | |
| TaskFlowDefinitionMobile | |
| TaskFlowInputParameter |
Represents metadata for the input parameter to a task flow.
|
| TaskFlowReentry |
Task flow reentry defines whether a task flow should allow navigation
via a back button.
|
| TaskFlowReturn |
Metadata for a task flow return activity instance.
|
| TrainStop |
Train stop definition for a train in a task flow.
|
| TrainStopContainer |
A metadata element that contains a train stop.
|
| UIInfo |
Represents a description, display name and an icon for the metadata element.
|
| UrlParameter |
Metadata for a bookmarkable URL parameter.
|
| UrlView |
Represents a redirect to a url outside of a task flow.
|
| ValueMapping |
This class represents a value mapping containing a value name
and a binding EL expression.
|
| View |
Represents metadata for a view activity.
|
| Visibility |
Represents task flow's ability to be invoked via a url.
|
| Class | Description |
|---|---|
| ActivityType |
Defines constants for the activity types that ADFc includes out of the box.
|
| ParsingContext |
Represents contextual information for the element being parsed.
|
| ParsingContext.Builder |
| Enum | Description |
|---|---|
| DataControlScopeType |
Dictates task flow data control sharing policy.
|
| DialogDisplayType | |
| PageFlowScopeBehaviorType |
Describes page flow scope behavior when crossing mobile task flow bounderies.
|
| TransactionResolution |
Indicates the final resolution of a transaction.
|
| TransactionType |
TransactionType dictates ADFc task flow behavior with respect to ADFm
transaction.
|
| TransitionType |
Represents navigation gesture on mobile devices.
|
| TransportGuaranteeType |
Defines the supported set of values for the element
<transport-guarantee>.
|
| VisibilityType |