%ZHSLIB.PackageManager.Core.TempFileManager
class %ZHSLIB.PackageManager.Core.TempFileManager extends %ZHSLIB.PackageManager.Core.Singleton
Helper class to ensure temp files/folders are cleaned up @API.Object @Modifier Availability InterSystems @API.Object.Instantiable @Modifier Availability ForbiddenProperty Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property Files [ Private , MultiDimensional ];
Property methods: FilesDisplayToLogical(), FilesGet(), FilesIsValid(), FilesLogicalToDisplay(), FilesLogicalToOdbc(), FilesNormalize(), FilesSet()
property Folders [ Private , MultiDimensional ];
Property methods: FoldersDisplayToLogical(), FoldersGet(), FoldersIsValid(), FoldersLogicalToDisplay(), FoldersLogicalToOdbc(), FoldersNormalize(), FoldersSet()
Methods (Including Private)
private method %OnClose() as %Status [ Language = objectscript ]
Inherited description: Removes the OREF of this instance from PPG.
Subclasses of %ZHSLIB.PackageManager.Core.Singleton that override this method *MUST* call ##super().
method Cleanup() as %Status [ Language = objectscript ]
Gets a temporary file name
@API.Method
@Modifier Availability InterSystems
method GetTempFolderName() as %String [ Language = objectscript ]
Gets a temporary folder name (and creates a folder with that name)
@API.Method
@Modifier Availability InterSystems
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %Get()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- GetInMemoryInstance()