|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowSearchResultsMO | |
---|---|
com.ibm.itim.apps.workflow | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Workflow Process and Activity management. |
Uses of WorkflowSearchResultsMO in com.ibm.itim.apps.workflow |
---|
Methods in com.ibm.itim.apps.workflow that return WorkflowSearchResultsMO | |
---|---|
WorkflowSearchResultsMO |
WorkflowSearchMO.execute()
Executes the search using the configured parameters. |
Methods in com.ibm.itim.apps.workflow with parameters of type WorkflowSearchResultsMO | |
---|---|
void |
WorkflowSearchMO.execute(WorkflowSearchResultsMO results)
Executes the search using the configured parameters. |
void |
WorkflowProcessMO.execute(WorkflowSearchResultsMO results,
java.util.Locale locale)
Executes the search using the configured parameters. |
void |
HumanResourceMO.execute(WorkflowSearchResultsMO results,
java.util.Locale locale)
Deprecated. As of ITIM 4.6 HumanResourceMO.getAssignments(WorkflowSearchResultsMO, Locale) . |
void |
WorkflowProcessMO.findAllFailedActivities(WorkflowSearchResultsMO results,
java.util.Locale locale,
java.lang.String sortBy,
int sortOrder)
Executes the search for failed subprocesses and activities using the configured parameters. |
void |
WorkflowProcessMO.findAllFailedActivities(WorkflowSearchResultsMO results,
java.util.Locale locale,
java.lang.String sortBy,
int sortOrder,
boolean usePager)
Executes the search for failed subprocesses and activities using the configured parameters. |
void |
WorkflowResourceMO.getAssignmentGroups(WorkflowSearchResultsMO results,
java.util.Locale locale)
Retrieves groups of assignments for the participant involved. |
void |
HumanResourceMO.getAssignmentGroups(WorkflowSearchResultsMO results,
java.util.Locale locale)
Retrieves groups of assignments for the participant involved. |
void |
WorkflowResourceMO.getAssignments(WorkflowSearchResultsMO results,
java.util.Locale locale)
Retrieves the assignments for the participant involved. |
void |
HumanResourceMO.getAssignments(WorkflowSearchResultsMO results,
java.util.Locale locale)
Retrieves the assignments for the participant involved. |
void |
WorkflowResourceMO.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. |
void |
HumanResourceMO.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. |
void |
HumanResourceMO.getAssignmentsByDueDate(WorkflowSearchResultsMO results,
int searchLimit)
Retrieves the assignments for the participant involved. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |