UNSUBSCRIBE Doc Services Core Oracle Content Server

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

4.3.67 UNSUBSCRIBE

Service that cancels a content item subscription when only the Basic subscription is defined. This service is run by clicking the Unsubscribe button on a Content Information page. This service is different from the UNSUBSCRIBE_FROM_LIST service primarily in what data it returns. UNSUBSCRIBE redirects to the Content Info page by default, so it loads content info for the item specified by dID. UNSUBSCRIBE_FROM_LIST redirects to the subscription listing page by default, so it loads the data necessary to display the users subscriptions. Access Level: Read 1 Queries Executed: QdocInfo, Dsubscription Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. ■ 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. Optional Service Parameters ■ RedirectUrl: Used to display another page. If omitted, the user is redirected to the Oracle Content Server home page. ■ dSubscriptionAlias: The user or alias for the criteria subscription set to a valid user name or alias name, depending upon the value for dSubscriptionAliasType. ■ dSubscriptionAliasType: The alias for the subscription type. Valid values are user or alias. If the current user has Admin privileges, the dSubscriptionAlias parameter with dSubscriptionAliasType can be used to unsubscribe a different user or alias from a subscription. If these parameters are omitted, the service defaults to a dSubscriptionAliasType of user and uses the current user dUser for the value of dSubscriptionAlias. If these parameters are included but the current user doesnt have Admin privileges, they are disregarded. Results ■ Local Data: – dCheckoutUser – dDocAccount – dDocName – dID – dRevClassID Core Oracle Content Server Services 4-71 – dSecurityGroup – dUser ■ Response Template: – DOC_INFO – Default redirect service: DOC_INFO Used By ■ Resource Includes: – docinfo_subscription_form – doc_subscription_unsubscription ■ Other: SoapCustom:Wsdl:Subscription:Services Example IdcService=UNSUBSCRIBE dID=66 dSubscriptionType=test dSubscriptionID=test_000048

4.3.68 UNSUBSCRIBE_FORM