Utils.Tasks.UpdateReportCollection
class Utils.Tasks.UpdateReportCollection extends %SYS.Task.Definition
Method Inventory
Methods
method OnTask() as %Status
Using existing data in DBMTables.Central.ReportFiles (which has information about file locations)
looks for these files and get them again if there is a newer copy on the remote server.
In the process, the task also refreshes the information in DBMTables.Central.ReportFiles
so we have more current time stamp and size information.
Other methods use that table to know where to pick up files.
classmethod RefreshFilesAndInventory(verbose As %Boolean = 0)
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- CheckPermission()
- GetCollectionType()
- GetPropertyName()
- GetSettings()
- GetTaskName()
- OnSubmit()
- SetSettings()