Modifier and Type | Method and Description |
---|---|
List<Permission> |
UIPolicy.createDefaultPermissions(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
HomePagesHandler.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
Workspace |
PanelsPropertiesHandler.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
PanelsPropertiesHandler.setWorkspace(Workspace p) |
Modifier and Type | Method and Description |
---|---|
Workspace |
PanelsTypesPropertiesHandler.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
PanelsTypesPropertiesHandler.setWorkspace(Workspace p) |
Modifier and Type | Method and Description |
---|---|
Workspace |
SectionPropertiesHandler.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
SectionPropertiesHandler.setWorkspace(Workspace p) |
Modifier and Type | Method and Description |
---|---|
Workspace |
SectionsPropertiesHandler.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
SectionsPropertiesHandler.setWorkspace(Workspace p) |
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspacePropertiesHandler.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
WorkspacePropertiesHandler.setCurrentWorkspace(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
SectionsNode.getWorkspace() |
Workspace |
WorkspaceNode.getWorkspace() |
Workspace |
SectionNode.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
protected WorkspaceNode |
WorkspacesNode.getNewWorkspaceNode(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
protected String |
ExportFormatter.getExpandAction(Workspace workspace) |
protected String |
ExportFormatter.getExpandIcon(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
protected Workspace |
Formatter.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
static String |
JavascriptTree.getTreeOfInstancesForNewInstance(Workspace selectWorkspace)
This method generates the javascript tree for the new panel menu, that appears inside the workspace admin tabs.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceImpl
A Workspace definition
|
Modifier and Type | Field and Description |
---|---|
protected Workspace |
WorkspaceHome.workspace
The workspace
|
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspacesManager.getDefaultWorkspace() |
Workspace |
WorkspaceHome.getWorkspace() |
Workspace |
WorkspacesManager.getWorkspace(String id) |
Workspace |
WorkspacesManager.getWorkspaceByUrl(String url) |
Modifier and Type | Method and Description |
---|---|
protected void |
CopyManagerImpl.copyHomePages(Workspace workspace,
Workspace workspaceClone) |
protected void |
CopyManagerImpl.copyPermissions(Object resource,
Object resourceCopy,
Class permissionClass,
Workspace targetWorkspace)
Copy permissions define for a given resource and assigns created copies to another resource.
|
protected void |
CopyManagerImpl.copyResources(Workspace workspace,
Workspace workspaceClone) |
String[] |
PanelsProvidersManagerImpl.enumerateProvidersGroups(Workspace workspace)
Enumerates all existing groups of providers containing panel Instances allowed by given workspace
|
String[] |
PanelsProvidersManager.enumerateProvidersGroups(Workspace workspace)
Enumerates all existing groups of providers containing panel Instances allowed by given workspace
|
protected void |
WorkspacesManager.fireWorkspaceCreated(Workspace p)
Fires the workspace created event to all listeners
|
protected void |
WorkspacesManager.fireWorkspaceRemoved(Workspace p)
Fires the workspace removed event to all listeners
|
protected void |
WorkspacesManager.fireWorkspaceUpdated(Workspace p)
Fires the workspace updated event to all listeners
|
void |
WorkspacesManager.fireWorkspaceWizardFinished(Workspace src,
Workspace clone) |
Map |
WorkspacesManager.generateUniqueWorkspaceName(Workspace workspace) |
PanelProvider[] |
PanelsProvidersManagerImpl.getProviders(Workspace workspace)
Returns all panels providers installed in the system allowed for given workspace
|
PanelProvider[] |
PanelsProvidersManager.getProviders(Workspace workspace)
Returns all panels providers installed in the system allowed for given workspace
|
PanelProvider[] |
PanelsProvidersManagerImpl.getProvidersInGroup(String group,
Workspace workspace)
Returns all providers belonging to a given group, sorted by description,
and allowed by given workspace
|
PanelProvider[] |
PanelsProvidersManager.getProvidersInGroup(String group,
Workspace workspace)
Returns all providers belonging to a given group, sorted by description,
and allowed by given workspace
|
void |
WorkspaceHome.setWorkspace(Workspace workspace) |
void |
WorkspacesManager.store(Workspace workspace) |
Modifier and Type | Field and Description |
---|---|
protected Workspace |
WorkspaceEvent.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
WorkspaceDuplicationEvent.getClone() |
Workspace |
WorkspaceEvent.getWorkspace() |
Constructor and Description |
---|
WorkspaceDuplicationEvent(String eventId,
Workspace source,
Workspace clone) |
WorkspaceEvent(String eventId,
Workspace p) |
Modifier and Type | Method and Description |
---|---|
Workspace[] |
ExportData.getWorkspacesToExport() |
Modifier and Type | Method and Description |
---|---|
protected void |
WorkspaceBuilder.createPermission(CreateResult result,
Workspace workspace,
Object resource,
org.jboss.dashboard.commons.xml.XMLNode node,
Map attributes) |
Object |
ExportVisitor.visitWorkspace(Workspace p) |
Object |
WorkspaceVisitor.visitWorkspace(Workspace workspace) |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.