%pkg.isc.changecontrol.rest.RevertOutput
class %pkg.isc.changecontrol.rest.RevertOutput extends %pkg.isc.changecontrol.rest.ResponseModelBase
Output model for multiple revert operation.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-output.v1+json;
Properties
property FailureCount as %Integer [ InitialExpression = 0 , Required ];
Number of items that failed to revert
Property methods: FailureCountDisplayToLogical(), FailureCountGet(), FailureCountIsValid(), FailureCountLogicalToDisplay(), FailureCountNormalize(), FailureCountSet(), FailureCountXSDToLogical()
property FailureItems as list of %pkg.isc.changecontrol.rest.RevertFailedItemOutput [ Required ];
Details of failed items.
Property methods: FailureItemsBuildValueArray(), FailureItemsCollectionToDisplay(), FailureItemsCollectionToOdbc(), FailureItemsDisplayToCollection(), FailureItemsGet(), FailureItemsGetObject(), FailureItemsGetObjectId(), FailureItemsGetSwizzled(), FailureItemsIsValid(), FailureItemsOdbcToCollection(), FailureItemsSet(), FailureItemsSetObject(), FailureItemsSetObjectId()
property SuccessCount as %Integer [ InitialExpression = 0 , Required ];
Number of items that were successfully reverted
Property methods: SuccessCountDisplayToLogical(), SuccessCountGet(), SuccessCountIsValid(), SuccessCountLogicalToDisplay(), SuccessCountNormalize(), SuccessCountSet(), SuccessCountXSDToLogical()
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()
- WithOutput()