com.google.gwt.gadgets.client.osapi
Class OsapiFeature

java.lang.Object
  extended by com.google.gwt.gadgets.client.osapi.OsapiFeature
All Implemented Interfaces:
GadgetFeature

public class OsapiFeature
extends java.lang.Object
implements GadgetFeature

Provides access to social features of the container.

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.gadgets.client.GadgetFeature
GadgetFeature.FeatureName, GadgetFeature.MayRequire
 
Field Summary
static java.lang.String GROUP_ALL
           
static java.lang.String GROUP_FRIENDS
           
static java.lang.String GROUP_SELF
           
static java.lang.String USER_OWNER
           
static java.lang.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 java.lang.String USER_OWNER
See Also:
Constant Field Values

USER_VIEWER

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

GROUP_ALL

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

GROUP_SELF

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

GROUP_FRIENDS

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

getPeopleService

public PeopleService getPeopleService()
Returns an instance of PeopleService.

Returns:
An instance of PeopleService.