Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.6.0)

E10686-07

oracle.adf.share.mds
Class MDSUtil

java.lang.Object
  extended by oracle.adf.share.mds.MDSUtil

public class MDSUtil
extends java.lang.Object

Since:
release specific (what release of product did this appear in)

Constructor Summary
MDSUtil()
           
 
Method Summary
static void clearSboxStateCleanFlag()
          Clears the flag that triggers the cleaning up session state related to a sandbox join, leave, destroy or publish operations
static oracle.mds.core.SessionOptions createSessionOptions()
           
static oracle.mds.core.UserStateHandler createStateHandler()
           
static oracle.mds.cust.CustClassList getCustClassList()
           
protected static oracle.mds.config.CustConfig getCustConfig()
           
static java.lang.String getDocumentASString(org.w3c.dom.Node node)
           
static java.lang.String getSboxStateCleanFlagValue()
          Gets the value of the flag that triggers the cleaning up session state related to a sandbox join, leave, destroy or publish operations
static boolean isSboxStateCleanFlagSet()
          Return wheter or not the flag related to a sandbox join, leave, destroy or publish operations is set
static void setSboxStateCleanFlag()
          Sets the flag for clearing the session state related to a sandbox join, leave, destroy or publish operations
static void setSboxStateCleanFlag(java.lang.String sboxName)
          Sets the flag for clearing the session state related to a sandbox join, leave, destroy or publish operations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDSUtil

public MDSUtil()
Method Detail

getCustClassList

public static oracle.mds.cust.CustClassList getCustClassList()

getDocumentASString

public static java.lang.String getDocumentASString(org.w3c.dom.Node node)

createSessionOptions

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

getCustConfig

protected static oracle.mds.config.CustConfig getCustConfig()

createStateHandler

public static oracle.mds.core.UserStateHandler createStateHandler()

setSboxStateCleanFlag

public static void setSboxStateCleanFlag()
Sets the flag for clearing the session state related to a sandbox join, leave, destroy or publish operations


setSboxStateCleanFlag

public static void setSboxStateCleanFlag(java.lang.String sboxName)
Sets the flag for clearing the session state related to a sandbox join, leave, destroy or publish operations

Parameters:
sboxName - Sandbox name involved in the join, leave, destroy or publish operations

clearSboxStateCleanFlag

public static void clearSboxStateCleanFlag()
Clears the flag that triggers the cleaning up session state related to a sandbox join, leave, destroy or publish operations


getSboxStateCleanFlagValue

public static java.lang.String getSboxStateCleanFlagValue()
Gets the value of the flag that triggers the cleaning up session state related to a sandbox join, leave, destroy or publish operations

Returns:
sandbox name if set using the corresponding set API or a constant string that signifies that the flag is set null if the flag is not set

isSboxStateCleanFlagSet

public static boolean isSboxStateCleanFlagSet()
Return wheter or not the flag related to a sandbox join, leave, destroy or publish operations is set

Returns:
true if the flag is set, false otherwise

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.6.0)

E10686-07

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