Action 8 Definition and Description Action 9 Definition and Description Action 10 Definition and Description

3-16 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management ■ : No control mask is specified. ■ null : No error message is specified.

3.2.3.7 Action 7 Definition and Description

Action 7 takes the following form: ■ Action 7 : 3:getUserMailAddress:dCheckoutUser,CheckoutUserAddress:0:null ■ 3 : Java method action specifying a module that is a part of the Java class implementing the service. ■ getUserMailAddress : This action resolves the e-mail address of the user who has the content item checked out. ■ dCheckoutUser,CheckoutUserAddress : This action passes dCheckoutUser and CheckoutUserAddress as parameters. ■ : No control mask is specified. ■ null : No error message is specified.

3.2.3.8 Action 8 Definition and Description

Action 8 takes the following form: ■ Action 8 : 3:getWorkflowInfo:WF_INFO:0:null ■ 3 : Java method action specifying a module that is a part of the Java class implementing the service. ■ getWorkflowInfo : This action evaluates whether the content item is part of a workflow. If the WF_INFO ResultSet exists, workflow information is merged into the DOC_INFO template. ■ WF_INFO : This action passes WF_INFO as a parameter. ■ : No control mask is specified. ■ null : No error message is specified.

3.2.3.9 Action 9 Definition and Description

Action 9 takes the following form: ■ Action 9 : 3:getDocSubscriptionInfo:QisSubscribed:0:null ■ 3 : Java method action specifying a module that is a part of the Java class implementing the service. ■ getDocSubscriptionInfo : This action evaluates if the current user has subscribed to the content item: – If the user is subscribed, an Unsubscribe button is displayed. – If the user is not subscribed, a Subscribe button is displayed. ■ QisSubscribed : Specifies the query used to retrieve the subscription information. ■ : No control mask is specified. ■ null : No error message is specified. Customizing Services 3-17

3.2.3.10 Action 10 Definition and Description

Action 10 takes the following form: ■ Action 10 : 5:QrevHistory:REVISION_HISTORY:0:csUnableToGetRevHistorydDocName ■ 5 : Select cache query action that retrieves information from the database using a query. ■ QrevHistory : This action retrieves revision history information using the QrevHistory query in the query.htm file. ■ REVISION_HISTORY : The result the query is assigned to a ResultSet called REVISION_HISTORY. The DOC_INFO template loops on this ResultSet to present information about each revision. ■ : No control mask is specified. ■ csUnableToGetRevHistorydDocName : If this action fails on an English Oracle Content Server system, it returns the error message string: Ubpnable to retrieve revision history for {dDocName}.

3.2.4 DOC_INFO Template