| Modifier and Type | Method and Description |
|---|---|
static DashboardCustomization.Page |
DashboardCustomization.Page.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardCustomization.Page[] |
DashboardCustomization.Page.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SiteService.addPageToSite(String userName,
String password,
String siteName,
DashboardCustomization.Page page,
List<DashboardCustomization.Page> oldPages)
Add a single page to site dashboard
If there are pages added previously add them to 'oldPages' list in order
to keep them on the site dashboard.
|
String |
SitePagesService.getCommentNodeRef(String userName,
String password,
String siteName,
DashboardCustomization.Page page,
String itemTitle,
String comment)
Get a node ref for a comment added in blog or link page
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SiteService.addPagesToSite(String userName,
String password,
String siteName,
List<DashboardCustomization.Page> pages)
Add pages to site dashboard
|
boolean |
SiteService.addPageToSite(String userName,
String password,
String siteName,
DashboardCustomization.Page page,
List<DashboardCustomization.Page> oldPages)
Add a single page to site dashboard
If there are pages added previously add them to 'oldPages' list in order
to keep them on the site dashboard.
|
Copyright © 2017 Alfresco Software. All rights reserved.