Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.people
Class PeopleConnections

java.lang.Object
  extended by oracle.wcps.people.PeopleConnections

Direct Known Subclasses:
WebCenterPeopleResource, WebCenterPersonResource

public class PeopleConnections
extends java.lang.Object

Field Summary
protected static java.lang.String DATA
           
protected  java.lang.String resourceType
           
protected  RestClientFactory restClientFactory
           
protected  java.lang.String urlTemplate
           

 

Constructor Summary
protected PeopleConnections(PeopleServiceConnectionConfig config, java.lang.String resourceType)
           

 

Method Summary
static java.lang.Object getProperty(java.lang.Object o, java.lang.String property)
          Get the property associated with this Object.
protected  void setUrlTemplate(IContext context)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

resourceType

protected java.lang.String resourceType

DATA

protected static final java.lang.String DATA
See Also:
Constant Field Values

urlTemplate

protected java.lang.String urlTemplate

restClientFactory

protected RestClientFactory restClientFactory

Constructor Detail

PeopleConnections

protected PeopleConnections(PeopleServiceConnectionConfig config,
                            java.lang.String resourceType)

Method Detail

setUrlTemplate

protected void setUrlTemplate(IContext context)

getProperty

public static java.lang.Object getProperty(java.lang.Object o,
                                           java.lang.String property)
Get the property associated with this Object.
Parameters:
o - Generally the JAXB object associated with the PeopleConnection 'PersonType', the <person> tag
property - The name of the property, a child tag of <person>. For example 'displayName'. Could also be a nested tag ofr <person>, as in 'name.formatted'
Returns:
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.