Skip to main content

%pkg.isc.changecontrol.rest.RevertInput

class %pkg.isc.changecontrol.rest.RevertInput extends %pkg.isc.changecontrol.rest.InputModelBase

Input model for reverting a change.

Property Inventory

Parameters

parameter %JSONFIELDNAMEASCAMELCASE = 1;
%JSONFIELDNAMEASCAMELCASE auto-generates the %JSONFIELDNAME for properties (if not specified) as camelCase.
parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.revert-input.v1+json;

Properties

property Oids as list of %pkg.isc.changecontrol.rest.OIDInput [ Required ];
List of OIDs to be used for the operation
Property methods: OidsBuildValueArray(), OidsCollectionToDisplay(), OidsCollectionToOdbc(), OidsDisplayToCollection(), OidsGet(), OidsGetObject(), OidsGetObjectId(), OidsGetSwizzled(), OidsIsValid(), OidsOdbcToCollection(), OidsSet(), OidsSetObject(), OidsSetObjectId()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab