Package | Description |
---|---|
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Method and Description |
---|---|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String title)
Deep duplicate the Workspace model using given configuration for duplication.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String title,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String wstitle,
java.lang.String wsemail,
java.util.List adminList,
java.util.Collection typeCollec,
Category[] categories,
Group[] groups,
PortalInterface[] portals,
Workspace parent,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String wstitle,
java.lang.String wsemail,
java.util.List adminList,
java.util.Collection typeCollec,
java.util.Collection catCollec,
java.util.Collection groupCollec,
java.util.Collection portalCollec,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String wstitle,
java.lang.String wsemail,
java.util.List adminList,
java.util.Collection typeCollec,
java.util.Collection catCollec,
java.util.Collection groupCollec,
java.util.Collection portalCollec,
Workspace parent,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String title,
Workspace parent)
Deep duplicate the Workspace model using given configuration for duplication.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
java.lang.String prefix,
java.lang.String title,
Workspace parent,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(WorkspaceWizardContext context)
Deep duplicate the Workspace model referenced by given WorkspaceWizardContext using
context configuration for duplication.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
WorkspaceManager.createDuplicateCategories(WorkspaceWizardContext context)
Duplicate all categories specified for the given WizardContext.
|
protected static void |
WorkspaceManager.createGroups(WorkspaceWizardContext context)
Duplicate all groups specified for the given WizardContext.
|
protected static void |
WorkspaceManager.createPortals(WorkspaceWizardContext context)
Duplicate all portals specified for the given WizardContext.
|
protected static boolean |
WorkspaceManager.createWorkspace(WorkspaceWizardContext context)
Creates the workspace instance from the given model
|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(WorkspaceWizardContext context)
Deep duplicate the Workspace model referenced by given WorkspaceWizardContext using
context configuration for duplication.
|
protected static void |
WorkspaceManager.updateWorkspace(WorkspaceWizardContext context)
Update duplicated Workspace
Duplicate WSTypeEntry
Duplicate WKRoles
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.