Package org.alfresco.rest.v0
Class RecordFoldersAPI
- java.lang.Object
-
- org.alfresco.rest.core.v0.BaseAPI
-
- org.alfresco.rest.v0.RecordFoldersAPI
-
@Component public class RecordFoldersAPI extends BaseAPI
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 Constructor Description RecordFoldersAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.HttpResponsecloseRecordFolder(String user, String password, String recordFolder)Close the record folder-
Methods 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
-
-
-
-
Method Detail
-
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).
-
-