GET_DOCUMENT_PROBLEMREPORTS GET_PROBLEMREPORTS_SEARCH_FORM GET_PROBLEMREPORTS_SEARCH_RESULTS GET_UPDATE_PROBLEMREPORT_FORM

5-4 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

5.2.3 GET_CRITERIA_WORKFLOWS_FOR_GROUP

Service that returns a list of Criteria workflows and workflow steps for a specific security group. Returns the WorkflowsForGroup and WorkflowStepsForGroup result sets: ■ WorkflowsForGroup lists all of the workflows for this group dWfID, dWfName. ■ WorkflowStepsForGroup lists all of the steps in all of the workflows for this group dWfID, dWfName, dWfStepID, dWfStepName. ■ The most likely error is a security group that does not exist or a user failing the security check. Service class: Service general service. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dSecurityGroup: The security group such as Public or Secure. Example ■ IdcCommand command file format: Retrieves criteria workflow information IdcService=GET_CRITERIA_WORKFLOWS_FOR_GROUP dSecurityGroup=Public ■ HDA format: Properties LocalData IdcService=GET_CRITERIA_WORKFLOWS_FOR_GROUP dSecurityGroup=Public end

5.2.4 GET_DOCUMENT_PROBLEMREPORTS

Service that returns all problem reports for a specific content item.. Service class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dDocName: The Content ID for the content item. Example IdcService=GET_DOCUMENT_PROBLEMREPORTS dDocName=security_000015

5.2.5 GET_PROBLEMREPORTS_SEARCH_FORM

Service that returns the problem report search form. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm 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