%zDocBookUtils.SetupHSDocumatic
hidden class %zDocBookUtils.SetupHSDocumatic extends %Library.RegisteredObject
Method Inventory
Methods
This method copies the file, creates a resource & role, defines a database, defines a namespace, and adds a matching role to the /csp/docbook application so that application can access this database.
The optional justName argument is meant to handle the special case of HSPILIB, where the database file is already present but does not have a namespace mapped to it.
Creates new local databases with the names and directories specified, as well as the corresponding resources.
The databases argument is a dynamic object in the format: {DBname:DBdirectory} where the name and directory are specified as strings.
Returns 1/OK if all databases are successfully created, otherwise returns an error.
Method originally created for use by the %zdocserver routine option for setting up HealthShare combined documatic instance
Inherited Members
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()