Uses of Class
org.alfresco.rest.api.model.Site
-
Packages that use Site Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.sites -
-
Uses of Site in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Site Modifier and Type Method Description Site
Sites. createSite(Site site, Parameters parameters)
Site
Sites. getSite(String siteId)
Site
Sites. updateSite(String siteId, SiteUpdate site, Parameters parameters)
Methods in org.alfresco.rest.api that return types with arguments of type Site Modifier and Type Method Description CollectionWithPagingInfo<Site>
Queries. findSites(Parameters parameters)
Find SitesCollectionWithPagingInfo<Site>
Sites. getSites(Parameters parameters)
Methods in org.alfresco.rest.api with parameters of type Site Modifier and Type Method Description Site
Sites. createSite(Site site, Parameters parameters)
-
Uses of Site in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Site Modifier and Type Method Description Site
SitesImpl. createSite(Site site, Parameters parameters)
Create default/fixed preset (Share) site - with DocLib container/componentSite
SitesImpl. getSite(String siteId)
Site
SitesImpl. getSite(String siteId, boolean includeRole)
Site
SitesImpl. 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 Site Modifier and Type Method Description CollectionWithPagingInfo<Site>
QueriesImpl. findSites(Parameters parameters)
CollectionWithPagingInfo<Site>
SitesImpl. getSites(Parameters parameters)
Methods in org.alfresco.rest.api.impl with parameters of type Site Modifier and Type Method Description protected 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.Site
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.model Modifier and Type Class Description class
FavouriteSite
Represents a user's favourite site.Methods in org.alfresco.rest.api.model that return Site Modifier and Type Method Description Site
SiteTarget. getSite()
Methods in org.alfresco.rest.api.model with parameters of type Site Modifier and Type Method Description int
Site. compareTo(Site site)
void
SiteTarget. setSite(Site site)
Constructors in org.alfresco.rest.api.model with parameters of type Site Constructor Description SiteTarget(Site site)
-
Uses of Site in org.alfresco.rest.api.sites
Methods in org.alfresco.rest.api.sites that return Site Modifier and Type Method Description Site
SiteEntityResource. readById(String siteId, Parameters parameters)
Returns information regarding the site 'siteId'.Site
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 Site Modifier and Type Method Description List<Site>
SiteEntityResource. create(List<Site> entity, Parameters parameters)
Create the given site.CollectionWithPagingInfo<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 Site Modifier and Type Method Description protected SiteUpdate
SiteEntityResource. convert(Site site)
Site
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 Modifier and Type Method Description List<Site>
SiteEntityResource. create(List<Site> entity, Parameters parameters)
Create the given site.
-