Uses of Class
org.alfresco.rm.rest.api.model.UnfiledContainerChild
-
Packages that use UnfiledContainerChild Package Description org.alfresco.rm.rest.api.impl org.alfresco.rm.rest.api.unfiledcontainers Package info that defines the Information Governance Unfiled Containers REST API -
-
Uses of UnfiledContainerChild in org.alfresco.rm.rest.api.impl
Methods in org.alfresco.rm.rest.api.impl that return UnfiledContainerChild Modifier and Type Method Description UnfiledContainerChild
ApiNodesModelFactory. createUnfiledContainerChild(FileInfo info, Parameters parameters, Map<String,UserInfo> mapUserInfo, boolean isMinimalInfo)
Creates an object of type UnfiledContainerChild -
Uses of UnfiledContainerChild in org.alfresco.rm.rest.api.unfiledcontainers
Methods in org.alfresco.rm.rest.api.unfiledcontainers that return UnfiledContainerChild Modifier and Type Method Description UnfiledContainerChild
UnfiledContainerChildrenRelation. create(String unfiledContainerId, org.springframework.extensions.webscripts.servlet.FormData formData, Parameters parameters, WithResponse withResponse)
Methods in org.alfresco.rm.rest.api.unfiledcontainers that return types with arguments of type UnfiledContainerChild Modifier and Type Method Description List<UnfiledContainerChild>
UnfiledContainerChildrenRelation. create(String unfiledContainerId, List<UnfiledContainerChild> nodeInfos, Parameters parameters)
CollectionWithPagingInfo<UnfiledContainerChild>
UnfiledContainerChildrenRelation. readAll(String unfiledContainerId, Parameters parameters)
Method parameters in org.alfresco.rm.rest.api.unfiledcontainers with type arguments of type UnfiledContainerChild Modifier and Type Method Description List<UnfiledContainerChild>
UnfiledContainerChildrenRelation. create(String unfiledContainerId, List<UnfiledContainerChild> nodeInfos, Parameters parameters)
-