Interface | Description |
---|---|
CSOLink |
Provides access through the link type and its parameters through the
CSO.getAttributeValue() method.
|
CSOParameter |
This model is used to represent the parameters saved in report search definition.
|
CSOSearch |
This interface can be used to perform search operation on CentraSite Objects.
|
CSOSearchCondition |
CSOSearchCondition represents the search criteria/filters in a generic way.
|
CSOSearchConditionManager |
The CSOSearchConditionManager supports the following conditions:
comparison conditions
keyword conditions
custom defined conditions
These conditions can be specified in the CLL configuration.
|
CSOSearchManager |
The CSOSearchManager provides the interface for searching the CSOM.
|
CSOSearchResult |
The CSOSearchResult interface provides a collection of result items where each result
item is assumed to be a CentraSiteObject.
|
CSOSearchScope |
The CSOSearchScope determines which objects are affected by the search.
|
CSOSortSpecifier |
The order of a search result is defined by a list of CSSortSpecifier.
|
PredefinedSearches |
This interface has a collection of Predefined search names.
|
Class | Description |
---|---|
CSOParameterType |
Interface which defines the various parameter type constants.
|
Enum | Description |
---|---|
CSOSearch.SearchType |
Enumeration that differentiates the types of searches.
|
CSOSortSpecifier.Direction |
This enum acts as a direction indicator for Ascending and Descending directions.
|
Operator |
Operator specifies the conditional operators.
|