com.adobe.idp.taskmanager.dsc.client.task
Interface TaskUserInfo

All Superinterfaces:
java.io.Serializable

public interface TaskUserInfo
extends java.io.Serializable

A TaskUserInfo object represents a user.


Method Summary
 java.lang.String getCommonName()
          Retrieves the common name for this user.
 java.lang.String getUserId()
          Retrieves the user identifier.
 boolean isTaskOwner()
          Determines whether this user is the task owner.
 

Method Detail

getUserId

java.lang.String getUserId()
Retrieves the user identifier.

Returns:
The user identifier.

getCommonName

java.lang.String getCommonName()
Retrieves the common name for this user.

Returns:
The common name for this user.

isTaskOwner

boolean isTaskOwner()
Determines whether this user is the task owner.

Returns:
true if the user is the task owner, false otherwise.


[an error occurred while processing this directive] [an error occurred while processing this directive]