C# 클래스 Glyma.UtilityService.SharePoint.GlymaExportWorkItemTimerJob

상속: SPWorkItemJobDefinition
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
GlymaExportWorkItemTimerJob ( ) : System
GlymaExportWorkItemTimerJob ( SPWebApplication webApp ) : System
WorkItemType ( ) : System.Guid

The Guid of work items to be process by this job

보호된 메소드들

메소드 설명
ProcessWorkItem ( SPContentDatabase contentDatabase, SPWorkItemCollection workItems, SPWorkItem workItem, SPJobState jobState ) : bool
ProcessWorkItems ( SPContentDatabase contentDatabase, SPWorkItemCollection workItems, SPJobState jobState ) : bool

비공개 메소드들

메소드 설명
DeleteTempFile ( string pathToTempFile ) : void
LogMessage ( SPWorkItem workItem, string logMessage ) : void
WriteExportStatus ( SPWorkItem workItem, ExportStatus status ) : void
WriteProgress ( SPWorkItem workItem, int percentageComplete ) : void
exportUtility_ExceptionRaised ( object sender, ExceptionRaisedEventArgs e ) : void
exportUtility_ExportCompleted ( object sender, ExportCompletedEventArgs e ) : void
exportUtility_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

메소드 상세

GlymaExportWorkItemTimerJob() 공개 메소드

public GlymaExportWorkItemTimerJob ( ) : System
리턴 System

GlymaExportWorkItemTimerJob() 공개 메소드

public GlymaExportWorkItemTimerJob ( SPWebApplication webApp ) : System
webApp SPWebApplication
리턴 System

ProcessWorkItem() 보호된 메소드

protected ProcessWorkItem ( SPContentDatabase contentDatabase, SPWorkItemCollection workItems, SPWorkItem workItem, SPJobState jobState ) : bool
contentDatabase SPContentDatabase
workItems SPWorkItemCollection
workItem SPWorkItem
jobState SPJobState
리턴 bool

ProcessWorkItems() 보호된 메소드

protected ProcessWorkItems ( SPContentDatabase contentDatabase, SPWorkItemCollection workItems, SPJobState jobState ) : bool
contentDatabase SPContentDatabase
workItems SPWorkItemCollection
jobState SPJobState
리턴 bool

WorkItemType() 공개 메소드

The Guid of work items to be process by this job
public WorkItemType ( ) : System.Guid
리턴 System.Guid