Method | Description | |
---|---|---|
GlymaExportWorkItemTimerJob ( ) : System | ||
GlymaExportWorkItemTimerJob ( SPWebApplication webApp ) : System | ||
WorkItemType ( ) : System.Guid |
The Guid of work items to be process by this job
|
Method | Description | |
---|---|---|
ProcessWorkItem ( SPContentDatabase contentDatabase, SPWorkItemCollection workItems, SPWorkItem workItem, SPJobState jobState ) : bool | ||
ProcessWorkItems ( SPContentDatabase contentDatabase, SPWorkItemCollection workItems, SPJobState jobState ) : bool |
Method | Description | |
---|---|---|
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, |
||
exportUtility_ProgressChanged ( object sender, |
public GlymaExportWorkItemTimerJob ( ) : System | ||
return | System |
public GlymaExportWorkItemTimerJob ( SPWebApplication webApp ) : System | ||
webApp | SPWebApplication | |
return | System |
protected ProcessWorkItem ( SPContentDatabase contentDatabase, SPWorkItemCollection workItems, SPWorkItem workItem, SPJobState jobState ) : bool | ||
contentDatabase | SPContentDatabase | |
workItems | SPWorkItemCollection | |
workItem | SPWorkItem | |
jobState | SPJobState | |
return | bool |
protected ProcessWorkItems ( SPContentDatabase contentDatabase, SPWorkItemCollection workItems, SPJobState jobState ) : bool | ||
contentDatabase | SPContentDatabase | |
workItems | SPWorkItemCollection | |
jobState | SPJobState | |
return | bool |