Oracle Fusion Middleware
Showing posts with label
Save MDS Data in ADF. Force MDS Commit
.
Show all posts
Showing posts with label
Save MDS Data in ADF. Force MDS Commit
.
Show all posts
Thursday, September 6, 2012
Save MDS data in ADF
try
{
ADFContext context = ADFContext.getCurrent();
MDSSession session = (MDSSession)context.getMDSSessionAsObject();
session.flushChanges();
} catch (MDSIOException e) {
} catch (ConcurrentMOChangeException e) {
} catch (ValidationException e) {
}
Older Posts
Home
Subscribe to:
Posts (Atom)