|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkspaceWizardContext | |
---|---|
com.jalios.jcms.workspace | Contains classes about workspace features. |
Uses of WorkspaceWizardContext in com.jalios.jcms.workspace |
---|
Methods in com.jalios.jcms.workspace that return WorkspaceWizardContext | |
---|---|
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
String prefix,
String title)
Deep duplicate the Workspace model using given configuration for duplication. |
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
String prefix,
String title,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication. |
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
String prefix,
String wstitle,
String wsemail,
List adminList,
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,
String prefix,
String wstitle,
String wsemail,
List adminList,
Collection typeCollec,
Collection catCollec,
Collection groupCollec,
Collection portalCollec,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication. |
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
String prefix,
String wstitle,
String wsemail,
List adminList,
Collection typeCollec,
Collection catCollec,
Collection groupCollec,
Collection portalCollec,
Workspace parent,
boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication. |
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
String prefix,
String title,
Workspace parent)
Deep duplicate the Workspace model using given configuration for duplication. |
static WorkspaceWizardContext |
WorkspaceManager.deepDuplicate(Workspace model,
Member author,
String prefix,
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. |
Methods in com.jalios.jcms.workspace with parameters of type WorkspaceWizardContext | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |