Skip Headers
Oracle® Fusion Middleware Services Reference Guide for Oracle Universal Content Management
11g Release 1 (11.1.1)

Part Number E11011-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

5.15 Collaboration Services (Core Content Server)

The following Collaboration Services ship with the core Content Server:

5.15.1 ADD_COLLABORATION

Service called from ADD_COLLABORATION_FORM. This service calls ADD_COLLABORATION_SUB to add a collaboration project.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dClbraName: The project name.

  • dClbraType: The type of collaboration project.

5.15.2 ADD_COLLABORATION_FORM

Service used to present a form to a user to add a Collaboration. After submitting this form, the ADD_COLLABORATION service is called.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.15.3 DELETE_COLLABORATION

Service used to delete a collaboration project.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dClbraName: The project name.

5.15.4 EDIT_CLBRA_ACCESS_LIST

Service used to edit the members in a collaboration project.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dClbraName: The project name.

  • dClbraType: The type of collaboration project.

5.15.5 EDIT_CLBRA_ACCESS_LIST_FORM

Service that presents the form used to edit members in a collaboration project.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dClbraName: The project name.

5.15.6 EDIT_COLLABORATION

Service that calls EDIT_COLLABORATION_SUB to update existing project information.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dClbraName: The project name.

  • dClbraType: The type of collaboration project.

5.15.7 EDIT_COLLABORATION_FORM

Service that presents the form used to edit a collaboration project.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dClbraName: The project name.

5.15.8 GET_CLBRA_DOCUMENTS

Service used to retrieve content in a collaboration project.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dClbraName: The project name.

5.15.9 GET_CLBRA_INFO

Service used to retrieve information about a specific collaboration project.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dClbraName: The project name.

5.15.10 GET_COLLABORATION_LIST

Service that returns a list of all collaboration projects.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.15.11 GET_USER_CLBRA_LIST

Service that returns a list of users in all collaboration projects.

Location: IdcHomeDir/resources/core/templates/std_services.htm