DELETE_BYCLASS DELETE_BYNAME DELETE_BYREV DELETE_BYREV_REVISION DELETE_CHECKIN_CACHE DELETE_DOC DELETE_REV

Core Oracle Content Server Services 4-43 Additional Required Service Parameters ■ dDocName: The Content ID for the content item.

4.3.23 CONTINUE_SUBMIT_HTML_FORM

Service that completes a checkin that was started with the CACHE_SUBMIT_HTML_ FORM service. After a preview has been performed and the check-in data is cached the user can decide to finish or continue the checkin using this service. The cached data must be provided to this service to perform a successful checkin. Filters are provided to customize the cache and check-in behavior. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The Content ID for the content item.

4.3.24 CREATE_SUBSCRIPTION_TYPE

Service that creates a new subscription type. The most likely error is when the subscription type name is not unique. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ scpType: The subscription type. ■ scpDescription: The subscription description. ■ scpEnabled: 1 true: Subscription notifications are enabled. 0 false: Subscription notifications are disabled. ■ scpFields: The metadata fields that define the subscription criteria. For example, dDocAuthor , dDocType. Example IdcService=CREATE_SUBSCRIPTION_TYPE scpType=subscription_test scpFields=dDocType scpDescription=testing the subscription scpEnabled=1

4.3.25 DELETE_BYCLASS

Subservice used to delete content items based on specific parameters. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.26 DELETE_BYNAME

Subservice used to delete content items based on specific parameters. Location: IdcHomeDirresourcescoretemplatesstd_services.htm 4-44 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.3.27 DELETE_BYREV

Subservice used to delete content items based on specific parameters. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.28 DELETE_BYREV_REVISION

Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.29 DELETE_CHECKIN_CACHE

Subservice used to delete content items based on specific parameters. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.30 DELETE_DOC

Service that deletes the entire content item and all revisions. The user must have permission to delete the content item. The most likely error is when the content item no longer exists in the system. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item ID. ■ dDocName: The documentID for the document; the actual content ID. Example IdcService=DELETE_DOC dID=48 dDocName=test1000

4.3.31 DELETE_REV

Service that deletes an existing content item revision from a browser. The most likely errors are mismatched parameters, when the content item no longer exists in the system, or when the content item is part of a workflow. Access Level: Read, Write 3 Calls Subservice: DELETE_BYREV_REVISION Queries Executed: QdocInfo Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. Results ■ Result Sets: DOC_INFO All fields from Revisions and DocMeta for the specified revision. Core Oracle Content Server Services 4-45 ■ Local Data: – Oracle Content Server: currentReleaseState dAction returns Delete Revision dReleaseState isAllRevisionsDeleted returns true when the last revision of an item is deleted isCurRevEmpty newReleaseState prevID – If the item being deleted is currently in a workflow, the operation fails and the following workflow info is returned: dWfCurrentStepID dWfDocState dWfID dWfName dWfStatus dWfStepDescription dWfStepID dWfStepIsAll dWfStepName dWfStepType dWfStepWeight dWfType dWorkflowState IsWorkflow wfStepCheckinType ■ Response Templates: – REDIRECT_TEMPLATE redirect_template.htm – Default redirect service: DOC_INFO Used By ■ Resource Includes: – delete_rev_form – delete_revision_form Example IdcService=DELETE_REV dID=51 4-46 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

4.3.32 DELETE_REV_EX