About Core Oracle Content Server Services

4 Core Oracle Content Server Services 4-1 4 Core Oracle Content Server Services This chapter describes the core services available for the Oracle Content Server system. The services in this chapter are divided according to Service Class. This chapter covers the following topics: ■ Section 4.1, About Core Oracle Content Server Services ■ Section 4.2, General Services Core Oracle Content Server ■ Section 4.3, Doc Services Core Oracle Content Server ■ Section 4.4, Doc Profile Services Core Oracle Content Server ■ Section 4.5, File Services Core Oracle Content Server ■ Section 4.6, Indexer Services Core Oracle Content Server ■ Section 4.7, Internal Services Core Oracle Content Server ■ Section 4.8, Meta Services Core Oracle Content Server ■ Section 4.9, Miscellaneous Services Core Oracle Content Server ■ Section 4.10, Page HandlerPage Request Services Core Oracle Content Server ■ Section 4.11, Provider Manager Services Core Oracle Content Server ■ Section 4.12, Schema Services Core Oracle Content Server ■ Section 4.13, Search Services Core Oracle Content Server ■ Section 4.14, User Services Core Oracle Content Server ■ Section 4.15, Collaboration Services Core Oracle Content Server

4.1 About Core Oracle Content Server Services

A typical service entry is similar to the following: REMOVE_METAFILE_SUB DocService 0 null SubService null csDocumentNotDeleteddDocName 3:deleteRevFiles::0:csUpdateFileDeleteFaileddDocName 2:Ddocument::0:null Note: The most commonly used services have more extensive descriptions. 4-2 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management In this example: ■ The first line indicates the service name: REMOVE_METAFILE_SUB ■ The second line lists the services attributes: – Service class: DocService – Access level: 0 – Template: null none used – Service type: SubService – Subjects Notified: null – Error message: Document Not Deleted ■ The remainder of the entry lists the services actions, each line designating one action: – action type: for example, 3, indicating a Java method. – action name: for example, deleteRevFiles – action parameters: if no parameters are specified, double-colons :: are included. – action control mask: for example, 0, indicating no control mask. The double-colon indicator :: can also be included. – action error message, or null if no message is available. Each element of the services action is separated by a colon :. For details about service attributes and actions, see Section 3, Customizing Services.

4.2 General Services Core Oracle Content Server