SUBSCRIBE_FORM SUBSCRIPTION_LIST

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

4.3.63 SUBSCRIBE_FORM

Service that retrieves the subscription form used for content item subscriptions. This service is identical to the UNSUBSCRIBE_FORM service except the template it returns. Access Level: Read 1 Queries Executed: QdocInfo, QSubscribed Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The generated content item revision ID. ■ unsubscribeService: For response pages such as the default template for this service that provide a link that allows the user to unsubscribe, a value must be passed as a parameter. If omitted an error does not appear but the unsubscribe link on the response page produces an error if clicked the standard value should be UNSUBSCRIBE. ■ subscribeService: Same as unubscribeService parameter except a link to subscribe is provided if the user is not already subscribed to the subscription the standard value should be SUBSCRIBE. Results ■ Result Sets: – DOC_INFO All fields from Revisions and DocMeta for the revision specified by dID – SUBSCRIPTION_LIST All fields from the Subscription table plus the additional fields scpFields, scpDescription, scpEnabled, and notSubscribed for all defined subscriptions ■ Local Data: – dID – dSubscriptionAlias – dSubscriptionID – dSubscriptionType – dUser ■ Response Template: SUBSCRIBE_FORM subscribe_form.htm Used By ■ Resource Includes: – docinfo_subscription_form – doc_subscription_unsubscription

4.3.64 SUBSCRIPTION_LIST

Service that returns a list of all subscribed content items for a specific user. No alias-based subscriptions are returned by this service, even if the user belongs to an alias that has subscriptions. Core Oracle Content Server Services 4-67 Access Level: Read, Global, Scriptable 49 Queries Executed: QdocNameSubscription, QnotDocNameSubscriptions Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dUser: The user name of the currently logged-in user. Results ■ Result Sets: SUBSCRIPTION_LIST Each row contains all fields from the Subscription table corresponding to each of the current users subscriptions. Additionally, for BASIC subscriptions, each row contains all fields from the Revisions table metadata for the latest revision of the item subscribed to. ■ Local Data: dUser ■ Response Template: SUBSCRIPTION_LIST subscription_list.htm Used By ■ Resource Includes: pne_nav_userprofile_links ■ Templates: – DOC_SUB_LIST doc_sub_list.htm – USER_INFO user_info.htm ■ Standard Navigation: commonNav.js ■ Other: – SoapCustom:Wsdl:Subscription:Services – SoapCustom:Wsdl:Subscription:Service:SubscriptionList:ResponseParams – Redirect service for: UNSUBSCRIBE_FROM_LIST Example IdcService=SUBSCRIPTION_LIST dUser=sysadmin

4.3.65 UNDO_CHECKOUT