| Package | Description |
|---|---|
| org.alfresco.rest.api | |
| org.alfresco.rest.api.impl | |
| org.alfresco.rest.api.model | |
| org.alfresco.rest.api.sites |
| Modifier and Type | Method and Description |
|---|---|
Site |
Sites.getSite(String siteId) |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<Site> |
Sites.getSites(Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
Site |
SitesImpl.getSite(String siteId) |
Site |
SitesImpl.getSite(String siteId,
boolean includeRole) |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<Site> |
SitesImpl.getSites(Parameters parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
FavouriteSite
Represents a user's favourite site.
|
class |
SiteImpl
Represents a site.
|
| Modifier and Type | Method and Description |
|---|---|
Site |
SiteTarget.getSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteTarget.setSite(Site site) |
| Constructor and Description |
|---|
SiteTarget(Site site) |
| Modifier and Type | Method and Description |
|---|---|
Site |
SiteEntityResource.readById(String siteId,
Parameters parameters)
Returns information regarding the site 'siteId'.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<Site> |
SiteEntityResource.readAll(Parameters parameters)
Returns a paged list of all sites in the current tenant.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.