Class ecm.model.ODSavedSearchCriterion


Extends ecm.model._ModelObject.
Represents a field in a saved search in an IBM Content Manager OnDemand repository. This class defines the name, operator, and values for the search field.
Defined in: <ecm\model\ODSavedSearchCriterion.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructor

Field Summary

Field Attributes Field Name and Description
 
A string holding the operator value.
 
values 
Holds the values of the search criteria.
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId
Methods borrowed from class ecm.model._ModelObject:
destroy, onChange, own, refresh, toString

Constructor Detail

ecm.model.ODSavedSearchCriterion(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

operator

A string holding the operator value.

values

Holds the values of the search criteria.