%pkg.isc.changecontrol.rest.XMLContentResponse
class %pkg.isc.changecontrol.rest.XMLContentResponse extends %pkg.isc.changecontrol.rest.ResponseModelBase
REST response structure of XML content. Used for storing the contents of an exported XML file for an item under change control and the contents of the .bak file for the same item. Stores each as strings.Property Inventory
Parameters
parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.diff-content-response.v1+json;
Properties
property backupContent as %String) [ Final ];
Content of the .xml.bak file, representing the version before change. Additions do not have a .xml.bak file.
Property methods: backupContentDisplayToLogical(), backupContentGet(), backupContentIsValid(), backupContentLogicalToDisplay(), backupContentLogicalToOdbc(), backupContentNormalize(), backupContentSet()
property content as %String) [ Final ];
Content of the .xml file, representing the version after change. Deletions do not have a .xml file.
Property methods: contentDisplayToLogical(), contentGet(), contentIsValid(), contentLogicalToDisplay(), contentLogicalToOdbc(), contentNormalize(), contentSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONMappingInfo()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- JSONExport()
- JSONExportToStream()
- JSONExportToString()
- JSONImport()
- WithOutput()