Uses of Interface
lumis.portal.website.IWebRootPortalBaseFolder
-
Packages that use IWebRootPortalBaseFolder Package Description lumis.portal.file lumis.portal.file.transformation Provides the file transformations.lumis.portal.publicfiles 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 Modifier and Type Method Description void
FileManager. moveFile(FileConfig file, IWebRootPortalBaseFolder oldWebRoot, IWebRootPortalBaseFolder newWebRoot)
Moves the givenfile
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 Modifier and Type Method Description void
FileTransformationManager. moveTransformedFiles(FileConfig fileConfig, IWebRootPortalBaseFolder oldWebRoot)
void
IFileTransformationManagerSPI. moveTransformedFiles(FileConfig fileConfig, IWebRootPortalBaseFolder oldWebRoot)
Moves the transformed public files from the old web root to the current.void
FileTransformationManager. removeFileTransformationInternal(SessionConfig sessionConfig, FileTransformation fileTransformation, IWebRootPortalBaseFolder webRoot, ITransaction transaction)
void
IFileTransformationManagerSPI. removeFileTransformationInternal(SessionConfig sessionConfig, FileTransformation fileTransformation, IWebRootPortalBaseFolder webRoot, ITransaction transaction)
Removes the specified transformation and all related files.void
FileTransformationManager. removeTransformedFileConfig(TransformedFileConfig transformedFileConfig, IWebRootPortalBaseFolder webRootBaseFolder, ITransaction transaction)
void
IFileTransformationManagerSPI. removeTransformedFileConfig(TransformedFileConfig transformedFileConfig, IWebRootPortalBaseFolder webRootBaseFolder, ITransaction transaction)
Deletes synchronously persisted transformed file.Constructors in lumis.portal.file.transformation with parameters of type IWebRootPortalBaseFolder Constructor Description 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. -
Uses of IWebRootPortalBaseFolder in lumis.portal.publicfiles
Methods in lumis.portal.publicfiles with parameters of type IWebRootPortalBaseFolder Modifier and Type Method Description static void
PublicFilesUtil. copyPortalWWWFiles(IWebRootPortalBaseFolder baseFolder)
Copy (asynchronously) portal public files to the given base folder.static void
PublicFilesUtil. removePortalWWWFiles(IWebRootPortalBaseFolder baseFolder, boolean async)
Removes (asynchronously) portal public files from the given base folder. -
Uses of IWebRootPortalBaseFolder in lumis.portal.website
Subinterfaces of IWebRootPortalBaseFolder in lumis.portal.website Modifier and Type Interface Description interface
IWebRootPortalBaseFolderSPI
IWebRootPortalBaseFolder
internal interface.Methods in lumis.portal.website that return IWebRootPortalBaseFolder Modifier and Type Method Description IWebRootPortalBaseFolder
IWebsite. getWebRootBaseFolder()
Returns the base folder that corresponds to the web root folder of this website.IWebRootPortalBaseFolder
Website. getWebRootBaseFolder()
Returns the base folder that corresponds to the web root folder of this website.IWebRootPortalBaseFolder
WebsiteManager.UnmodifiableWebsite. getWebRootBaseFolder()
-