Skip to main content

%pkg.isc.changecontrol.rest.OIDInput

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

REST input structure containing the row id, the classname, and a calculated property that is $ListBuild list of (oid, classname) that matches the OID used for a given item.

Property Inventory

Method Inventory

Parameters

parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.oid-input.v1+json;

Properties

property class as %pkg.isc.changecontrol.dataType.InternalName [ Final , Required ];
Class name of object e.g. "Package.Class"
Property methods: classDisplayToLogical(), classGet(), classIsValid(), classLogicalToDisplay(), classLogicalToOdbc(), classNormalize(), classSet()
property id as %String) [ Final , Required ];
Row ID of object as a string e.g. "4" (not 4)
Property methods: idDisplayToLogical(), idGet(), idIsValid(), idLogicalToDisplay(), idLogicalToOdbc(), idNormalize(), idSet()
property oid as %List (%JSONINCLUDE = "NONE") [ Calculated , Final ];
$ListBuild list of id, class e.g. $ListBuild("4", "Package.Class")
Property methods: oidIsValid(), oidLogicalToOdbc(), oidLogicalToXSD(), oidOdbcToLogical(), oidXSDToLogical()

Methods

method oidGet() as %List

Inherited Members

Inherited Methods

FeedbackOpens in a new tab