Uses of Interface
org.alfresco.rest.api.Nodes
-
Packages that use Nodes Package Description org.alfresco.rest.api.impl org.alfresco.rest.api.nodes org.alfresco.rest.api.search.impl -
-
Uses of Nodes in org.alfresco.rest.api.impl
Classes in org.alfresco.rest.api.impl that implement Nodes Modifier and Type Class Description classNodesImplCentralises access to file/folder/node services and maps between representations.Fields in org.alfresco.rest.api.impl declared as Nodes Modifier and Type Field Description protected NodesPeopleImpl. nodesprotected NodesSitesImpl. nodesMethods in org.alfresco.rest.api.impl with parameters of type Nodes Modifier and Type Method Description voidAuditImpl. setNodes(Nodes nodes)voidCommentsImpl. setNodes(Nodes nodes)voidDeletedNodesImpl. setNodes(Nodes nodes)voidDownloadsImpl. setNodes(Nodes nodes)voidFavouritesImpl. setNodes(Nodes nodes)voidNodeRatingsImpl. setNodes(Nodes nodes)voidPeopleImpl. setNodes(Nodes nodes)voidQueriesImpl. setNodes(Nodes nodes)voidQuickShareLinksImpl. setNodes(Nodes nodes)voidRenditionsImpl. setNodes(Nodes nodes)voidSitesImpl. setNodes(Nodes nodes)voidTagsImpl. setNodes(Nodes nodes) -
Uses of Nodes in org.alfresco.rest.api.nodes
Fields in org.alfresco.rest.api.nodes declared as Nodes Modifier and Type Field Description protected NodesAbstractNodeRelation. nodesMethods in org.alfresco.rest.api.nodes with parameters of type Nodes Modifier and Type Method Description voidAbstractNodeRelation. setNodes(Nodes nodes)voidNodeChildrenRelation. setNodes(Nodes nodes)voidNodesEntityResource. setNodes(Nodes nodes) -
Uses of Nodes in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl with parameters of type Nodes Modifier and Type Method Description voidResultMapper. setNodes(Nodes nodes)
-