Uses of Class
lumis.portal.webfilereplication.WebFileReplication
-
Packages that use WebFileReplication Package Description lumis.portal.webfilereplication Contains the classes for web file replication feature. -
-
Uses of WebFileReplication in lumis.portal.webfilereplication
Methods in lumis.portal.webfilereplication that return WebFileReplication Modifier and Type Method Description WebFileReplication
WebFileReplicationPropertyValue. getReplication()
Returns the web file replication that owns the property.WebFileReplication
AbstractFileReplicator. getWebFileReplication()
Returns the WebFileReplication with the information of the target repository.Methods in lumis.portal.webfilereplication with parameters of type WebFileReplication Modifier and Type Method Description void
WebFileReplicationPropertyValue. setReplication(WebFileReplication replication)
Defines the web file replication that owns the property.void
AbstractFileReplicator. setWebFileReplication(WebFileReplication replication)
void
IFileReplicator. setWebFileReplication(WebFileReplication replication)
Provides replication information.
-