Skip to main content

%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:
  1. the export directory (defaults to ^Sources)
  2. 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

FeedbackOpens in a new tab