Skip to main content

%pkg.isc.changecontrol.rest.CommitCCRResponse

class %pkg.isc.changecontrol.rest.CommitCCRResponse extends %pkg.isc.changecontrol.rest.ResponseModelBase

Response for REST API request of committing a change to CCR.

Property Inventory

Parameters

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

Properties

property absentList as %pkg.isc.json.dataType.list;
List of IDs which were not found.
Property methods: absentListGet(), absentListIsValid(), absentListJSONToLogical(), absentListLogicalToJSON(), absentListLogicalToOdbc(), absentListLogicalToXSD(), absentListOdbcToLogical(), absentListSet(), absentListXSDToLogical()
property errorList as %pkg.isc.json.dataType.list;
List of IDs which were failed to be exported for commit.
Property methods: errorListGet(), errorListIsValid(), errorListJSONToLogical(), errorListLogicalToJSON(), errorListLogicalToOdbc(), errorListLogicalToXSD(), errorListOdbcToLogical(), errorListSet(), errorListXSDToLogical()
Error text summary of errors.
Property methods: errorTextDisplayToLogical(), errorTextGet(), errorTextIsValid(), errorTextLogicalToDisplay(), errorTextLogicalToOdbc(), errorTextNormalize(), errorTextSet()
property successList as %pkg.isc.json.dataType.list;
IDs successfully committed.
Property methods: successListGet(), successListIsValid(), successListJSONToLogical(), successListLogicalToJSON(), successListLogicalToOdbc(), successListLogicalToXSD(), successListOdbcToLogical(), successListSet(), successListXSDToLogical()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab