public class MDSUtil
extends java.lang.Object
Constructor and Description |
---|
MDSUtil() |
Modifier and Type | Method and Description |
---|---|
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() |
static oracle.mds.cust.CustClassList |
getCustClassList(boolean useApplicationId) |
protected static oracle.mds.config.CustConfig |
getCustConfig() |
static java.lang.String |
getDocumentASString(org.w3c.dom.Node node) |
static java.lang.String |
getMDSSessionChangeDump(oracle.mds.core.MDSSession mdsSess) |
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 |
isMDSPollFlagSet()
Return wheter or not the flag related to a sandbox join, leave, destroy or publish operations is set
|
static boolean |
isSboxStateCleanFlagSet()
Return wheter or not the flag related to a sandbox join, leave, destroy or publish operations is set
|
static void |
setMetaDataStateCleanFlag(java.lang.String sboxName)
Sets the flag for clearing the application state related to cross application/ cross jvm naviation
It will perform the cleanup that is done upon sandbox join, leave, destroy and publish operations as
covered by setSboxStateCleanFlag().
|
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
|
public static oracle.mds.cust.CustClassList getCustClassList()
public static oracle.mds.cust.CustClassList getCustClassList(boolean useApplicationId)
public static java.lang.String getDocumentASString(org.w3c.dom.Node node)
public static java.lang.String getMDSSessionChangeDump(oracle.mds.core.MDSSession mdsSess)
public static oracle.mds.core.SessionOptions createSessionOptions()
protected static oracle.mds.config.CustConfig getCustConfig()
public static oracle.mds.core.UserStateHandler createStateHandler()
public static void setSboxStateCleanFlag()
public static void setMetaDataStateCleanFlag(java.lang.String sboxName)
sboxName
- Sandbox name involved in the join, leave, destroy or publish operationspublic static void setSboxStateCleanFlag(java.lang.String sboxName)
sboxName
- Sandbox name involved in the join, leave, destroy or publish operationspublic static void clearSboxStateCleanFlag()
public static java.lang.String getSboxStateCleanFlagValue()
public static boolean isSboxStateCleanFlagSet()
public static boolean isMDSPollFlagSet()