Skip navigation links

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


oracle.wcps.people
Class PeopleConnectionsConnection

java.lang.Object
  extended by WebCenterRestConnection
      extended by oracle.wcps.people.PeopleConnectionsConnection


public class PeopleConnectionsConnection
extends WebCenterRestConnection

Field Summary
static java.lang.String DEFAULT_RESOURCE
           
static java.lang.String INVITATIONS_RESOURCE_NAME
           
static java.lang.String PEOPLE_RESOURCE_NAME
           
static java.lang.String PERSON_RESOURCE_NAME
           

 

Constructor Summary
protected PeopleConnectionsConnection(PeopleConnectionsConnection connection)
           
protected PeopleConnectionsConnection(PeopleServiceConnectionConfig restConfig)
           

 

Method Summary
protected  void createExecutableResources()
          Create an ExecutableResource.
 Person getMe(IContext context)
           
 Person getPerson(IContext context, java.lang.String uid)
           
 Person getPersonByQuery(IContext context, java.lang.String query)
           

 

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

 

Field Detail

PEOPLE_RESOURCE_NAME

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

PERSON_RESOURCE_NAME

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

INVITATIONS_RESOURCE_NAME

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

DEFAULT_RESOURCE

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

Constructor Detail

PeopleConnectionsConnection

protected PeopleConnectionsConnection(PeopleServiceConnectionConfig restConfig)

PeopleConnectionsConnection

protected PeopleConnectionsConnection(PeopleConnectionsConnection connection)

Method Detail

createExecutableResources

protected void createExecutableResources()
Create an ExecutableResource. All derived classes should override this method

getMe

public Person getMe(IContext context)

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.9.0)
E15995-08


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