Uses of Class
org.alfresco.rest.model.RestSiteContainerModel
Packages that use RestSiteContainerModel
-
Uses of RestSiteContainerModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSiteContainerModel -
Uses of RestSiteContainerModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestSiteContainerModelModifier and TypeMethodDescriptionSite.getSiteContainer(String containerFolder) Retrieve specific container of a site using GET call on "sites/{siteId}/containers/{containerId}"Site.getSiteContainer(RestSiteContainerModel container) Retrieve specific container of a site using GET call on "sites/{siteId}/containers/{containerId}"Methods in org.alfresco.rest.requests with parameters of type RestSiteContainerModelModifier and TypeMethodDescriptionSite.getSiteContainer(RestSiteContainerModel container) Retrieve specific container of a site using GET call on "sites/{siteId}/containers/{containerId}"