UPDATE_DOCINFO_BYREV UPDATE_DOCINFO_METAFILE_BYREV UPDATE_DOCINFO_STATUS UPDATE_DOCINFO_SUB UPDATE_SUBSCRIPTION_NOTIFY UPDATE_SUBSCRIPTION_TYPE UPDATE_SUBSCRIPTION_USED

4-80 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Used By ■ Resource Includes: std_doc_page_definitions Example ■ IdcCommand command file format: IdcService=UPDATE_DOCINFO_BYFORM dID=66 dSecurityGroup=Secure dDocName=test_000048 dRevLabel=2 ■ HDA format with additional and optional parameters assigns a value to a metadata field: Properties LocalData IdcService=UPDATE_DOCINFO_BYFORM dID=66 dSecurityGroup=Secure dDocName=test_000048 dRevLabel=2 dDocAccount=mainaccount xComments=Preliminary end

4.3.74 UPDATE_DOCINFO_BYREV

Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.75 UPDATE_DOCINFO_METAFILE_BYREV

Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.76 UPDATE_DOCINFO_STATUS

Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.77 UPDATE_DOCINFO_SUB

Subservice that updates content item information. LocationI: dcHomeDirresourcescoretemplatesstd_services.htm

4.3.78 UPDATE_SUBSCRIPTION_NOTIFY

Currently unused in the core Oracle Content Server software. Service that updates the notification timestamp and redirects the user to the page specified in the RedirectUrl parameter. Location: IdcHomeDirresourcescoretemplatesstd_services.htm

4.3.79 UPDATE_SUBSCRIPTION_TYPE

Service that updates a Criteria subscription. The most likely error is when the specified subscription type does not exist. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Core Oracle Content Server Services 4-81 Additional Required Service Parameters ■ scpType: The subscription type. Optional Service Parameters ■ scpDescription: The subscription description. ■ scpEnabled: – 1 true: Subscription notifications are enabled. – 0 false: Subscription notifications are disabled. ■ scpFields: A comma-delimited list of the metadata fields that define the subscription criteria. For example: dDocAuthor,dDocType. Example ■ IdcCommand command file format: IdcService=UPDATE_SUBSCRIPTION_TYPE scpType=my_subscription ■ HDA file format changes the subscription for Author and disables the subscription: Properties LocalData IdcService=UPDATE_SUBSCRIPTION_TYPE scpType=my_subscription scpFields=dDocAuthor scpDescription=updating subscription scpEnabled=false end

4.3.80 UPDATE_SUBSCRIPTION_USED

Service that updates a users subscription records when they access a content item from a subscription notification. This service updates the date in the dSubscriptionUsedDate column of the Subscription database table. Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The Content ID for the content item. ■ dSubscriptionAlias: The user alias for the criteria subscription. ■ dSubscriptionAliasType: The alias subscription type. ■ dSubscriptionID: The subscription ID. – For a Basic subscription, this is the Content ID. – For a Criteria subscription, this is a comma-delimited list of the values of the criteria fields. For example, if the criteria fields are Author and Security Group, the dSubscriptionID parameter setting for a Public content item authored by user1 would be Public,user1. ■ dSubscriptionType: The subscription type. 4-82 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Example IdcService=UPDATE_SUBSCRIPTION_USED dSubscriptionType=test_subscription dSubscriptionID=sysadmin dDocName=test_000056 dSubscriptionAlias=global dSubscriptionAliasType=user

4.3.81 UPDATE_METADATA