Package org.alfresco.rest.v0
Class RecordFoldersAPI
java.lang.Object
org.alfresco.rest.core.v0.BaseAPI
org.alfresco.rest.v0.RecordFoldersAPI
Methods to make API requests using v0 API on records folders
- Since:
- 2.5
- Author:
- Oana Nechiforescu
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.rest.core.v0.BaseAPI
BaseAPI.PermissionType, BaseAPI.RETENTION_SCHEDULE, BaseAPI.RM_ACTIONS, BaseAPI.RMProperty -
Field Summary
Fields inherited from class org.alfresco.rest.core.v0.BaseAPI
ACTIONS_API, contentService, NODE_PREFIX, NODE_REF_WORKSPACE_SPACES_STORE, RM_ACTIONS_API, RM_SITE_ID, SHARE_ACTION_API, UPDATE_METADATA_API -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.HttpResponsecloseRecordFolder(String user, String password, String recordFolder) Close the record folderMethods inherited from class org.alfresco.rest.core.v0.BaseAPI
addPropertyToRequest, deleteItem, doDeleteRequest, doGetRequest, doPostJsonRequest, doPostRequest, doPutJsonRequest, doPutRequest, doSlingshotPostJsonRequest, facetedRequest, getFilePlanPath, getItemNodeRef, getNodeRefSpacesStore, getObjectByPath, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValuesByUniquePropertyValue
-
Constructor Details
-
RecordFoldersAPI
public RecordFoldersAPI()
-
-
Method Details
-
closeRecordFolder
public org.apache.http.HttpResponse closeRecordFolder(String user, String password, String recordFolder) Close the record folder- Parameters:
user- the user closing the folderpassword- the user's passwordrecordFolder- the record folder name- Returns:
- The HTTP Response (or null if the response could not be understood).
-