Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.oaext.osn
Interface OsnObjectPublisher

All Known Implementing Classes:
SocialObjectAsyncPublisher, SocialObjectPublisher

public interface OsnObjectPublisher

Interface to provide publishing to Oracle Social Network. This API provides a separation between the OA framework classes and the OSN API implementation.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/Common/Model/src/oracle/apps/fnd/applcore/oaext/osn/OsnObjectPublisher.java /st_atgpf_pt-11.1.1.7.0/2 2012/11/29 21:30:53 dagroves Exp $

Method Summary
 void osnLogin()
          Login to the Oracle Social Network API.
 void sendObjectToOsn(OsnObjectAdapter osnObject)
          Send the ojbect payload to Oracle Social Network.
 

Method Detail

osnLogin

void osnLogin()
Login to the Oracle Social Network API.


sendObjectToOsn

void sendObjectToOsn(OsnObjectAdapter osnObject)
                     throws java.lang.Exception
Send the ojbect payload to Oracle Social Network. The osnObject contains the information about whether to do a insert/update or delete call to OSN.

Parameters:
osnObject - - they payload to send to OSN.
Throws:
java.lang.Exception - from underlying layer if there is an issue.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.