|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortalFile | |
---|---|
lumis.portal.file | |
lumis.portal.filesystem | Provides the API for accessing the portal file system. |
lumis.portal.filesystem.event | Contains events raised by the file system package. |
lumis.portal.webfilereplication | Contains the classes for web file replication feature. |
Uses of PortalFile in lumis.portal.file |
---|
Methods in lumis.portal.file with parameters of type PortalFile | |
---|---|
static void |
FileUtil.deletePortalFile(PortalFile portalFile)
Deletes portal file and all empty ancestor folders. |
Uses of PortalFile in lumis.portal.filesystem |
---|
Methods in lumis.portal.filesystem that return PortalFile | |
---|---|
PortalFile |
PortalFile.getParentPortalFile()
Returns the PortalFile that is parent of this one. |
Methods in lumis.portal.filesystem with parameters of type PortalFile | |
---|---|
void |
IFileSystemManager.copyFile(PortalFile source,
PortalFile destination)
Performs a file copy. |
void |
FileSystemManager.copyFile(PortalFile source,
PortalFile destination)
|
void |
IFileSystemManager.writeFile(PortalFile file,
byte[] content)
Writes content in the specified file. |
void |
FileSystemManager.writeFile(PortalFile file,
byte[] content)
|
void |
IFileSystemManager.writeFile(PortalFile file,
InputStream content)
Writes content in the specified file. |
void |
FileSystemManager.writeFile(PortalFile file,
InputStream content)
|
Constructors in lumis.portal.filesystem with parameters of type PortalFile | |
---|---|
FileSystemManager.WriteFileCommand(PortalFile file,
byte[] content)
|
Uses of PortalFile in lumis.portal.filesystem.event |
---|
Methods in lumis.portal.filesystem.event that return PortalFile | |
---|---|
PortalFile |
FileSystemEvent.getFile()
Returns the affected file or folder. |
Constructors in lumis.portal.filesystem.event with parameters of type PortalFile | |
---|---|
ClusterFileSystemAddEvent(PortalFile file)
Default constructor. |
|
ClusterFileSystemDeleteEvent(PortalFile file)
Default constructor. |
|
ClusterFileSystemUpdateEvent(PortalFile file)
Default constructor. |
|
FileSystemAddEvent(PortalFile file)
|
|
FileSystemDeleteEvent(PortalFile file)
|
|
FileSystemEvent(PortalFile file)
Creates a new file system event. |
|
FileSystemUpdateEvent(PortalFile file)
|
Uses of PortalFile in lumis.portal.webfilereplication |
---|
Methods in lumis.portal.webfilereplication with parameters of type PortalFile | |
---|---|
void |
LocalFileReplicator.delete(PortalFile file)
|
void |
IFileReplicator.delete(PortalFile file)
Removes a file or directory from the replication destination. |
void |
FTPFileReplicator.delete(PortalFile file)
|
void |
LocalFileReplicator.write(PortalFile file)
|
void |
IFileReplicator.write(PortalFile file)
Writes a file or directory on the replication destination. |
void |
FTPFileReplicator.write(PortalFile file)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |