CHECKIN_NEW_FOLIO CREATE_FOLIO_SNAPSHOT LOCK_FOLIO

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

10.1.3 CHECKIN_NEW_FOLIO

Service that creates and checks in a new folio with a root node. Location: IdcHomeDircomponentsContentContentFoliosresourcescpd_ service.htm Optional Service Parameters ■ This service can use standard metadata parameters, such as dDocName, dDocTitle, and so forth. Any other metadata required by parameters used in this service must also be specified. ■ If auto-generation of content ID is set on the server and you do not specify the dDocName parameter, then a new content ID is automatically generated. ■ The dID of the new folio is listed in the LocalData section of the service response. Example http:myserverxpedioicdplg?IdcServer=CHECKIN_NEW_FOLIO dDocName=myFolioTestdDocTitle=MyFolioAPITest2dDocType=TestData dDocAuthor=authornamedSecurityGropu=PublicIsJava=1

10.1.4 CREATE_FOLIO_SNAPSHOT

Service that takes a version of a folio and creates a locked version and a new version. Location: IdcHomeDircomponentsContentContentFoliosresourcescpd_ service.htm Additional Required Service Parameters ■ dID: The content ID of the folio. ■ RevisionSelectionMethod: Tells the Oracle Content Server whether to use retrieved information based on the latest revision, which could be in an unreleased state, or the latest released version. The value can be: Specific, Latest which could be unreleased, or Latest Released. Example http:myserveridcidcplg?IdcService=CREATE_FOLIO_SNAPSHOTdID=68095 RevisionSelectionMethod=Specific

10.1.5 LOCK_FOLIO

Service that locks a folio so that it can not be edited, only viewed. No further modifications are allowed on this content item. Location: IdcHomeDircomponentsContentContentFoliosresourcescpd_ service.htm Additional Required Service Parameters ■ dID: The content ID of the folio. ■ RevisionSelectionMethod: Tells the Oracle Content Server instance whether to use retrieve information based on the latest revision, which could be in an unreleased Folios Services 10-7 state, or the latest released version. The value can be: Specific, Latest which could be unreleased, or Latest Released. Example http:myserveridcidcplg?IdcService=LOCK_FOLIOdID=68095RevisionSelectionMethod=Specific

10.1.6 UNLOCK_FOLIO