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

E22562-07

oracle.apps.fnd.applcore.importExport.model.content.webcenter
Class WebCenterConnection

java.lang.Object
  extended by oracle.apps.fnd.applcore.importExport.model.content.webcenter.WebCenterConnection
All Implemented Interfaces:
ContentRepositoryConnection

public class WebCenterConnection
extends java.lang.Object
implements ContentRepositoryConnection

A Content Repository Connection for Web Center. It does not create an actual connection to Web Center, it contains only the information needed to create a connection to Web Center.


Constructor Summary
WebCenterConnection()
          Creates a connection based on the primary connection defined for Web Center.
WebCenterConnection(java.lang.String name)
          Create a connection based on the name passed in.
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCenterConnection

public WebCenterConnection()
Creates a connection based on the primary connection defined for Web Center.


WebCenterConnection

public WebCenterConnection(java.lang.String name)
Create a connection based on the name passed in. If the name is empty then it creates a connection based on the primary connection defined for Web Center.

Parameters:
name - identifies the Web Center Connection
Method Detail

getName

public java.lang.String getName()
Returns:
name that identifies the connection.

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.