| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
Site |
Service.createSite(SiteCreationInfo siteInfo)
Creates the site.
|
Site |
Service.getSite()
Gets the site.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Site> |
Service.getSites()
Gets the sites.
|
java.util.List<Site> |
Service.getSites(java.util.List<IQueryOption> queryOptions)
Gets the sites.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.updateSite(Site site)
Update site.
|