HS.BulkFHIR.Util.PurgeExpiredSearchResultsTask
class HS.BulkFHIR.Util.PurgeExpiredSearchResultsTask extends %SYS.Task.Definition
Property Inventory
Method Inventory
Properties
property MinutesToKeep as %Integer [ InitialExpression = 60 ];
How many minutes after a paged search result is last interacted with should it be kept in the cache (Currently stored in ^IRIS.Temp.BulkFHIRSearchResult)
Property methods: MinutesToKeepDisplayToLogical(), MinutesToKeepGet(), MinutesToKeepIsValid(), MinutesToKeepLogicalToDisplay(), MinutesToKeepNormalize(), MinutesToKeepSet()
Methods
method OnTask() as %Status
Inherited description: This method is responsible for executing the task.
At the scheduled time, the Task Manager creates an instance of this object, sets any property values using the stored "Settings" for the task, and then invokes this method to execute the task.
In order to execute a real task, override this method in a subclass.
At the scheduled time, the Task Manager creates an instance of this object, sets any property values using the stored "Settings" for the task, and then invokes this method to execute the task.
In order to execute a real task, override this method in a subclass.
Schedule the task to run if it isn't defined.
Default is to run hourly and purge cached search results that are older than an hour.
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()