Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10660-11

oracle.bpel.services.workflow.report
Interface ITaskReportService


public interface ITaskReportService

There are 4 out-of-the-box reports that are part of the installation. These reports are:

Report Name Description
UNATTENDED_TASKS_REPORT Provides an analysis of tasks assigned to users' groups or reportees' groups that need attention because they have not yet been acquired
PRIORITY_REPORT Provides an analysis of number of tasks by priorities assigned to a user, reportees, or their groups
CYCLE_TIME_REPORT Provides an analysis of time taken to complete tasks from assignment to completion based on users' groups or reportees' groups
PRODUCTIVITY_REPORT Provides an analysis of tasks assigned and tasks completed in a given time period for a user, reportees, or their groups

Please refer to the Developers guide to get list of parameters to each of these reports. The parameter names for these reports are listed below.
parameter namevalues
TASK_ASSIGNEEUSERSMy+Group, My, or Reportees
PRIORITYAny, 1, 2, 3, 4, or 5
TASK_CREATED_DATE_FROM and TASK_CREATED_DATE_TOdate range
TASK_END_DATE_FROM and TASK_END_DATE_TO date range
TASK_EXPIRATION_DATE_FROM and TASK_EXPIRATION_DATE_TO date range
TASK_STATE Any, ASSIGNED, EXPIRED, INFO_REQUESTED
TASK_UPDATEDBYMy and Reportees

Also, please refer to the schema definition fragment below for the report input type.
"


Method Summary
 ReportOutput executeReport(IWorkflowContext ctx, ReportInputType input)
          executeReport is used for executing a report with the supplied parameters.
 

Method Detail

executeReport

ReportOutput executeReport(IWorkflowContext ctx,
                           ReportInputType input)
                           throws WorkflowException
executeReport is used for executing a report with the supplied parameters.

Parameters:
ctx - the workflow context (can contain valid token or credentials)
Returns:
ReportOutput (results of the report execution)
Throws:
WorkflowException - if any runtime error occurs while executing the report

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10660-11

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.