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

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.osn.adaptor
Interface OsnBaseAdaptor

All Known Subinterfaces:
OsnAdaptor, OsnTranslationAdaptor
All Known Implementing Classes:
OsnTranslationVisitor, OsnVisitor

public interface OsnBaseAdaptor

The definition that must be implemented for an all OSN adaptors will need to be able to communicate with the Oracle Social Network API.

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

Method Summary
 java.lang.String getAppId()
          Get the application id for the OSN structure registration of an object.
 java.lang.String getExternalId()
          Gets the constant value that will be used for identification of the OSN structure registration of an object.
 java.lang.String getOsnName()
          Gets the constant value that will be used for naming of the OSN structure registration of an object.
 java.lang.String getType()
          Get the constant value of the type for the OSN structure registration of an object.
 java.lang.String getTypePlural()
          Get the constant plural value of the type for the OSN structure registration of an object.
 

Method Detail

getAppId

java.lang.String getAppId()
Get the application id for the OSN structure registration of an object.

Returns:
the application id.

getType

java.lang.String getType()
Get the constant value of the type for the OSN structure registration of an object.

Returns:
the constant type definition.

getExternalId

java.lang.String getExternalId()
Gets the constant value that will be used for identification of the OSN structure registration of an object.

Returns:
the constant external id.

getOsnName

java.lang.String getOsnName()
Gets the constant value that will be used for naming of the OSN structure registration of an object.

Returns:
the constant OSN object definition name.

getTypePlural

java.lang.String getTypePlural()
Get the constant plural value of the type for the OSN structure registration of an object.

Returns:
the constant plural type definition.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.