Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.2.0)

E17480-03


oracle.adf.controller.metadata.model
Class ActivityType

java.lang.Object
  extended by oracle.adf.controller.metadata.model.ActivityType


public final class ActivityType
extends java.lang.Object

Defines constants for the activity types that ADFc includes out of the box.

Note: This is not defined as an enum since we may allow for additional types may be defined at runtime.


Field Summary
static java.lang.String METHOD_CALL
          Constant for the method call activity type.
static java.lang.String PARENT_ACTION
          Constant for parent action activity type.
static java.lang.String ROUTER
          Constant for the router activity type.
static java.lang.String SAVE_POINT_RESTORE
          Constant for the save point restore activity type.
static java.lang.String TASK_FLOW_CALL
          Constant for the task flow activity type.
static java.lang.String TASK_FLOW_RETURN
          Constant for the task flow return activity type.
static java.lang.String URL_VIEW
          Constant for the url view activity type.
static java.lang.String VIEW
          Constant for the view activity type.

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

METHOD_CALL

public static final java.lang.String METHOD_CALL
Constant for the method call activity type.
See Also:
Constant Field Values

TASK_FLOW_CALL

public static final java.lang.String TASK_FLOW_CALL
Constant for the task flow activity type.
See Also:
Constant Field Values

TASK_FLOW_RETURN

public static final java.lang.String TASK_FLOW_RETURN
Constant for the task flow return activity type.
See Also:
Constant Field Values

ROUTER

public static final java.lang.String ROUTER
Constant for the router activity type.
See Also:
Constant Field Values

VIEW

public static final java.lang.String VIEW
Constant for the view activity type.
See Also:
Constant Field Values

SAVE_POINT_RESTORE

public static final java.lang.String SAVE_POINT_RESTORE
Constant for the save point restore activity type.
See Also:
Constant Field Values

URL_VIEW

public static final java.lang.String URL_VIEW
Constant for the url view activity type.
See Also:
Constant Field Values

PARENT_ACTION

public static final java.lang.String PARENT_ACTION
Constant for parent action activity type.
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.2.0)

E17480-03


Copyright © 1997, 2012, Oracle. All rights reserved.