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

All Superinterfaces:
Serializable

public interface TaskUserInfo
extends Serializable

A TaskUserInfo object represents a user.


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

Method Detail

getUserId

String getUserId()
Retrieves the user identifier.

Returns:
The user identifier.

getCommonName

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]