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

E22562-07

oracle.apps.fnd.applcore.csm.view
Class UcmConnection

java.lang.Object
  extended by oracle.apps.fnd.applcore.csm.view.UcmConnection
All Implemented Interfaces:
ContentRepositoryConnection

public class UcmConnection
extends java.lang.Object
implements ContentRepositoryConnection

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


Constructor Summary
UcmConnection(oracle.stellent.ridc.IdcClient client, oracle.stellent.ridc.IdcContext context)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 oracle.stellent.ridc.IdcClient getClient()
           
 oracle.stellent.ridc.IdcContext getContext()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UcmConnection

public UcmConnection(oracle.stellent.ridc.IdcClient client,
                     oracle.stellent.ridc.IdcContext context)
Parameters:
client - contains the client connection information
context - contains the context connection information
Method Detail

getClient

public oracle.stellent.ridc.IdcClient getClient()
Returns:
the client connection information

getContext

public oracle.stellent.ridc.IdcContext getContext()
Returns:
the context connection information

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.