MediaCriteriaProcessor |
MediaCriteriaProcessor.processAlbums(List<String> albumIds) |
Processes the criterion on the identifiers of albums (Actually, Album = Node).
|
MediaCriteriaProcessor |
MediaCriteriaProcessor.processComponentInstance(String componentInstanceId) |
Processes the criterion on the component instance identifier.
|
MediaCriteriaProcessor |
MediaCriteriaProcessor.processIdentifiers(List<String> identifiers) |
Processes the criterion on the media identifiers.
|
MediaCriteriaProcessor |
MediaCriteriaProcessor.processMediaTypes(List<MediaType> mediaTypes) |
Processes the criterion on type of media.
|
MediaCriteriaProcessor |
MediaCriteriaProcessor.processNbDaysBeforeThatMediaIsNotVisible(Date referenceDate,
int nbDaysBeforeThatMediaIsNotVisible) |
Processes the criterion on the nb of days before that a media is not visible.
|
MediaCriteriaProcessor |
MediaCriteriaProcessor.processOrdering(List<MediaCriteria.QUERY_ORDER_BY> orderings) |
Processes the criterion on orderings of the medias matching the criteria.
|
MediaCriteriaProcessor |
MediaCriteriaProcessor.processResultLimit(int resultLimit) |
Processes the criterion on the media result limit.
|
MediaCriteriaProcessor |
MediaCriteriaProcessor.processVisibility(MediaCriteria.VISIBILITY visibility,
Date dateReference,
org.silverpeas.core.admin.user.model.UserDetail creator) |
Processes the criterion on the media visibility.
|
MediaCriteriaProcessor |
MediaCriteriaProcessor.then() |
Informs the processor that there is a new criterion to process.
|