GET_WORKFLOWDOCUMENTS GET_WORKFLOWS_FOR_ALL LOAD_WORKFLOW_QUEUE NOTIFY_CONTRIBUTOR PROBLEMREPORT_INFO

Workflow Services 5-5

5.2.6 GET_PROBLEMREPORTS_SEARCH_RESULTS

Service that returns a list of problem reports that match search criteria as specified on the Problem Reports search page. The search criteria can be any of the columns as specified in the Problem Reports table. Search criteria that are used can take any of the columns specified in the Problem Reports table. The service is passed in namevalue pairs, which are then turned into a database querys WHERE clause. The Problem Reports data source as specified in the resource.htm file is used with the WHERE clause generated by the namevalue pair to construct the query. The results of this query are then passed back for presentation. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Optional Service Parameters ■ dPrSeverity: The problem report severity level such as Critical, Moderate, Minor. This option has no bearing on how a problem report is handled within the workflow process. ■ dPrAuthor: The problem report author. ■ dPrCaption: The caption for the problem report. ■ dPrState: The problem report state such as Open, Closed, Fixed. ■ dDocTitle: The content item title. ■ dDocName: The Content ID for the content item.

5.2.7 GET_UPDATE_PROBLEMREPORT_FORM

Service that returns the update form for a problem report. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dPrID: The problem report ID. Example IdcService=GET_UPDATE_PROBLEMREPORT_FORM dPrID=1

5.2.8 GET_WORKFLOWDOCUMENTS

Service that returns a list of content item revisions that are in a specific workflow. The service provides a list of all content items in workflows and is updated by the system server to keep track of the status of content items state and step that are in workflows. The most likely error is a workflow name that does not exist. Service class: Service general service Location: IdcHomeDirresourcescoretemplatesworkflow.htm 5-6 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters ■ IdcService: Must be set to GET_WORKFLOWDOCUMENTS. ■ dWfName: The workflow name. Example IdcService=GET_WORKFLOWDOCUMENTS dWfName=mktg_review

5.2.9 GET_WORKFLOWS_FOR_ALL

Service used by the Workflow applet to return information about all workflows and their steps. Service Class: Service general service Location: IdcHomeDirresourcescoretemplatesworkflow.htm

5.2.10 LOAD_WORKFLOW_QUEUE

Service that returns the personalization data for the user, which contains a list of content items in a workflow that require action. The data comes from the wf_in_ queue.hda file in the DomainHomeucmcsdatausersprofiles directories. This is intended to be a remote applicaiton service because it is a raw data service with no associated display template. Service Class: User Service Access Level: Read, Scriptable 33 Location: IdcHomeDirresourcescoretemplatesstd_services.htm Results ■ Results Sets: WorkflowInQueue Used By ■ Other: SoapCustom:Wsdl:Workflow:Services

5.2.11 NOTIFY_CONTRIBUTOR

Service that notifies a contributor on the problem report for the specified content item. The most likely error is a content item no longer in the system. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. Example IdcService=NOTIFY_CONTRIBUTOR dID=55

5.2.12 PROBLEMREPORT_INFO

Service that returns all information about a problem report. The information for a problem report is in the file system and in the database. This service takes the user Workflow Services 5-7 when used in context to the problem report information page. This allows the user to resend, delete, or update the problem report from the user interface. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dPrID: The problem reports unique ID. Example IdcService=PROBLEMREPORT_INFO dPrID=1

5.2.13 RESEND_PROBLEMREPORT