%XML.Exchange.ChangeControlInterface
class %XML.Exchange.ChangeControlInterface
Configuration Management Change Control Interface This provides the interface may be used to communicate with the change control class.Method Inventory
- ChangeControlClassGet()
- ChangeControlClassSet()
- ChangeControlCreate()
- ExtensionClassesClose()
- ExtensionClassesExecute()
- ExtensionClassesFetch()
- ExternalName()
- GetStatus()
Methods
final classmethod ChangeControlClassGet() as %String
Return the name of the change control class we should use for this
namespace. If we return "" then change control is not enabled in
this namespace.
Set the name of the change control class we should use for this
namespace. Set the value to "" to disable change control in this
namespace.
final classmethod ChangeControlCreate(Name As %String, Password As %String, ByRef Created As %Boolean, ByRef Flags As %Integer, Output Username As %String, Version As %String = "", ByRef Reload As %String) as %Status
Creates an instance of the change control class stored in the local variable
'%ChangeControl' this is used by the load/save functions to import
export the routine to the external change control class.
It also returns Created which is true if the change control class was created correctly.
classmethod ExtensionClassesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
Returns the external name of this file
classmethod GetStatus(InternalName As %String, ByRef IsInChangeControl As %Boolean, ByRef Editable As %Boolean, ByRef IsCheckedOut As %Boolean, ByRef UserCheckedOut As %String, ByRef Reload As %Boolean) as %Status
Return information about this entity. The Reload parameter is returned by this
function and is true if the status check changed the item and so may need to be reloaded.
Queries
query ExtensionClasses()