C# 클래스 CmisSync.Lib.Accumulator.RemoteObjectFetcher

Remote object fetcher.
상속: SyncEventHandler
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
Handle ( ISyncEvent e ) : bool

Handles the specified e.

RemoteObjectFetcher ( ISession session, IMetaDataStorage storage ) : System

Initializes a new instance of the RemoteObjectFetcher class. Fetches remote CMIS Objects and adds them to the handled events.

비공개 메소드들

메소드 설명
FetchIdFromExtendedAttribute ( ISyncEvent e ) : string
FetchIdFromStorage ( ISyncEvent e ) : string
GetRemoteObject ( ISyncEvent e ) : ICmisObject
SetRemoteObject ( ISyncEvent e, ICmisObject remote ) : void

메소드 상세

Handle() 공개 메소드

Handles the specified e.
public Handle ( ISyncEvent e ) : bool
e ISyncEvent sync events
리턴 bool

RemoteObjectFetcher() 공개 메소드

Initializes a new instance of the RemoteObjectFetcher class. Fetches remote CMIS Objects and adds them to the handled events.
public RemoteObjectFetcher ( ISession session, IMetaDataStorage storage ) : System
session ISession Session to be used.
storage IMetaDataStorage Storage to look for mapped objects.
리턴 System