public class GateInApiManagementResource extends Object
| Constructor and Description |
|---|
GateInApiManagementResource(org.gatein.api.Portal portal) |
| Modifier and Type | Method and Description |
|---|---|
org.gatein.management.api.model.ModelObject |
addDashboard(String userName,
String template,
org.gatein.management.api.PathAddress address) |
org.gatein.management.api.model.ModelObject |
addSite(String siteName,
String template,
org.gatein.management.api.PathAddress address) |
org.gatein.management.api.model.ModelObject |
addSpace(String groupName,
String template,
org.gatein.management.api.PathAddress address) |
void |
after() |
void |
before(org.gatein.management.api.operation.OperationContext context) |
org.gatein.management.api.model.ModelObject |
getDashboard(String userName,
org.gatein.management.api.operation.OperationContext context) |
NavigationManagementResource |
getDashboardNavigation(String userName,
org.gatein.management.api.operation.OperationContext context) |
PageManagementResource |
getDashboardPages(String userName,
org.gatein.management.api.operation.OperationContext context) |
org.gatein.management.api.model.ModelList |
getDashboards(org.gatein.management.api.PathAddress address,
String emptySites,
String offset,
String limit) |
NavigationManagementResource |
getNavigation(String siteName,
org.gatein.management.api.operation.OperationContext context) |
PageManagementResource |
getPages(String siteName,
org.gatein.management.api.operation.OperationContext context) |
org.gatein.management.api.model.ModelObject |
getSite(String siteName,
org.gatein.management.api.operation.OperationContext context) |
org.gatein.management.api.model.ModelList |
getSites(org.gatein.management.api.PathAddress address,
String emptySites,
String offset,
String limit) |
org.gatein.management.api.model.ModelObject |
getSpace(String groupName,
org.gatein.management.api.operation.OperationContext context) |
NavigationManagementResource |
getSpaceNavigation(String groupName,
org.gatein.management.api.operation.OperationContext context) |
PageManagementResource |
getSpacePages(String groupName,
org.gatein.management.api.operation.OperationContext context) |
org.gatein.management.api.model.ModelList |
getSpaces(org.gatein.management.api.PathAddress address,
String emptySites,
String offset,
String limit) |
void |
removeDashboard(String userName,
org.gatein.management.api.operation.OperationContext context) |
void |
removeSite(String siteName,
org.gatein.management.api.operation.OperationContext context) |
void |
removeSpace(String groupName,
org.gatein.management.api.operation.OperationContext context) |
org.gatein.management.api.model.ModelObject |
updateDashboard(String userName,
org.gatein.management.api.model.ModelObject siteModel,
org.gatein.management.api.operation.OperationContext context) |
org.gatein.management.api.model.ModelObject |
updateSite(String siteName,
org.gatein.management.api.model.ModelObject siteModel,
org.gatein.management.api.operation.OperationContext context) |
org.gatein.management.api.model.ModelObject |
updateSpace(String groupName,
org.gatein.management.api.model.ModelObject siteModel,
org.gatein.management.api.operation.OperationContext context) |
public GateInApiManagementResource(org.gatein.api.Portal portal)
public void before(org.gatein.management.api.operation.OperationContext context)
public void after()
public org.gatein.management.api.model.ModelList getSites(org.gatein.management.api.PathAddress address,
String emptySites,
String offset,
String limit)
public org.gatein.management.api.model.ModelObject getSite(String siteName, org.gatein.management.api.operation.OperationContext context)
public org.gatein.management.api.model.ModelObject addSite(String siteName, String template, org.gatein.management.api.PathAddress address)
public void removeSite(String siteName, org.gatein.management.api.operation.OperationContext context)
public org.gatein.management.api.model.ModelObject updateSite(String siteName, org.gatein.management.api.model.ModelObject siteModel, org.gatein.management.api.operation.OperationContext context)
public PageManagementResource getPages(String siteName, org.gatein.management.api.operation.OperationContext context)
public NavigationManagementResource getNavigation(String siteName, org.gatein.management.api.operation.OperationContext context)
public org.gatein.management.api.model.ModelList getSpaces(org.gatein.management.api.PathAddress address,
String emptySites,
String offset,
String limit)
public org.gatein.management.api.model.ModelObject getSpace(String groupName, org.gatein.management.api.operation.OperationContext context)
public org.gatein.management.api.model.ModelObject addSpace(String groupName, String template, org.gatein.management.api.PathAddress address)
public void removeSpace(String groupName, org.gatein.management.api.operation.OperationContext context)
public org.gatein.management.api.model.ModelObject updateSpace(String groupName, org.gatein.management.api.model.ModelObject siteModel, org.gatein.management.api.operation.OperationContext context)
public PageManagementResource getSpacePages(String groupName, org.gatein.management.api.operation.OperationContext context)
public NavigationManagementResource getSpaceNavigation(String groupName, org.gatein.management.api.operation.OperationContext context)
public org.gatein.management.api.model.ModelList getDashboards(org.gatein.management.api.PathAddress address,
String emptySites,
String offset,
String limit)
public org.gatein.management.api.model.ModelObject getDashboard(String userName, org.gatein.management.api.operation.OperationContext context)
public org.gatein.management.api.model.ModelObject addDashboard(String userName, String template, org.gatein.management.api.PathAddress address)
public void removeDashboard(String userName, org.gatein.management.api.operation.OperationContext context)
public org.gatein.management.api.model.ModelObject updateDashboard(String userName, org.gatein.management.api.model.ModelObject siteModel, org.gatein.management.api.operation.OperationContext context)
public PageManagementResource getDashboardPages(String userName, org.gatein.management.api.operation.OperationContext context)
public NavigationManagementResource getDashboardNavigation(String userName, org.gatein.management.api.operation.OperationContext context)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.