com.ibm.itim.apps.workflow
Interface WorkflowResourceMO

All Known Implementing Classes:
HumanResourceMO

public interface WorkflowResourceMO

Interface for obtaining the assignments of a resource participating in workflow processes.


Method Summary
 java.util.Collection getAssignments()
          Returns the assignments of the resource.
 

Method Detail

getAssignments

public java.util.Collection getAssignments()
                                    throws java.rmi.RemoteException,
                                           AuthorizationException,
                                           ApplicationException
Returns the assignments of the resource.
Returns:
Collection of WorkflowAssignmentMOs for the resource.
Throws:
java.rmi.RemoteException - Thrown if unable to communicate with platform.
AuthorizationException - Thrown if client is unauthorized to obtain the resource's activities.
ApplicationException - Thrown if unable to retrieve the resource's assignments.