com.google.gwt.gadgets.client.osapi
Class OsapiFeature
java.lang.Object
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/"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getPeopleService
public PeopleService getPeopleService()
- Returns an instance of
PeopleService.
- Returns:
- An instance of
PeopleService.