- ID - Static variable in class oracle.adf.controller.UrlConstants
-
Task flow ID parameter.
- IdHolder - Interface in oracle.adf.controller.metadata.model
-
ADFc metadata elements can have an id attribute.
- init(String) - Static method in exception oracle.adf.controller.ControllerException
-
Initialize the ControllerException
with the base name of the resource bundle, a fully qualified class name.
- InvalidTaskFlowReentryException - Exception in oracle.adf.controller
-
This exception indicates that task flow reentry was attempted (e.g.
- InvalidTaskFlowReentryException() - Constructor for exception oracle.adf.controller.InvalidTaskFlowReentryException
-
Constructor.
- InvalidTaskFlowReentryException(ExceptionKey) - Constructor for exception oracle.adf.controller.InvalidTaskFlowReentryException
-
Constructor.
- InvalidTaskFlowReentryException(ExceptionKey, Throwable) - Constructor for exception oracle.adf.controller.InvalidTaskFlowReentryException
-
Constructor.
- InvalidTaskFlowReentryException(ExceptionKey, Throwable, Object...) - Constructor for exception oracle.adf.controller.InvalidTaskFlowReentryException
-
Constructor.
- InvalidTransportException - Exception in oracle.adf.controller.security
-
This exception indicates that an attempt was made to call a taskflow using an invalid transport.
- InvalidTransportException(String, String) - Constructor for exception oracle.adf.controller.security.InvalidTransportException
-
Constructor.
- INVOKE_TASK_FLOW_RESOURCE - Static variable in class oracle.adf.controller.UrlConstants
-
Invoke task flow resource.
- invokeUrlAllowed() - Method in interface oracle.adf.controller.metadata.model.Visibility
-
- isAllowed() - Method in interface oracle.adf.controller.metadata.model.TaskFlowReentry
-
Indicates if task flow reentry is allowed or not.
- isCritical() - Method in interface oracle.adf.controller.metadata.model.TaskFlowDefinition
-
Returns true if the task flow is marked as critical.
- isCustomizeAuthorized() - Method in interface oracle.adf.controller.security.ActivitySecurity
-
Determines whether the Subject can customize the specified taskflow.
- isDataDirty() - Method in interface oracle.adf.controller.TaskFlowContext
-
Returns true if task flow contains any uncommitted ADF model data.
- isDataDirty() - Method in interface oracle.adf.controller.ViewPortContext
-
Returns true if this view port, or any of its children view ports, has a current task flow with uncommitted ADF model data.
- isDynamic() - Method in interface oracle.adf.controller.metadata.model.TaskFlowCall
-
- isEmpty() - Method in interface oracle.adf.controller.ViewPortContext
-
Returns true, if this view port is not executing any task flows.
- isExceptionPresent() - Method in interface oracle.adf.controller.ViewPortContext
-
Returns true, if a RuntimeException
has been thrown during task flow processing.
- isGrantAuthorized() - Method in interface oracle.adf.controller.security.ActivitySecurity
-
Determines whether the Subject can grant access to the specified taskflow.
- isMutable() - Method in class oracle.adf.controller.metadata.model.ParsingContext
-
- isMutable() - Method in interface oracle.adf.controller.metadata.provider.MetadataResource
-
- isNullValue() - Method in interface oracle.adf.controller.metadata.model.NullValueHolder
-
Return a flag indicating that the value of the parent component should be set to null
.
- isOutcomeDependent() - Method in interface oracle.adf.controller.metadata.model.TaskFlowReentry
-
For some task flows it is legal to reenter only if a task flow originally exited with a particular outcome.
- isPersonalizeAuthorized() - Method in interface oracle.adf.controller.security.ActivitySecurity
-
Determines whether the Subject can personalize the specified taskflow.
- isRedirect() - Method in interface oracle.adf.controller.metadata.model.View
-
Indicates whether a view should be reached via a server redirect.
- isReentryAllowed() - Method in interface oracle.adf.controller.metadata.model.Outcome
-
Specifies if task flow reentry is allowed for outcome dependent reentry.
- isRequired() - Method in interface oracle.adf.controller.metadata.model.TaskFlowInputParameter
-
Indicates whether this input parameter is required by the task flow.
- isTemplate() - Method in interface oracle.adf.controller.metadata.model.TaskFlowDefinition
-
Returns true, if this task flow metadata represents a template.
- isTrain() - Method in interface oracle.adf.controller.metadata.model.TaskFlowDefinition
-
Task flows can be defined to be trains.
- isValidTransport(TaskFlowId) - Method in interface oracle.adf.controller.security.ControllerSecurityManager
-
Determines whether the current transport (http/https) is acceptable for the specified taskflow.
- isViewAuthorized() - Method in interface oracle.adf.controller.security.ActivitySecurity
-
Determines whether the Subject can view the specified taskflow.
- isViewAuthorized(TaskFlowId) - Method in interface oracle.adf.controller.security.ControllerSecurityManager
-
Determines whether the subject has authorization to VIEW the specified taskflow.
- isViewBookmarkable() - Method in interface oracle.adf.controller.ViewPortContext
-
Returns true, if the current view activity is considered bookmarkable.