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

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.osn
Interface SocialApiRegistration

All Known Implementing Classes:
SocialApiImpl

public interface SocialApiRegistration

The interface that an API must conform to if it is to be able to perform registration of Oracle Social Network definitions.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/osn/SocialApiRegistration.java /st_atgpf_pt-11.1.1.7.0/1 2012/07/30 22:27:03 pacross Exp $

Method Summary
 void init()
          Initialization for the API instance.
 void registerSocialDefinition(OsnAdaptor osnAdaptor)
          Register a Social Definition to the Oracle Social Network Server.
 boolean updateSocialDefinitionTranslations(OsnTranslationAdaptor osnTransAdaptor)
          Update the translations on the Oracle Social Network Server.
 

Method Detail

init

void init()
          throws java.lang.Exception
Initialization for the API instance. The OSN server URL will be retrieved from Topology Manager (OSN module) and the login credentials will be looked up by the OSN connection manager API.

Throws:
java.lang.Exception

registerSocialDefinition

void registerSocialDefinition(OsnAdaptor osnAdaptor)
                              throws java.lang.Exception
Register a Social Definition to the Oracle Social Network Server.

Parameters:
osnAdaptor - the collected information to be used to register the social object definition.
Throws:
java.lang.Exception

updateSocialDefinitionTranslations

boolean updateSocialDefinitionTranslations(OsnTranslationAdaptor osnTransAdaptor)
                                           throws java.lang.Exception
Update the translations on the Oracle Social Network Server.

Parameters:
osnTransAdaptor - the collected information to be used to register the social object definition translations.
Returns:
true if there was an existing definition to update.
Throws:
java.lang.Exception

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.