Interface | Description |
---|---|
CollectionPageSearchProcessor |
Most implementations will subclass the
AbstractCollectionPageSearchProcessor as it provides some convenience
methods that search processors will need |
Class | Description |
---|---|
AbstractCollectionPageSearchProcessor |
This class is a useful starting point for Search Processors that need to retrieve all of the collection pages
of a given type while applying the rules they are attached to.
|
ArchiveCollectionPageSearchProcessor |
Similar to
DefaultCollectionPageSearchProcessor except that it assumes that the content property value
is a Date . |
DefaultCollectionPageSearchProcessor |
Default implementation will search through all of the content for a particular
PageType and compares
the PageDTO String-representated property value with the filter string that was passed in, ignoring case. |
DelimiterAwareCollectionPageSearchProcessor |
Similar to
DefaultCollectionPageSearchProcessor except that it assumes that the page property value
could be a longer string separated by a delimiter. |
SearchResult |
This object returns a list of PageDTOs and the original criteria that spawned the list.
|
Copyright © 2020. All rights reserved.