oracle.workspaces.presence
Class CwUserPresenceStatus
java.lang.Object
oracle.workspaces.presence.CwUserPresenceStatus
- public class CwUserPresenceStatus
- extends java.lang.Object
This class manages the Oracle IM presence for users in CW.
Constructor Summary |
CwUserPresenceStatus(CwUser user, java.lang.String imageUrl, java.lang.String statusUrl, java.lang.String clientLaunchUri)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CwUserPresenceStatus
public CwUserPresenceStatus(CwUser user,
java.lang.String imageUrl,
java.lang.String statusUrl,
java.lang.String clientLaunchUri)
getPresenceClientLaunchUri
public java.lang.String getPresenceClientLaunchUri()
- Return the URI to launch the presence client on the client machine
-
- Returns:
- the URI as s string
getPresenceImageUrl
public java.lang.String getPresenceImageUrl()
- Return the URL of the presence status image
-
- Returns:
- the URL as s string
getPresenceStatusUrl
public java.lang.String getPresenceStatusUrl()
- Return the URL of the presence status
-
- Returns:
- the URL as s string
getUser
public CwUser getUser()
- Return the user whose status this instance represents.
-
- Returns:
- the user instance for this presence status.