Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.1)

E10651-09


oracle.adf.controller.metadata.model
Interface Visibility


public interface Visibility

Represents task flow's ability to be invoked via a url.


Method Summary
 VisibilityType invokeURLAllowed()
           
 boolean isRemotelyInvocable()
          Is the task flow remotely invokable in a remote region?

 

Method Detail

invokeURLAllowed

VisibilityType invokeURLAllowed()
Returns:
allowed, dissallowed or unset.

isRemotelyInvocable

boolean isRemotelyInvocable()
Is the task flow remotely invokable in a remote region?
Returns:
true if the task flow can be remotely invoked.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.1)

E10651-09


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