Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.contentbrowser
Interface WorkspaceActions

All Superinterfaces:
StatefulBaseLifeCycle
All Known Implementing Classes:
WorkspaceActionsBean

public interface WorkspaceActions
extends StatefulBaseLifeCycle

Provides contentRoot-specific actions.

Author:
Razvan Caraghin

Method Summary
 String createWorkspace()
           
 void destroy()
           
 String exitWizard()
           
 ContextStringWrapper FactoryForSelectedTemplateId()
           
 ContextStringWrapper FactoryForSelectSecurityModel()
           
 ContextStringWrapper FactoryForSelectSecurityOwner()
           
 String finishPageFlow()
           
 String getA4JHackingURL()
           
 boolean getAdministrator()
           
 DocumentModel getSelectedTemplate()
           
 String getSelectedTemplateDescription()
           
 DocumentModelList getTemplates()
           
 DocumentModel getTmpWorkspace()
           
 Boolean getUseTemplate()
           
 void initialize()
           
 void setUseTemplate(Boolean value)
           
 
Methods inherited from interface org.nuxeo.ecm.webapp.base.StatefulBaseLifeCycle
readState, saveState
 

Method Detail

initialize

void initialize()

destroy

@Destroy
void destroy()

getAdministrator

boolean getAdministrator()

getTemplates

DocumentModelList getTemplates()
                               throws ClientException
Throws:
ClientException

getTmpWorkspace

DocumentModel getTmpWorkspace()

finishPageFlow

String finishPageFlow()

setUseTemplate

void setUseTemplate(Boolean value)

getUseTemplate

Boolean getUseTemplate()

FactoryForSelectedTemplateId

ContextStringWrapper FactoryForSelectedTemplateId()

FactoryForSelectSecurityModel

ContextStringWrapper FactoryForSelectSecurityModel()

FactoryForSelectSecurityOwner

ContextStringWrapper FactoryForSelectSecurityOwner()

getSelectedTemplateDescription

String getSelectedTemplateDescription()

getSelectedTemplate

DocumentModel getSelectedTemplate()

createWorkspace

String createWorkspace()
                       throws ClientException
Throws:
ClientException

exitWizard

String exitWizard()
                  throws ClientException
Throws:
ClientException

getA4JHackingURL

String getA4JHackingURL()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.