Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.contentbrowser
Interface WorkspaceActions

All Known Implementing Classes:
WorkspaceActionsBean

public interface WorkspaceActions

Provides contentRoot-specific actions.

Author:
Razvan Caraghin

Method Summary
 String createWorkspace()
           
 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 setUseTemplate(Boolean value)
           
 

Method Detail

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.