Uses of Class
org.alfresco.rest.api.model.Site
Packages that use Site
Package
Description
-
Uses of Site in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return SiteModifier and TypeMethodDescriptionSites.createSite
(Site site, Parameters parameters) Sites.updateSite
(String siteId, SiteUpdate site, Parameters parameters) Methods in org.alfresco.rest.api that return types with arguments of type SiteModifier and TypeMethodDescriptionQueries.findSites
(Parameters parameters) Find SitesSites.getSites
(Parameters parameters) Methods in org.alfresco.rest.api with parameters of type Site -
Uses of Site in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return SiteModifier and TypeMethodDescriptionSitesImpl.createSite
(Site site, Parameters parameters) Create default/fixed preset (Share) site - with DocLib container/componentSitesImpl.updateSite
(String siteId, SiteUpdate update, Parameters parameters) protected Site
SitesImpl.validateSite
(Site site) Methods in org.alfresco.rest.api.impl that return types with arguments of type SiteModifier and TypeMethodDescriptionQueriesImpl.findSites
(Parameters parameters) SitesImpl.getSites
(Parameters parameters) Methods in org.alfresco.rest.api.impl with parameters of type SiteModifier and TypeMethodDescriptionprotected SiteInfo
SitesImpl.createSite
(Site site) Uses site service for creating site info Extracted this call in a separate method because it might be needed to call different site service method when creating site info (e.g.SitesImpl.createSite
(Site site, Parameters parameters) Create default/fixed preset (Share) site - with DocLib container/componentprotected Site
SitesImpl.validateSite
(Site site) -
Uses of Site in org.alfresco.rest.api.model
Subclasses of Site in org.alfresco.rest.api.modelMethods in org.alfresco.rest.api.model that return SiteMethods in org.alfresco.rest.api.model with parameters of type SiteModifier and TypeMethodDescriptionint
void
Constructors in org.alfresco.rest.api.model with parameters of type Site -
Uses of Site in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites that return SiteModifier and TypeMethodDescriptionSiteEntityResource.readById
(String siteId, Parameters parameters) Returns information regarding the site 'siteId'.SiteEntityResource.update
(String siteId, Site site, Parameters parameters) Update the given site.Methods in org.alfresco.rest.api.sites that return types with arguments of type SiteModifier and TypeMethodDescriptionSiteEntityResource.create
(List<Site> entity, Parameters parameters) Create the given site.SiteEntityResource.readAll
(Parameters parameters) Returns a paged list of all sites in the current tenant.Methods in org.alfresco.rest.api.sites with parameters of type SiteModifier and TypeMethodDescriptionprotected SiteUpdate
SiteEntityResource.update
(String siteId, Site site, Parameters parameters) Update the given site.Method parameters in org.alfresco.rest.api.sites with type arguments of type Site