Namespace LemonEdge.API.Tasks.Results
Classes
BlendProcessResult
A blended transaction task result returned by the IServerTask. Holds the IBlendTransaction that was recalculated by the blended transacition task (UNIQUE_TASK_ID)
CompareDatabaseResultHandler
The result handler that takes a database comparer task (UNIQUE_TASK_ID) result and stores the file in the storage system for retrieval by anyone viewing the task
CompareDatabaseResults
A compare database task result returned by the IServerTask. Holds the file name of the result of the database comparrison that was recalculated by the compare database task (UNIQUE_TASK_ID)
CustomObjectSaveProcessResult
A custom object task result returned by the IServerTask. Holds the ICustomObject that was upgraded by the custom object task (UNIQUE_TASK_ID)
ExecuteQueryRunnerResult
An execute query runner task result returned by the IServerTask. Holds the filename that was generated by executing the IQueryRunnerStep executions (UNIQUE_TASK_ID)
ExecuteReportResult
An execute ssrs report task result returned by the IServerTask. Holds the filename that was generated by executing the IReport execution
ExportCSVResult
A export data task result returned by the IServerTask. Holds the filename that was generated by the export data task (UNIQUE_TASK_ID)
ExportCSVResultHandler
The result handler that takes an export data task (UNIQUE_TASK_ID) result and stores the file in the storage system for retrieval by anyone viewing the task
ImportDataResult
An import data task result returned by the IServerTask. Holds the list of ImportLineResultInfo results that was determined by the import data task (UNIQUE_TASK_ID)
MultipleItemsResult
A base task result returned by the IServerTask. Holds references to multiple items in the system that was calculated by any task
ResetSystemRolesHandler
The result handler that takes a reset system roles task (UNIQUE_TASK_ID) result and provides a mechanism for the client to respond to it
The server implementation of this does not actually do anything, but the client implementation has an opportunity to prompt the user to perform a refresh all to load the changes in from the server
ResetSystemRolesResults
A reset system roles task result returned by the IServerTask. Holds that the reset system roles task (UNIQUE_TASK_ID) completed correctly
ServerImportDataResultHandler
The result handler that takes a data import task (UNIQUE_TASK_ID) result and provides the client an opportunity to process it. The server implementation does nothing with the results themselves
TransferProcessResult
A transfer transaction task result returned by the IServerTask. Holds the ITransfer that was recalculated by the transfer transacition task (UNIQUE_TASK_ID)
TriggerActionResultHandler
The result handler that takes a trigger action task (UNIQUE_TASK_ID) result and provides a mechanism for the client to respond to it
TriggerActionResults
A trigger action task result returned by the IServerTask. Holds the multiple items that were triggered by the trigger action task (UNIQUE_TASK_ID)
UpgradeDatabaseProcessProcessResult
An upgrade database task result returned by the IServerTask. Holds if the upgrade completed when running the upgrade database task (UNIQUE_TASK_ID)