%pkg.isc.changecontrol.rest.BaselineExportInput
class %pkg.isc.changecontrol.rest.BaselineExportInput extends %pkg.isc.changecontrol.rest.InputModelBase
Expected input type of BaselineExport REST call, only uses two optional args:- the export directory (defaults to ^Sources)
- whether to included excluded items (defaulting to true)
Property Inventory
Parameters
parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.baseline-export-input.v1+json;
Properties
property exportTo as %String) [ Final ];
Property methods: exportToDisplayToLogical(), exportToGet(), exportToIsValid(), exportToLogicalToDisplay(), exportToLogicalToOdbc(), exportToNormalize(), exportToSet()
property includeExclusionClasses as %Boolean [ Final , InitialExpression = 1 ];
Property methods: includeExclusionClassesDisplayToLogical(), includeExclusionClassesGet(), includeExclusionClassesIsValid(), includeExclusionClassesLogicalToDisplay(), includeExclusionClassesNormalize(), includeExclusionClassesSet()
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()