Class ecm.model.ODSavedSearch


Extends ecm.model._ModelObject.
Represents the search criteria for a saved search in an IBM Content Manager OnDemand repository.
Defined in: <ecm\model\ODSavedSearch.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructor

Field Summary

Field Attributes Field Name and Description
 
A boolean flag indicating whether the search is a n anded search.
 
A boolean flag indicating whether the search is public.
 
 
The search criteria
 
A string holding the search template name.
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId

Method Summary

Method Attributes Method Name and Description
 
Methods borrowed from class ecm.model._ModelObject:
destroy, getSortCriteria, onChange, own, refresh, toString

Constructor Detail

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

andSearch

A boolean flag indicating whether the search is a n anded search.

isPublic

A boolean flag indicating whether the search is public.

repository

A ecm.model.Repository object.

searchCriteria

The search criteria

templateName

A string holding the search template name.

Method Detail

toJson()