Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Utils.Setup.Documatic

class Utils.Setup.Documatic extends %Library.RegisteredObject

Misc setup methods for Documatic

Method Inventory

Methods

classmethod ClearDocumaticLeftTOCCache(verbose As %Boolean = 0)
classmethod LoadNewSysCode(verbose As %Boolean = 0)
This enables us to load the %CSP.Documatic files from //learning/classref. It also redefines the /csp/documatic application to use a directory we can write to.
  • Namespace = %SYS
  • Physical directory = csp/documatic
classmethod LogDocumaticUpdate(documaticversion As %String = "")
classmethod MakeSysLibReadOnly(verbose As %Boolean = 0)
Helper method for use by LoadNewSysCode
classmethod MakeSysLibWritable(verbose As %Boolean = 0)
Helper method for use by LoadNewSysCode
classmethod ModifyDocumaticApp(verbose As %Boolean = 0)
classmethod RecopyDocumaticCSS()
Copy ONLY css files in the documatic CSP directory. No longer in use (CopyDocumaticCSP now used) but leaving this method here for now in case we need to copy css only.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab