Méthode | Description | |
---|---|---|
CreateExportJob ( System.Guid domainUid, System.Guid rootMapUid, string>.IDictionary |
Creates an ExportJob and schedules the WorkItem for the timer job that processes the exports.
|
|
DeleteExportJob ( |
Deletes an ExportJob if it's in the Scheduled, Completed, or Error ExportStates.
|
|
GetExportJobs ( System.Guid domainUid, System.Guid rootMapUid ) : ExportJobsResponse |
Gets the ExportJobs for the particular allap schema types for a domain and root map.
|
|
GetExportJobsForMapType ( MapType mapType, System.Guid domainUid, System.Guid rootMapUid ) : ExportJobsResponse |
Gets the ExportJobs for the particular map schema type for a domain and root map.
|
|
IsExportingAvailable ( ) : |
Checks if the Glyma Export Timer Job exists in the current web pplicatio for the site.
|
Méthode | Description | |
---|---|---|
CleanupErrorWorkItems ( |
Deletes and of the TimerJob WorkItems for the GlymaExportWorkItemTimerJob if they still exist and are in error state.
|
|
CreateExportJobListEntry ( SPList exportsList, System.Guid domainId, System.Guid rootmapId, MapType mapType, ExportType type, System.Guid workItemId, string serializedExportProperties, int userId ) : int |
Adds the SPListItem for the ExportJob to the GlymaExports lists if there isn't one already in the Scheduled ExportState for the exact same export.
|
|
GetCreatedTime ( SPList exportsList, int listItemId ) : System.DateTime | ||
GetExportJob ( SPListItem export ) : |
||
GetExportJobsImp ( MapType mapType, System.Guid domainUid, System.Guid rootMapUid ) : ExportJobsResponse |
Gets the ExportJobs for the particular map schema type for a domain and root map.
|
public CreateExportJob ( System.Guid domainUid, System.Guid rootMapUid, string>.IDictionary |
||
domainUid | System.Guid | The DominUid for the map being exported |
rootMapUid | System.Guid | The RootMapUid for the map being exported |
exportProperties | string>.IDictionary | The export properties for the export |
mapType | MapType | The map type (schema) for the map being exported |
exportType | ExportType | The output format for the export |
Résultat |
public DeleteExportJob ( |
||
job | The ExportJob to delete | |
Résultat |
public GetExportJobs ( System.Guid domainUid, System.Guid rootMapUid ) : ExportJobsResponse | ||
domainUid | System.Guid | The DomainUid for the exports |
rootMapUid | System.Guid | The RootMapUid for the exports |
Résultat | ExportJobsResponse |
public GetExportJobsForMapType ( MapType mapType, System.Guid domainUid, System.Guid rootMapUid ) : ExportJobsResponse | ||
mapType | MapType | The map schema type |
domainUid | System.Guid | The DomainUid for the exports |
rootMapUid | System.Guid | The RootMapUid for the exports |
Résultat | ExportJobsResponse |
public IsExportingAvailable ( ) : |
||
Résultat |