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