%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
- %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()