Uses of Class
org.alfresco.rm.rest.api.model.UnfiledRecordFolderChild
-
Packages that use UnfiledRecordFolderChild Package Description org.alfresco.rm.rest.api.impl org.alfresco.rm.rest.api.unfiledrecordfolders Package info that defines the Information Governance Unfiled Record Folders REST API -
-
Uses of UnfiledRecordFolderChild in org.alfresco.rm.rest.api.impl
Methods in org.alfresco.rm.rest.api.impl that return UnfiledRecordFolderChild Modifier and Type Method Description UnfiledRecordFolderChild
ApiNodesModelFactory. createUnfiledRecordFolderChild(org.alfresco.service.cmr.model.FileInfo info, org.alfresco.rest.framework.resource.parameters.Parameters parameters, Map<String,org.alfresco.rest.api.model.UserInfo> mapUserInfo, boolean isMinimalInfo)
Creates an object of type UnfiledRecordFolderChild -
Uses of UnfiledRecordFolderChild in org.alfresco.rm.rest.api.unfiledrecordfolders
Methods in org.alfresco.rm.rest.api.unfiledrecordfolders that return UnfiledRecordFolderChild Modifier and Type Method Description UnfiledRecordFolderChild
UnfiledRecordFolderChildrenRelation. create(String unfiledRecordFolderId, org.springframework.extensions.webscripts.servlet.FormData formData, org.alfresco.rest.framework.resource.parameters.Parameters parameters, org.alfresco.rest.framework.webscripts.WithResponse withResponse)
Methods in org.alfresco.rm.rest.api.unfiledrecordfolders that return types with arguments of type UnfiledRecordFolderChild Modifier and Type Method Description List<UnfiledRecordFolderChild>
UnfiledRecordFolderChildrenRelation. create(String unfiledRecordFolderId, List<UnfiledRecordFolderChild> nodeInfos, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
org.alfresco.rest.framework.resource.parameters.CollectionWithPagingInfo<UnfiledRecordFolderChild>
UnfiledRecordFolderChildrenRelation. readAll(String unfileRecordFolderId, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
Method parameters in org.alfresco.rm.rest.api.unfiledrecordfolders with type arguments of type UnfiledRecordFolderChild Modifier and Type Method Description List<UnfiledRecordFolderChild>
UnfiledRecordFolderChildrenRelation. create(String unfiledRecordFolderId, List<UnfiledRecordFolderChild> nodeInfos, org.alfresco.rest.framework.resource.parameters.Parameters parameters)
-