org.cruxframework.crux.plugin.gadget.client.features.osapi
Class OsapiFeature

java.lang.Object
  extended by org.cruxframework.crux.plugin.gadget.client.features.osapi.OsapiFeature

public class OsapiFeature
extends Object

Provides access to social features of the container.

See Also:
"http://code.google.com/intl/pl/apis/opensocial/"

Field Summary
static String GROUP_ALL
           
static String GROUP_FRIENDS
           
static String GROUP_SELF
           
static String USER_OWNER
           
static String USER_VIEWER
           
 
Method Summary
 PeopleService getPeopleService()
          Returns an instance of PeopleService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_OWNER

public static final String USER_OWNER
See Also:
Constant Field Values

USER_VIEWER

public static final String USER_VIEWER
See Also:
Constant Field Values

GROUP_ALL

public static final String GROUP_ALL
See Also:
Constant Field Values

GROUP_SELF

public static final String GROUP_SELF
See Also:
Constant Field Values

GROUP_FRIENDS

public static final String GROUP_FRIENDS
See Also:
Constant Field Values
Method Detail

getPeopleService

public PeopleService getPeopleService()
Returns an instance of PeopleService.

Returns:
An instance of PeopleService.


Copyright © 2014. All rights reserved.