|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E22563-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcp.model.applicationModule.EssExtensionsAttachmentsHandler
public class EssExtensionsAttachmentsHandler
! HISTORY: ! ! MODIFIED (MM/DD/YY) (Bug #) (Description) ! sonelson - 06/07/12 - 14133246 - comment logic to delete file on successful upload to UCM server ! sonelson - 02/23/12 - 13737453 - comment logic to check UCM server state using WC SessionPool api ! 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 |
|---|
public EssExtensionsAttachmentsHandler()
| Method Detail |
|---|
public boolean persistJobRequestRecords(long requestID,
java.io.File outputFile,
java.lang.String mimeType,
java.lang.String attachmentCategory)
requestID - - ESS job request long valueoutputFile - - ESS job request output filemimeType - - file formatattachmentCategory - - category labels that are applied to attachments
public boolean isUCMServerUp(java.lang.String connectionName)
String - connectionName - UCM server primary connection name
|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E22563-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||