|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jalios.jcms.workspace.WizardContext
com.jalios.jcms.workspace.WorkspaceWizardContext
public class WorkspaceWizardContext
This class describe all objects used during a Workspace Wizard deep copy
Field Summary | |
---|---|
protected List |
adminList
|
protected String |
email
|
protected boolean |
isCollaborativeSpace
|
protected Map |
portalMap
|
static String |
REVISION
|
protected Map |
roleMap
|
protected String |
title
|
protected Collection |
typeCollec
|
protected Workspace |
wsmodel
|
Fields inherited from class com.jalios.jcms.workspace.WizardContext |
---|
append, author, catMap, CONTEXT_WIZARD, cs, ctxt, extraMap, failed, groupMap, prefix, pubMap, trackList, workspace |
Constructor Summary | |
---|---|
WorkspaceWizardContext()
|
Method Summary | |
---|---|
List |
getAdminList()
Returns the List of administrators of the workspace |
Map |
getPortalMap()
Returns a map of old/new Portals used during workspace creation |
Map |
getRoleMap()
Returns a map of old/new WKRole used during workspace creation |
Collection |
getTypeCollection()
Returns a Collection of classes used to filter Workspace Types during workspace creation. |
String |
getWorkspaceId()
Returns the id of the created workspace |
String |
getWSEmail()
Returns a String representing the workspace email |
Workspace |
getWSModel()
Returns the Workspace model used to deep duplicate |
String |
getWSTitle()
Returns a String representing the new workspace title |
boolean |
isCollaborativeSpace()
Tell if the creation of ws is in a collaborative space context |
void |
setAdminList(List adminList)
Sets the List of administrators of the workspace |
void |
setCollaborativeSpace(boolean isCollaborativeSpace)
To indicate the creation of ws is in a collaborative space context |
void |
setPortalMap(Map portalMap)
Sets a map of old/new Portals used during workspace creation |
void |
setTypeCollection(Collection typeCollec)
Sets a Collection of classes used to filter Workspace Types during workspace creation |
void |
setWSEmail(String email)
W Sets the new workspace email |
void |
setWSModel(Workspace wsmodel)
Sets the Workspace model to deep duplicate |
void |
setWSTitle(String title)
Sets the new Wokspace title |
Methods inherited from class com.jalios.jcms.workspace.WizardContext |
---|
getAppendPrefix, getAuthor, getCategoryMap, getDataControllerContext, getExtraMap, getFailStatus, getGroupMap, getPrefix, getPublicationMap, getTrackedData, getWorkspace, hasFailed, setAppendPrefix, setAuthor, setCategoryMap, setFailed, setGroupMap, setPrefix, setWorkspace, trackCreatedData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
protected Map roleMap
protected Map portalMap
protected Workspace wsmodel
protected List adminList
protected String title
protected String email
protected Collection typeCollec
protected boolean isCollaborativeSpace
Constructor Detail |
---|
public WorkspaceWizardContext()
Method Detail |
---|
public String getWorkspaceId()
public Map getRoleMap()
public Collection getTypeCollection()
public void setTypeCollection(Collection typeCollec)
typeCollec
- Set of classespublic Map getPortalMap()
public void setPortalMap(Map portalMap)
portalMap
- Map of old Portals vs new Portalspublic Workspace getWSModel()
public void setWSModel(Workspace wsmodel)
wsmodel
- Workspace modelpublic List getAdminList()
public void setAdminList(List adminList)
adminList
- List of workspace administratorspublic String getWSTitle()
public void setWSTitle(String title)
title
- String the workspace titlepublic String getWSEmail()
public void setWSEmail(String email)
email
- String the workspace emailpublic boolean isCollaborativeSpace()
public void setCollaborativeSpace(boolean isCollaborativeSpace)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |