com.adobe.idp.taskmanager.dsc.client.queuemanager
Interface OOOProcessDesignate

All Superinterfaces:
java.io.Serializable

public interface OOOProcessDesignate
extends java.io.Serializable

Manages designation of alternate users when the current user is Out of Office.


Method Summary
 java.lang.String getProcessName()
          Gets the Process Name (service name)
 UserDef getUserDesignated()
          Retrieves the User designated for this process
 boolean isNotDesignated()
          Returns true when this process is not to be designated when out of the office.
 void setNotDesignated(boolean doNotDesignate)
          Provides the capability to say "I do not want to designated tasks for this process to anyone"
 void setProcessName(java.lang.String processName)
          Sets the Process Name (service name) to designate to this user
 void setUserDesignated(UserDef user)
          Sets the User designated for this process
 

Method Detail

getUserDesignated

UserDef getUserDesignated()
Retrieves the User designated for this process

Returns:

setUserDesignated

void setUserDesignated(UserDef user)
Sets the User designated for this process

Parameters:
user - a UserDef object populated with the user's ID

getProcessName

java.lang.String getProcessName()
Gets the Process Name (service name)

Returns:
ProcessId

setProcessName

void setProcessName(java.lang.String processName)
Sets the Process Name (service name) to designate to this user

Parameters:
processName -

setNotDesignated

void setNotDesignated(boolean doNotDesignate)
Provides the capability to say "I do not want to designated tasks for this process to anyone"

Parameters:
doNotDesignate - if set to true tasks for this process will not be designated when out of office.

isNotDesignated

boolean isNotDesignated()
Returns true when this process is not to be designated when out of the office.

Returns:


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