Modifier and Type | Method and Description |
---|---|
WorkspaceImpl |
NavigationManager.doGetCurrentWorkspace() |
WorkspaceImpl |
NavigationManager.getCurrentWorkspace()
Get the current workspace, repositioning the navigation in case it is not correct.
|
protected WorkspaceImpl |
NavigationManager.getCurrentWorkspaceFromCache() |
WorkspaceImpl |
NavigationPoint.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
NavigationManager.setCurrentWorkspace(WorkspaceImpl workspace) |
Modifier and Type | Method and Description |
---|---|
void |
SectionsHandler.deleteSection(WorkspaceImpl workspace,
Section section) |
String |
URLMarkupGenerator.getLinkToWorkspace(WorkspaceImpl workspace,
boolean allowFriendly)
Get an absolute url that leads to a given workspace
|
String |
URLMarkupGenerator.getLinkToWorkspace(WorkspaceImpl workspace,
boolean allowFriendly,
String lang)
Get an absolute url that leads to a given workspace in a given lang
|
protected StringBuffer |
URLMarkupGenerator.getRelativeLinkToWorkspace(WorkspaceImpl workspace,
boolean allowFriendly,
String lang) |
Modifier and Type | Method and Description |
---|---|
WorkspaceImpl |
ExportHandler.getSelectedWorkspace() |
Modifier and Type | Method and Description |
---|---|
List<WorkspaceImpl> |
ExportHandler.getWorkspacesWithKPIs() |
Modifier and Type | Method and Description |
---|---|
List<Section> |
ExportHandler.getSectionsWithKPIs(WorkspaceImpl workspace) |
Set<Section> |
ExportHandler.getSelectedSections(WorkspaceImpl workspace) |
Modifier and Type | Method and Description |
---|---|
protected WorkspaceImpl |
PanelManagementPanel.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
TreeShortcutHandler.actionPageConfigFromTree(CommandRequest request,
WorkspaceImpl workspace) |
protected void |
TreeShortcutHandler.setWorkspaceValuesFromTree(WorkspaceImpl workspace,
Section section,
Panel panel) |
Modifier and Type | Method and Description |
---|---|
protected void |
HomePagesFormatter.renderPageSelect(WorkspaceImpl workspace,
Long selectedOption,
Role role) |
Modifier and Type | Method and Description |
---|---|
protected Map |
PanelInstancesPropertiesFormatter.calculateInstancesTitles(WorkspaceImpl workspace,
String lang) |
protected Map |
PanelInstancesPropertiesFormatter.calculatePanelsStatistics(WorkspaceImpl workspace) |
Modifier and Type | Method and Description |
---|---|
protected List |
SectionsPropertiesFormatter.initSections(String preffix,
WorkspaceImpl workspace) |
Modifier and Type | Method and Description |
---|---|
protected void |
RenderIndentedSectionsFormatter.initSections(String preffix,
WorkspaceImpl workspace) |
Modifier and Type | Method and Description |
---|---|
protected Map |
PopupPanelsHandler.calculatePanelsStatistics(WorkspaceImpl workspace) |
protected Map |
PopupPanelsInstanceFormatter.calculatePanelsStatistics(WorkspaceImpl workspace) |
Modifier and Type | Method and Description |
---|---|
static Panel |
PanelSupplier.getPanelForKey(WorkspaceImpl workspace,
String key)
Given a key like panelId@sectionId@workspaceId, return the panel if any, that
matches this pattern
|
Modifier and Type | Method and Description |
---|---|
WorkspaceImpl |
CopyManagerImpl.copy(WorkspaceImpl workspace) |
WorkspaceImpl |
CopyManager.copy(WorkspaceImpl workspace)
Copies a Workspace.
|
WorkspaceImpl |
CopyManagerImpl.copy(WorkspaceImpl workspace,
String id) |
WorkspaceImpl |
CopyManager.copy(WorkspaceImpl workspace,
String id)
Copies a Workspace.
|
WorkspaceImpl |
WorkspaceParameter.getWorkspace() |
WorkspaceImpl |
PanelInstance.getWorkspace() |
WorkspaceImpl |
Panel.getWorkspace() |
WorkspaceImpl |
Section.getWorkspace() |
WorkspaceImpl[] |
WorkspacesManager.getWorkspaces()
Return all workspaces
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspacesManager.addNewWorkspace(WorkspaceImpl newWorkspace)
Adds a workspace to the whole system
|
PanelInstance |
CopyManagerImpl.copy(PanelInstance panelInstance,
WorkspaceImpl workspace) |
PanelInstance |
CopyManager.copy(PanelInstance panelInstance,
WorkspaceImpl workspace)
Copies this panel instance to another Workspace.
|
Section |
CopyManagerImpl.copy(Section section,
WorkspaceImpl workspace,
SectionCopyOption sco) |
Section |
CopyManager.copy(Section section,
WorkspaceImpl workspace,
SectionCopyOption sco)
Copies this section and all panels inside to another workspace.
|
WorkspaceImpl |
CopyManagerImpl.copy(WorkspaceImpl workspace) |
WorkspaceImpl |
CopyManager.copy(WorkspaceImpl workspace)
Copies a Workspace.
|
WorkspaceImpl |
CopyManagerImpl.copy(WorkspaceImpl workspace,
String id) |
WorkspaceImpl |
CopyManager.copy(WorkspaceImpl workspace,
String id)
Copies a Workspace.
|
protected void |
CopyManagerImpl.copyPermissions(WorkspaceImpl workspace,
WorkspaceImpl workspaceCopy)
Clones Workspace permissions.
|
void |
WorkspacesManager.delete(WorkspaceImpl workspace)
Removes a workspace from the system
|
static Map |
WorkspaceImpl.getSectionArray(WorkspaceImpl workspace,
Section parent) |
static String |
WorkspaceImpl.getSectionTree(WorkspaceImpl workspace,
Section parent,
String locale) |
void |
WorkspaceParameter.setWorkspace(WorkspaceImpl workspace) |
void |
PanelInstance.setWorkspace(WorkspaceImpl workspace) |
void |
Section.setWorkspace(WorkspaceImpl workspace) |
Constructor and Description |
---|
WorkspaceParameter(String parameterId,
WorkspaceImpl workspace,
String language,
String value) |
Modifier and Type | Method and Description |
---|---|
protected void |
WorkspaceBuilder.createPanelInstance(CreateResult result,
org.jboss.dashboard.commons.xml.XMLNode node,
WorkspaceImpl workspace,
Map attributes,
boolean onStartup) |
protected void |
WorkspaceBuilder.createSection(CreateResult result,
WorkspaceImpl workspace,
org.jboss.dashboard.commons.xml.XMLNode node,
Map attributes,
boolean onStartup) |
protected void |
WorkspaceBuilder.createWorkspaceParameter(org.jboss.dashboard.commons.xml.XMLNode node,
WorkspaceImpl workspace) |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.