public interface WorkflowResourceMO
| Modifier and Type | Method and Description |
|---|---|
void |
getAssignmentGroups(WorkflowSearchResultsMO results,
java.util.Locale locale)
Retrieves groups of assignments for the participant involved.
|
java.util.Collection |
getAssignments()
Returns the assignments representing the human participant account.
|
void |
getAssignments(WorkflowSearchResultsMO results,
java.util.Locale locale)
Retrieves the assignments for the participant involved.
|
void |
getAssignments(WorkflowSearchResultsMO results,
java.lang.String processDesignId,
java.lang.String activityDesignId,
java.util.Locale locale)
Retrieves the assignments for the participant with the given
process design id and activity design id.
|
java.util.Collection getAssignments()
throws java.rmi.RemoteException,
AuthorizationException,
ApplicationException
WorkflowAssignmentMO for the human resource.java.rmi.RemoteException - Thrown if unable to communicate with platform.AuthorizationException - Thrown if subject is not a System Administrator
and try to obtain assignments representing the human participant
account other than himself.ApplicationException - Thrown if unable to retrieve the resource's
assignments.WorkflowAssignmentMOvoid getAssignments(WorkflowSearchResultsMO results, java.util.Locale locale) throws java.rmi.RemoteException, ApplicationException
results - WorkflowSearchResultsMO provides accessor methods to
retrieve results (Collection of Assignment)
of the search.locale - User's locale to sort with. null value defaults
to Locale.USjava.rmi.RemoteException - Thrown if unable to communicate with platform.ApplicationException - Thrown if unable to retrieve the resource's
assignments.Assignmentvoid getAssignments(WorkflowSearchResultsMO results, java.lang.String processDesignId, java.lang.String activityDesignId, java.util.Locale locale) throws java.rmi.RemoteException, AuthorizationException, ApplicationException
results - WorkflowSearchResultsMO provides accessor methods to
retrieve results (Collection of Assignment)
of the search.processDesignId - Design Id of the process definition to query for
AssignmentGroup.getProcessDesignId().activityDesignId - Design Id of the activity definition to query for
AssignmentGroup.getActivityDesignId().locale - User's locale to sort with. null value defaults
to Locale.USjava.rmi.RemoteException - Thrown if unable to communicate with platform.AuthorizationException - Thrown if subject is not a System Administrator
and try to obtain assignments representing the human participant
account other than himself.ApplicationException - Thrown if unable to retrieve the resource's
assignments.Assignmentvoid getAssignmentGroups(WorkflowSearchResultsMO results, java.util.Locale locale) throws java.rmi.RemoteException, AuthorizationException, ApplicationException
results - WorkflowSearchResultsMO provides accessor methods to
retrieve results (Collection of AssignmentGroup)
of the search.locale - User's locale to sort with. null value defaults
to Locale.USjava.rmi.RemoteException - Thrown if unable to communicate with platform.AuthorizationException - Thrown if subject is not a System Administrator
and try to obtain assignments representing the human participant
account other than himself.ApplicationException - Thrown if unable to retrieve the resource's
assignments.AssignmentGroup