| Package | Description |
|---|---|
| org.exoplatform.services.wcm.search |
Provides Search Service to handle search on a site with different criteria.
|
| Modifier and Type | Method and Description |
|---|---|
QueryCriteria.DatetimeRange |
QueryCriteria.getCreatedDateRange()
Gets the created date range.
|
QueryCriteria.DatetimeRange |
QueryCriteria.getEndPublicationDateRange()
Gets the end publication date range.
|
QueryCriteria.DatetimeRange |
QueryCriteria.getLastModifiedDateRange()
Gets the last modified date range.
|
QueryCriteria.DatetimeRange |
QueryCriteria.getStartPublicationDateRange()
Gets the start publication date range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryCriteria.setCreatedDateRange(QueryCriteria.DatetimeRange createdDateRange)
Sets the created date range.
|
void |
QueryCriteria.setEndPublicationDateRange(QueryCriteria.DatetimeRange endPublicationDateRange)
Sets the end publication date range.
|
void |
QueryCriteria.setLastModifiedDateRange(QueryCriteria.DatetimeRange lastModifiedDateRange)
Sets the last modified date range.
|
void |
QueryCriteria.setStartPublicationDateRange(QueryCriteria.DatetimeRange startPublicationDateRange)
Sets the start publication date range.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.