Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.1.5)

E22563-01

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

! HISTORY: ! ! MODIFIED (MM/DD/YY) (Bug #) (Description) ! sonelson - 11/18/10 - 8804374 - log MessageID for INFO, WARNING and SEVERE messages ! sonelson - 10/19/10 - 10211908 - use ODL logger for consistency ! sonelson - 10/05/10 - 9965802 - enhance logging ! sonelson - 09/21/10 - 10098945 - sharedAM cannot use transactions; switch back to AttachmentSharedLocal ! sonelson - 09/08/10 - 10051306 - switch to AttachmentSharedAM; remove amFixture usage ! sonelson - 06/10/10 - 9801024 - store content as private attachment/unshared files ! sonelson - 06/07/10 - 9754226 - validate UCM connection status ! sonelson - 12/16/09 - 9220338 - check for UCM returned null documented Ids ! sonelson - 11/10/09 - 9100967 - Initial version check-in !


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 1 (11.1.1.5)

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.