CREATE_FOLDER CREATE_FOLDER_FORM DELETE_ALL_BUT_LAST_N_REVISIONS_ SERVICE DELETE_FOLDER DELETE_REVISION_SERVICE EDIT_FOLDER EDIT_FOLDER_FORM

8-6 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

8.2.15 CLEAR_RECORD_OBSOLETE_DATE

This service is used to clear the date at which an item becomes obsolete. Additional Required Service Parameters ■ dID: The unique identifier of the item to be processed.

8.2.16 CLOSE_FOLDER

This service is used to close an existing record folder in the retention schedule. No further content items can be checked into the closed record folder or its subfolders unless the user has the Folder.OpenClose right or is the author of the closed folder. Additional Required Service Parameters ■ dFolderID: The unique identifier of the record folder to be processed.

8.2.17 CREATE_FOLDER

This service is used to create a new record folder in the retention schedule. This service is usually called from the CREATE_FOLDER_FORM page. Additional Required Service Parameters ■ dFolderID: A unique identifier of the new record folder. ■ dFolderName: A name for the new record folder. ■ dSecurityGroup: The security group to be associated with the new record folder. ■ dDocAuthor: The person creating the new record folder. ■ dCategoryID: The unique identifier of the retention category to be associated with the record folder.

8.2.18 CREATE_FOLDER_FORM

This service is used to call CREATE_FOLDER to create a new record folder in the retention schedule.

8.2.19 DELETE_ALL_BUT_LAST_N_REVISIONS_ SERVICE

This service is used to process a Delete All But Last N Revisions disposition action. The administrator sets n, which is a variable. Additional Required Service Parameters ■ dDispositionID: The unique identifier of the disposition action to be processed.

8.2.20 DELETE_FOLDER

This service is used to delete an existing record folder from the retention schedule. Additional Required Service Parameters ■ dFolderID: The unique identifier of the record folder to be processed. Oracle Universal Records Management Services 8-7

8.2.21 DELETE_REVISION_SERVICE

This service is used to delete the latest revision of a content item. Additional Required Service Parameters ■ dDispositionID: The unique identifier of the disposition action to be processed.

8.2.22 EDIT_FOLDER

This service is called by EDIT_FOLDER_FORM to update the modified properties of an existing record folder in the retention schedule. Additional Required Service Parameters ■ dFolderID: The unique identifier of the record folder to be edited. ■ dFolderName: The name of the record folder to be edited. ■ dSecurityGroup: The security group associated with the record folder. ■ dDocAuthor: The owner of the record folder.

8.2.23 EDIT_FOLDER_FORM

This service is used to call EDIT_FOLDER to edit a folder in the retention schedule. Additional Required Service Parameters ■ dFolderID: The unique identifier of the record folder to be edited.

8.2.24 FREEZE_FOLDER