DOC_INFO_SIMPLE_BYREV DOC_SUBS_LIST

4-52 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Results ■ Result Sets: DOC_INFO All fields from Revisions and DocMeta for the latest released revision. ■ Local Data: – AuthorAddress – dDocName – dID – dUser Example IdcService=DOC_INFO_LATESTRELEASE dDocName=PublicDoc1_ia3c488971

4.3.38 DOC_INFO_SIMPLE

Service that returns information about a specific content item without workflow or subscription information. It returns revision information as a simple listing of rows from the Revisions table rather than a specific selection of fields from the Documents and Revisions table. These differences make this service a less expensive operation than the standard DOC_INFO service. Because it does not have a template it returns only raw data. Access Level: Read, Scriptable 33 Queries Executed: QdocInfo, QdocName Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dID: The Content ID for the content item. Results ■ Result Sets: – DOC_INFO all fields from Revisions and DocMeta for specific revision – DocRevisions all fields from Revisions for all non-deleted revisions ■ Local Data: – AuthorAddress – dID – dUser

4.3.39 DOC_INFO_SIMPLE_BYREV

Service that returns information about a content item based on a revision number. This service differs from others by requiring a combination of Content ID dDocName and revision number dRevLabel as required parameters. All other revision-specific doc_ info services require dID. This service returns the DOC_INFO result set. DOC_INFO_SIMPLE also returns revision information. Access Level: Read, Scriptable 33 Core Oracle Content Server Services 4-53 Queries Executed: QdocRev, QdocInfo Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ dDocName: The document name for the content item. ■ dRevLabel: The revision number for the content item. Results ■ Result Sets: – DOC_INFO all fields from Revisions and DocMeta for specific revision ■ Local Data: – dUser – dRevLabel – dID – AuthorAddress – dDocName

4.3.40 DOC_SUBS_LIST

Service that returns a list of content items in a specific subscription. For criteria-based subscriptions, this returns items matching the criteria. For basic subscriptions, it returns the item with a name that matches the subscription ID. Access Level: Read, Global, Scriptable 49 Queries Executed: QuserSubscription Location: IdcHomeDirresourcescoretemplatesstd_services.htm Additional Required Service Parameters ■ 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 value for a Public content item authored by user1 would be Public,user1. ■ dSubscriptionType: The subscription type, either Basic or a custom name. Must be set to Basic for a basic subscription. Optional Service Parameters ■ dSubscriptionAlias: Use to pass an alias or user name. If set to alias, a valid alias name must be used. If set to user a valid user name is necessary. If an invalid alias or user name is used, an error occurs. If left blank, the value defaults to user and is set to the current user dUser. ■ dSubscriptionAliasType: Determines what the service expects as a value for dSubscriptionAlias. Valid values are alias or user. ■ 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 4-54 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management 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. ■ MaxQueryRow: Truncates the number of rows returned for the DOCUMENT_ LIST result set. Results ■ Result Sets: – DOCUMENT_LIST: All fields from Revisions and DocMeta for items matching the subscription criteria. This data is returned regardless of whether the user is subscribed to the specified subscription. – USER_SUBSCRIPTION: All fields from Subscriptions for the row that assigns the specified subscription to the useralias. If the useralias is not subscribed to the specified subscription, the result set is empty. ■ Local Data: – dataSource – dSubscriptionAlias – dSubscriptionAliasType – dSubscriptionID – dSubscriptionType – dUser – MaxQueryRows – resultName – scpDescription – scpEnabled – whereClause ■ Response Template: DOC_SUB_LIST doc_sub_list.htm Used By ■ Applets: Repository Manager ■ Resource Includes: – criteria_subscription_info_image – legacy_criteria_subscriptions_table – setup_subscription_action_popups – subscription_action_popup ■ Templates: – SUBSCRIBE_FORM subscribe_form.htm – UNSUBSCRIBE_FORM unsubscribe_form.htm Core Oracle Content Server Services 4-55 Example IdcService=DOC_SUBS_LIST dSubscriptionType=my_subscription dSubscriptionID=ADENG

4.3.41 EDIT_DOC_FORMATS