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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultSetupWorkflowUserResult

public interface SetupWorkflowUserResult
extends java.io.Serializable

Returned from TaskManager.setupWorkflowUserWithInfo(). Provides details about the user logging in.


Method Summary
 long getQueueId()
          Returns the default queue ID for the user
 boolean isOutOfOffice()
          Indicates if the user is out of office.
 

Method Detail

isOutOfOffice

boolean isOutOfOffice()
Indicates if the user is out of office. This can be used to notify the end user that they are OOO when they login to the system

Returns:
true if the user is out of office

getQueueId

long getQueueId()
Returns the default queue ID for the user

Returns:
the default queue Id