C# Class CmisSync.Lib.Consumer.SituationSolver.PWC.LocalObjectChangedWithPWC

Local object changed and file content should be uploaded via PWC. Otherwise the fallback solver is called.
Inheritance: AbstractEnhancedSolverWithPWC
Show file Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
LocalObjectChangedWithPWC ( ISession session, IMetaDataStorage storage, IFileTransmissionStorage transmissionStorage, ITransmissionManager manager, ISolver folderOrFileContentUnchangedSolver ) : System
Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void

Method Details

LocalObjectChangedWithPWC() public method

public LocalObjectChangedWithPWC ( ISession session, IMetaDataStorage storage, IFileTransmissionStorage transmissionStorage, ITransmissionManager manager, ISolver folderOrFileContentUnchangedSolver ) : System
session ISession
storage IMetaDataStorage
transmissionStorage IFileTransmissionStorage
manager ITransmissionManager
folderOrFileContentUnchangedSolver ISolver
return System

Solve() public method

public Solve ( IFileSystemInfo localFileSystemInfo, IObjectId remoteId, ContentChangeType localContent = ContentChangeType.NONE, ContentChangeType remoteContent = ContentChangeType.NONE ) : void
localFileSystemInfo IFileSystemInfo
remoteId IObjectId
localContent ContentChangeType
remoteContent ContentChangeType
return void