DELETE_WORKFLOW_SCRIPT DELETE_WORKFLOW_TOKEN DELETE_WORKFLOWCRITERIA DELETE_WORKFLOWDOCUMENTS

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

5.4.12 DELETE_WFCONTRIBUTORS

Service used to delete the users and aliases from the first step the contribution step of a Basic workflow. The most likely errors are mismatched parameters or when the specified workflow or alias does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ aliases: The aliases and users to be deleted from the Basic workflow. If multiple aliases are to be deleted, use a tab-separated list. ■ dWfName: The workflow name. ■ dWfStepID: The workflow contribution step ID. This auto-generated value can be retrieved from the database table. Example IdcService=DELETE_WFCONTRIBUTORS dWfName=mktg_review dWfStepID=26 aliases=user20

5.4.13 DELETE_WORKFLOW

Service that deletes an existing Basic workflow. The most likely error is when the specified workflow does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dWfName: The workflow name. Example IdcService=DELETE_WORKFLOW dWfName=mktg_review

5.4.14 DELETE_WORKFLOW_SCRIPT

Service that deletes a workflow script. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ wfScriptName: Name of the script template to be used. ■ wfScriptDescription: Description used for the script.

5.4.15 DELETE_WORKFLOW_TOKEN

Service that deletes a workflow token. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ wfTokenName: Name of the token to be deleted. Workflow Services 5-21

5.4.16 DELETE_WORKFLOWCRITERIA

Service that deletes an existing Criteria workflow. If the workflow is active the user is prompted that this action will cause all content items in this workflow to exit the workflow. The most likely error is when the specified workflow does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dWfName: The workflow name. Example IdcService=DELETE_WORKFLOWCRITERIA dWfName=mktg_review

5.4.17 DELETE_WORKFLOWDOCUMENTS

Service that deletes content items from a Basic workflow. This service is executed by the Workflow Admin applet. The most likely error is when the specified workflow does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dWfName: The Basic workflow name. ■ docNames: The content item names of the documents to be deleted. If multiple items are to be deleted, use a tab-separated list. Example The following is an example DELETE_WORKFLOWDOCUMENTS service call: Properties LocalData IdcService=DELETE_WORKFLOWDOCUMENTS dWfName=w3 docNames=rr dDocName=rr end The following is an example of the results that would be returned: Content-type: textplain Content-Length: 931 ?hda version=6.3 dev build-date jcharset=Cp1252 encoding=iso-8859-1? Properties LocalData dUser=sysadmin blFieldTypes=xThreadParentDocName bigtext,xCollectionID int,xMailType text,xZoomLevel int,dCompletionDate date,xTargetCompression int,xTemplateType text,xEmailFrom bigtext,xEmailCC memo,dMessage message2,xHidden text, xClbraAliasList memo,xWebsiteID int,StatusMessage message,xComments memo, Note: It is recommended that you include both the docNames parameter and the dDocName parameter, as both parameters are used in the execution of this service. 5-22 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management xEmailDate date,xWebsiteObjectType text,xCollectionInhibitUpdateMeta text, xClbraUserList memo,xFileFormat bigtext,dReleaseDate date,xMessageID text,dInDate date,xDiscussionType text,dCreateDate date,dOutDate date,xDiscussionCount int,xReadOnly text docNames=rr refreshSubMonikers= blDateFormat=Md{yyyy} {h:mm{:ss}{.SSSS} {aa}}tAmericaChicago dWfName=w3 refreshSubjects= changedSubjects=workflows,1061386026294 dDocName=rr refreshMonikers= changedMonikers= dWfDocState=INIT IdcService=DELETE_WORKFLOWDOCUMENTS IsJava=1 end

5.4.18 DELETE_WORKFLOWSTEP