Skip to main content

%pkg.isc.changecontrol.rest.FilterParamsResponse

class %pkg.isc.changecontrol.rest.FilterParamsResponse extends %pkg.isc.changecontrol.rest.ModelBase

Filter parameters for uncomitted queue.

Property Inventory

Parameters

parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.filter-params-response.v1+json;

Properties

property changeSessionKeys as list of %String;
Change session keys that have uncommitted changes.
Property methods: changeSessionKeysBuildValueArray(), changeSessionKeysCollectionToDisplay(), changeSessionKeysCollectionToOdbc(), changeSessionKeysDisplayToCollection(), changeSessionKeysDisplayToLogical(), changeSessionKeysGet(), changeSessionKeysGetObject(), changeSessionKeysGetObjectId(), changeSessionKeysGetSwizzled(), changeSessionKeysIsValid(), changeSessionKeysLogicalToDisplay(), changeSessionKeysLogicalToOdbc(), changeSessionKeysNormalize(), changeSessionKeysOdbcToCollection(), changeSessionKeysSet(), changeSessionKeysSetObject(), changeSessionKeysSetObjectId()
property users as list of %String;
Users with uncommitted changes.
Property methods: usersBuildValueArray(), usersCollectionToDisplay(), usersCollectionToOdbc(), usersDisplayToCollection(), usersDisplayToLogical(), usersGet(), usersGetObject(), usersGetObjectId(), usersGetSwizzled(), usersIsValid(), usersLogicalToDisplay(), usersLogicalToOdbc(), usersNormalize(), usersOdbcToCollection(), usersSet(), usersSetObject(), usersSetObjectId()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab