Class ecm.model.RedactionReason


Extends ecm.model._ModelObject.
Represents a redaction reason that can be assigned to a redaction policy.
Defined in: <ecm\model\RedactionReason.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructor

Field Summary

Field Attributes Field Name and Description
 
A string for the Datacap application name the redaction reason is assigned to.
 
The role description text.
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId

Method Summary

Method Attributes Method Name and Description
 
Generates a JSON representation of this redaction reason.
Methods borrowed from class ecm.model._ModelObject:
destroy, onChange, own, refresh, toString

Constructor Detail

ecm.model.RedactionReason(properties)

Constructor
Parameters:
properties
The properties for the model object. The properties can be any of the public fields as defined below and on ecm.model._ModelObject.

Field Detail

applicationName

A string for the Datacap application name the redaction reason is assigned to.

description

The role description text.

Method Detail

toJSON()

Generates a JSON representation of this redaction reason.