@Name(value="workspaceActions") @Scope(value=CONVERSATION) public class WorkspaceActionsBean extends InputController implements WorkspaceActions, Serializable
This action listener handles the workspace creation wizard.
| Constructor and Description |
|---|
WorkspaceActionsBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancel() |
String |
createWorkspace() |
String |
createWorkspaceOld() |
String |
exitWizard() |
ContextStringWrapper |
FactoryForSelectedTemplateId() |
ContextStringWrapper |
FactoryForSelectSecurityModel() |
ContextStringWrapper |
FactoryForSelectSecurityOwner() |
String |
finishPageFlow() |
String |
getA4JHackingURL() |
DocumentModel |
getSelectedTemplate() |
String |
getSelectedTemplateDescription() |
DocumentModelList |
getTemplates() |
DocumentModel |
getTmpWorkspace() |
Boolean |
getUseTemplate() |
void |
setUseTemplate(Boolean value) |
computeOutcome, getAdministrator, logDocumentWithName, logDocumentWithTitle, removeDocumentFromListequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdministratorpublic String cancel()
public void setUseTemplate(Boolean value)
setUseTemplate in interface WorkspaceActionspublic Boolean getUseTemplate()
getUseTemplate in interface WorkspaceActions@Factory(value="selectedTemplateId") public ContextStringWrapper FactoryForSelectedTemplateId()
FactoryForSelectedTemplateId in interface WorkspaceActions@Factory(value="selectedSecurityModel") public ContextStringWrapper FactoryForSelectSecurityModel()
FactoryForSelectSecurityModel in interface WorkspaceActions@Factory(value="selectedOwnerModel") public ContextStringWrapper FactoryForSelectSecurityOwner()
FactoryForSelectSecurityOwner in interface WorkspaceActions@Begin(pageflow="createWorkspace",
nested=true)
@Factory(value="tmpWorkspace")
public DocumentModel getTmpWorkspace()
getTmpWorkspace in interface WorkspaceActions@Factory(value="availableWorkspaceTemplates") public DocumentModelList getTemplates() throws ClientException
getTemplates in interface WorkspaceActionsClientExceptionpublic String finishPageFlow()
finishPageFlow in interface WorkspaceActionspublic String getSelectedTemplateDescription()
getSelectedTemplateDescription in interface WorkspaceActionspublic DocumentModel getSelectedTemplate()
getSelectedTemplate in interface WorkspaceActions@End public String createWorkspace() throws ClientException
createWorkspace in interface WorkspaceActionsClientException@End(beforeRedirect=true) public String createWorkspaceOld() throws ClientException
ClientException@End(beforeRedirect=true) public String exitWizard() throws ClientException
exitWizard in interface WorkspaceActionsClientExceptionpublic String getA4JHackingURL()
getA4JHackingURL in interface WorkspaceActionsCopyright © 2014 Nuxeo SA. All rights reserved.