|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
WebCenterRestExecutableResource
oracle.wcps.people.PeopleExecutableResource
public class PeopleExecutableResource
The name of this executable resource is based on the fact that the resourceType of the link in the resourceIndex, that is used to find the starting point for this resource is, "urn:oracle:webcenter:people".
Constructor Summary | |
---|---|
PeopleExecutableResource(WebCenterRestConnectionConfig restConfig) |
Method Summary | |
---|---|
void |
deleteConnection(java.lang.String loginId) Remove the specified user from the authenticated user's connections. |
Person |
getMe() Returns the current user profile. |
java.util.List<Person> |
getMyConnections() Returns the people that the current user is connected to. |
protected void |
setResourceType() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeopleExecutableResource(WebCenterRestConnectionConfig restConfig)
Method Detail |
---|
protected void setResourceType()
@PublicFunction(functionName="getMe",
descriptionBundleKey="provider.method.getMe.description")
public Person getMe()
@PublicFunction(functionName="getMyConnections",
descriptionBundleKey="provider.method.getMyConnections.description")
public java.util.List<Person> getMyConnections()
@PublicFunction(functionName="deleteConnection", descriptionBundleKey="provider.method.deleteConnection.description") public void deleteConnection(@PublicParameter(parameterName="loginId",descriptionBundleKey="provider.parameter.deleteConnection.loginId.description") java.lang.String loginId)
loginId
- The loginId of the user to remove from the connections list.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |