ADD_PROBLEMREPORT DELETE_PROBLEMREPORT GET_CRITERIA_WORKFLOWS_FOR_GROUP

Workflow Services 5-3 ■ WORKFLOW_EDIT_REV ■ WORKFLOW_NEW_REV ■ WORKFLOW_REJECT_FORM

5.2.1 ADD_PROBLEMREPORT

Service that adds a problem report to a content item. The most likely errors are mismatched parameters, when the system is unable to add a problem report to the content item, or when the content item no longer exists in the system. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dDocName: The content item identifier Content ID. ■ dID: The generated content item revision ID. ■ dPrCaption: The caption for the problem report. ■ dPrSeverity: The problem report severity level such as Critical, Moderate, or Minor. This option has no effect on how a problem report is handled within the workflow process. ■ dPrState: The problem report state such as Open, Closed, or Fixed. Example IdcService=ADD_PROBLEMREPORT dPrCaption=Problem report for this content. dDocName=PublicDoc1_ia3c488971 dID=67 dPrState=OPEN dPrSeverity=MINOR

5.2.2 DELETE_PROBLEMREPORT

Service that deletes an existing problem report. The most likely errors are mismatched parameters or when the content item no longer exists in the system. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dPrID: The problem report ID. Example IdcService=DELETE_PROBLEMREPORT dPrID=1 Note: Do not confuse the Content ID dDocName with the internal content item revision identifier dID. The dID is a generated reference to a specific rendition of a content item. 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