Rename

The RenameConnector aims to enhance the use of the rename action on the Sites Explorer. The system allows setting two values: name and title. The title is a logical name that is used to display in the Sites Explorer. The name is the technical name of the file at JCR level. It is notably exposed via the WEBDAV layer.

Resource Description
GET /contents/rename/getObjectId/ Gets objectid of the renamed node. Basically, objectid is a pattern which is useful to find HTML tags of a specific node. objectid actually is the node path encoded by URLEncoder.
GET /contents/rename/rename/ Calls RenameConnector REST service to execute the "rename" process.