Skip to main content

Demo.REST.DirectoryRequest

persistent class Demo.REST.DirectoryRequest extends %Library.Persistent, %XML.Adaptor

SQL Table Name: Demo_REST.DirectoryRequest

Property Inventory

Method Inventory

Parameters

parameter RESPONSECLASSNAME = Demo.REST.DirectoryResponse;

Properties

property Body as %GlobalCharacterStream;
For JSON content submission
Property methods: BodyDelete(), BodyGet(), BodyGetObject(), BodyGetObjectId(), BodyGetStored(), BodyGetSwizzled(), BodyIsValid(), BodyNewObject(), BodyOid(), BodyOpen(), BodySet(), BodySetObject(), BodySetObjectId(), BodyUnSwizzle()
property Command as %String [ InitialExpression = "GET" ];
Property methods: CommandDisplayToLogical(), CommandGet(), CommandGetStored(), CommandIsValid(), CommandLogicalToDisplay(), CommandLogicalToOdbc(), CommandNormalize(), CommandSet()
property Field as %String;
Property methods: FieldDisplayToLogical(), FieldGet(), FieldGetStored(), FieldIsValid(), FieldLogicalToDisplay(), FieldLogicalToOdbc(), FieldNormalize(), FieldSet()
property Key as %String [ InitialExpression = "name" ];
Property methods: KeyDisplayToLogical(), KeyGet(), KeyGetStored(), KeyIsValid(), KeyLogicalToDisplay(), KeyLogicalToOdbc(), KeyNormalize(), KeySet()
property KeyValue as %String;
Property methods: KeyValueDisplayToLogical(), KeyValueGet(), KeyValueGetStored(), KeyValueIsValid(), KeyValueLogicalToDisplay(), KeyValueLogicalToOdbc(), KeyValueNormalize(), KeyValueSet()
property Type as %String [ InitialExpression = "person" ];
Property methods: TypeDisplayToLogical(), TypeGet(), TypeGetStored(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Methods

classmethod NewResponse(Output pResponse As Ens.Response) as %Status

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Demo.REST.DirectoryRequest)

^Demo.REST.DirectoryRequestD(ID)
=
%%CLASSNAME
Command
Type
Key
KeyValue
Field
Body
FeedbackOpens in a new tab