| Package | com.adobe.idp.taskmanager.dsc.client.task |
| Interface | public interface TaskUserInfo |
TaskUserInfo object represents a user.| Method | Defined By | ||
|---|---|---|---|
String getCommonName() Retrieves the common name for this user. | TaskUserInfo | ||
String getUserId() Retrieves the user identifier. | TaskUserInfo | ||
boolean isTaskOwner() Determines whether this user is the task owner. | TaskUserInfo | ||
| getCommonName | () |
public String getCommonName()Retrieves the common name for this user.
Returns| The common name for this user. |
| getUserId | () |
public String getUserId()Retrieves the user identifier.
Returns| The user identifier. |
| isTaskOwner | () |
public boolean isTaskOwner()Determines whether this user is the task owner.
Returnstrue if the user is the task owner, false otherwise. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/taskmanager/dsc/client/task/TaskUserInfo.html