Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 7 (11.1.7)

E22563-07

oracle.apps.fnd.applcp.model.applicationModule
Class EssExtensionsAttachmentsHandler

java.lang.Object
  extended by oracle.apps.fnd.applcp.model.applicationModule.EssExtensionsAttachmentsHandler

public class EssExtensionsAttachmentsHandler
extends java.lang.Object

ESS Attachments API. This class provides ESS runtime the necessary service hooks for streaming documents into the Oracle Content Repository (UCM). Interaction with the UCM is handled by the Attachments API.

sonelson

Constructor Summary
EssExtensionsAttachmentsHandler()
           
 
Method Summary
 boolean isUCMServerUp(java.lang.String connectionName)
          Check the UCM server status for the provided ADF connection name.
 boolean persistJobRequestRecords(long requestID, java.io.File outputFile, java.lang.String mimeType, java.lang.String attachmentCategory)
          Persist the ESS job request data in Attachments table as well as the UCM content repository for the supplied requestID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EssExtensionsAttachmentsHandler

public EssExtensionsAttachmentsHandler()
Method Detail

persistJobRequestRecords

public boolean persistJobRequestRecords(long requestID,
                                        java.io.File outputFile,
                                        java.lang.String mimeType,
                                        java.lang.String attachmentCategory)
Persist the ESS job request data in Attachments table as well as the UCM content repository for the supplied requestID.

Parameters:
requestID - - ESS job request long value
outputFile - - ESS job request output file
mimeType - - file format
attachmentCategory - - category labels that are applied to attachments
Returns:
true/false on the status of request records persistence

isUCMServerUp

public boolean isUCMServerUp(java.lang.String connectionName)
Check the UCM server status for the provided ADF connection name.

Parameters:
String - connectionName - UCM server primary connection name
Returns:
boolean ucmFlag - true if UCM server is up; false otherwise

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 7 (11.1.7)

E22563-07

Copyright © 2013 Oracle. All Rights Reserved.