Class ecm.model.ChildComponentSearchCriteria


Extends ecm.model._ModelObject.
Represents the definition of a child component in the criteria for a search template. This class is specific to IBM Content Manager repositories.
Defined in: <ecm\model\ChildComponentSearchCriteria.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructs the child component search criteria object.

Field Summary

Field Attributes Field Name and Description
 
An array of ecm.model.SearchCriterion for the child component.
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId

Method Summary

Method Attributes Method Name and Description
 
Makes a copy of this child component search criteria.
 
equals(childComponentCriteria)
Methods borrowed from class ecm.model._ModelObject:
destroy, onChange, own, refresh, toString

Constructor Detail

ecm.model.ChildComponentSearchCriteria(properties)

Constructs the child component search criteria object.
Parameters:
properties
The properties for object. The properties can be any of the public fields as defined below and on ecm.model.Item and ecm.model._ModelObject.

Field Detail

searchCriteria

An array of ecm.model.SearchCriterion for the child component.

Method Detail

clone()

Makes a copy of this child component search criteria.

equals(childComponentCriteria)

Parameters:
childComponentCriteria