Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.people
Class WebCenterPersonResource

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


public class WebCenterPersonResource
extends PeopleConnections

resourceType="urn:oracle:webcenter:people:person" http://karakoram.us.oracle.com:8888/rest/api/people?q={q}&data={data}&utoken=FE02g0OVsItcbrqqLVZmSsGg_kv3_w**


Field Summary
static java.lang.String RESOURCE_TYPE
           

 

Fields inherited from class oracle.wcps.people.PeopleConnections
DATA, resourceType, restClientFactory, urlTemplate

 

Constructor Summary
WebCenterPersonResource(PeopleServiceConnectionConfig config)
           

 

Method Summary
 Person getPerson(IContext context, java.lang.String uid)
           
 Person getPersonByQuery(IContext context, java.lang.String query)
           

 

Methods inherited from class oracle.wcps.people.PeopleConnections
getProperty, setUrlTemplate

 

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

 

Field Detail

RESOURCE_TYPE

public static final java.lang.String RESOURCE_TYPE
See Also:
Constant Field Values

Constructor Detail

WebCenterPersonResource

public WebCenterPersonResource(PeopleServiceConnectionConfig config)

Method Detail

getPerson

public Person getPerson(IContext context,
                        java.lang.String uid)

getPersonByQuery

public Person getPersonByQuery(IContext context,
                               java.lang.String query)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


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