Uses of Interface
lumis.portal.filesystem.IPortalBaseFolder
-
Packages that use IPortalBaseFolder Package Description lumis.portal.filesystem LumisXP provides a comprehensive file system API to abstract a virtual file system available on all portal servers on the same cluster.lumis.portal.filesystem.impl lumis.portal.serialization lumis.portal.service lumis.portal.website Provides the classes related to portal's websites feature.lumis.service.rss -
-
Uses of IPortalBaseFolder in lumis.portal.filesystem
Classes in lumis.portal.filesystem that implement IPortalBaseFolder Modifier and Type Class Description class
AbstractPortalBaseFolder
AbstractIPortalBaseFolder
implementation, used as base class for some implementations.class
PortalBaseFolder
Specifies a portal standard base folder.Methods in lumis.portal.filesystem that return IPortalBaseFolder Modifier and Type Method Description IPortalBaseFolder
PortalFilePath. getPortalBaseFolder()
Returns the base folder for this path.Constructors in lumis.portal.filesystem with parameters of type IPortalBaseFolder Constructor Description PortalFilePath(IPortalBaseFolder baseFolder, java.lang.String relativePath)
Creates a portal file path from a base folder and a relative path. -
Uses of IPortalBaseFolder in lumis.portal.filesystem.impl
Classes in lumis.portal.filesystem.impl that implement IPortalBaseFolder Modifier and Type Class Description class
LocalDataFilePortalBaseFolder
Local data file portal base folder. -
Uses of IPortalBaseFolder in lumis.portal.serialization
Constructors in lumis.portal.serialization with parameters of type IPortalBaseFolder Constructor Description FileCopyTransactionObserver(java.lang.String sourceFilePath, IDirectory sourceDirectory, java.lang.String destinationFilePath, IPortalBaseFolder destinationRelativePathType)
-
Uses of IPortalBaseFolder in lumis.portal.service
Methods in lumis.portal.service with parameters of type IPortalBaseFolder Modifier and Type Method Description void
GenericService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
void
IService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
Called to indicate the given service instance has been moved from aweb root base folder
to another one. -
Uses of IPortalBaseFolder in lumis.portal.website
Subinterfaces of IPortalBaseFolder in lumis.portal.website Modifier and Type Interface Description interface
IWebRootPortalBaseFolder
The base folder of a website web root.interface
IWebRootPortalBaseFolderSPI
IWebRootPortalBaseFolder
internal interface. -
Uses of IPortalBaseFolder in lumis.service.rss
Methods in lumis.service.rss with parameters of type IPortalBaseFolder Modifier and Type Method Description void
IRssManager. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldBaseFolder, IPortalBaseFolder newBaseFolder, ITransaction transaction)
Moves the public files from the oldbase folder
to the new one.void
RssManager. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldBaseFolder, IPortalBaseFolder newBaseFolder, ITransaction transaction)
void
RssService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
-