Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.runtime
Class ModelerSessionOptionsFactory

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.ModelerSessionOptionsFactory
All Implemented Interfaces:
oracle.adf.share.mds.SessionOptionsFactory

public class ModelerSessionOptionsFactory
extends java.lang.Object
implements oracle.adf.share.mds.SessionOptionsFactory

A factory that subtitute the CustConfig object with CustConfig.NO_CUSTOMIZATIONS in the default SessionOptions object.


Method Summary
 oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions defaultOptions)
          
static ModelerSessionOptionsFactory getBaseInstance()
          Gets the instance of the factory for creating base documents.
static ModelerSessionOptionsFactory getInstance()
          Gets the default instance of this factory.
static ModelerSessionOptionsFactory getInstance(java.lang.String sandboxName)
          Gets the instance for a sandbox.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createSessionOptions

public oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions defaultOptions)

Specified by:
createSessionOptions in interface oracle.adf.share.mds.SessionOptionsFactory

getInstance

public static ModelerSessionOptionsFactory getInstance()
Gets the default instance of this factory.

Returns:
the default instance of this factory

getInstance

public static ModelerSessionOptionsFactory getInstance(java.lang.String sandboxName)
Gets the instance for a sandbox.

Parameters:
sandboxName - the name of the sandbox
Returns:
the factory instance for the sandbox
Throws:
java.lang.IllegalArgumentException - if the given sandbox name is null

getBaseInstance

public static ModelerSessionOptionsFactory getBaseInstance()
Gets the instance of the factory for creating base documents.

Returns:
the instance of the factory for creating base documents

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.