|
Oracle Fusion Middleware extensions for Enterprise Scheduler Service 11g Release 7 (11.1.7) E22563-07 |
|||||||||
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
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.
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 7 (11.1.7) E22563-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |