public interface MDSLockedSessionOperations
MDSSession| Modifier and Type | Method and Description |
|---|---|
void |
cancelMDSSessionChanges()
Cancels the current MDSSession for the current ADFContext.
|
void |
flushMDSSessionChanges()
Flushes the current MDSSession for the current ADFContext.
|
boolean |
isMDSRefreshNeeded()
Tells whether or not there are pending changes on the current MDS Session for the current ADFContext
|
void |
resetMDSSession()
Resets the current MDSSession for the current ADFContext.
|
boolean isMDSRefreshNeeded()
void flushMDSSessionChanges()
throws java.lang.Exception
java.lang.Exception - if the operation failsMDSSession.flushChanges()void resetMDSSession()
MDSSession.reset()void cancelMDSSessionChanges()
MDSSession.cancelChanges()