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 RestSiteContainerModelMethods in org.alfresco.rest.model that return types with arguments of type RestSiteContainerModelModifier and TypeMethodDescriptionRestSiteContainerModel.and()RestSiteContainerModel.assertThat()DSL for assertion on this rest model -
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}"