Action 4 Definition and Description Action 5 Definition and Description Action 6 Definition and Description Action 7 Definition and Description

Customizing Services 3-15 ■ checkSecurity : This action retrieves the data assigned to the DOC_INFO ResultSet and evaluates the assigned security level to verify that the user is authorized to perform this action. ■ DOC_INFO : ResultSet that contains the security information to be evaluated by the checkSecurity action. ■ : No control mask is specified. ■ csUnableToGetRevInfo2dDocName : If this action fails on an English Oracle Content Server system, it returns the error message string: Unable to retrieve information for {dDocName}.

3.2.3.4 Action 4 Definition and Description

Action 4 takes the following form: ■ Action 4 : 3:getDocFormats:QdocFormats:0:null ■ 3 : Java method action specifying a module that is a part of the Java class implementing the service. ■ getDocFormats : This action retrieves the file formats for the content item using the QdocFormats query in the query.htm file. A comma-delimited list of the file formats is stored in the local data as dDocFormats. ■ QdocFormats : Specifies the query used to retrieve the file formats. ■ : No control mask is specified. ■ null : No error message is specified.

3.2.3.5 Action 5 Definition and Description

Action 5 takes the following form: ■ Action 5 : 3:getURLAbsolute::0:null ■ 3 : Java method action specifying a module that is a part of the Java class implementing the service. ■ getURLAbsolute : This action resolves the URL of the content item and stores it in the local data as DocUrl. ■ blank : This action takes no parameters. ■ : No control mask is specified. ■ null : No error message is specified.

3.2.3.6 Action 6 Definition and Description

Action 6 takes the following form: ■ Action 6 : 3:getUserMailAddress:dDocAuthor,AuthorAddress: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 content item author. ■ dDocAuthor,AuthorAddress : This action passes dDocAuthor and AuthorAddress as parameters. 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