Uses of Interface
lumis.portal.website.IWebRootPortalBaseFolder

Packages that use IWebRootPortalBaseFolder
lumis.portal.file   
lumis.portal.file.transformation Provides the file transformations. 
lumis.portal.website Provides the classes related to portal's websites feature. 
 

Uses of IWebRootPortalBaseFolder in lumis.portal.file
 

Methods in lumis.portal.file with parameters of type IWebRootPortalBaseFolder
 void FileManager.moveFile(FileConfig file, IWebRootPortalBaseFolder oldWebRoot, IWebRootPortalBaseFolder newWebRoot)
          Moves the given file from one web root to another.
 

Uses of IWebRootPortalBaseFolder in lumis.portal.file.transformation
 

Methods in lumis.portal.file.transformation with parameters of type IWebRootPortalBaseFolder
 void IFileTransformationManagerSPI.moveTransformedFiles(FileConfig fileConfig, IWebRootPortalBaseFolder oldWebRoot)
          Moves the transformed public files from the old web root to the current.
 void FileTransformationManager.moveTransformedFiles(FileConfig fileConfig, IWebRootPortalBaseFolder oldWebRoot)
           
 void IFileTransformationManagerSPI.removeFileTransformationInternal(SessionConfig sessionConfig, FileTransformation fileTransformation, IWebRootPortalBaseFolder webRoot, ITransaction transaction)
          Removes the specified transformation and all related files.
 void FileTransformationManager.removeFileTransformationInternal(SessionConfig sessionConfig, FileTransformation fileTransformation, IWebRootPortalBaseFolder webRoot, ITransaction transaction)
           
 void IFileTransformationManagerSPI.removeTransformedFileConfig(TransformedFileConfig transformedFileConfig, IWebRootPortalBaseFolder webRootBaseFolder, ITransaction transaction)
          Deletes synchronously persisted transformed file.
 void FileTransformationManager.removeTransformedFileConfig(TransformedFileConfig transformedFileConfig, IWebRootPortalBaseFolder webRootBaseFolder, ITransaction transaction)
           
 

Constructors in lumis.portal.file.transformation with parameters of type IWebRootPortalBaseFolder
MoveTransformedPublicFilesTask(Collection<String> fileConfigIds, IWebRootPortalBaseFolder oldWebRoot)
          Creates a new task for moving transformed public files.
RemoveTransformationTask(FileTransformation fileTransformation, IWebRootPortalBaseFolder webRootBaseFolder)
          Creates a new transformation removal Task object.
RemoveTransformedFilesTask(String transformedFileConfig, IWebRootPortalBaseFolder webRootBaseFolder)
          Constructor class.
 

Uses of IWebRootPortalBaseFolder in lumis.portal.website
 

Methods in lumis.portal.website that return IWebRootPortalBaseFolder
 IWebRootPortalBaseFolder Website.getWebRootBaseFolder()
          Returns the base folder that corresponds to the web root folder of this website.
 IWebRootPortalBaseFolder IWebsite.getWebRootBaseFolder()
          Returns the base folder that corresponds to the web root folder of this website.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.