Uses of Class
org.opencastproject.elasticsearch.index.objects.event.EventSearchQuery
Packages that use EventSearchQuery
Package
Description
-
Uses of EventSearchQuery in org.opencastproject.elasticsearch.index
Methods in org.opencastproject.elasticsearch.index with parameters of type EventSearchQuery -
Uses of EventSearchQuery in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event that return EventSearchQueryModifier and TypeMethodDescriptionEventSearchQuery.sortByDate(SortCriterion.Order order) Defines the sort order for the recording date.EventSearchQuery.sortByEndDate(SortCriterion.Order order) Defines the sort order for the recording end date.EventSearchQuery.sortByEventStatus(SortCriterion.Order order) Defines the sort order for the event status.EventSearchQuery.sortByLocation(SortCriterion.Order order) Defines the sort order for the location.EventSearchQuery.sortByManagedAcl(SortCriterion.Order order) Defines the sort order for the managed ACL.EventSearchQuery.sortByPresenter(SortCriterion.Order order) Defines the sort order for the recording date.EventSearchQuery.sortByPublicationIgnoringInternal(SortCriterion.Order order) Defines the sort order for publication.EventSearchQuery.sortBySeriesName(SortCriterion.Order order) Defines the sort order for the series name.EventSearchQuery.sortByStartDate(SortCriterion.Order order) Defines the sort order for the recording start date.EventSearchQuery.sortByTechnicalEndDate(SortCriterion.Order order) Defines the sort order for the technical recording end date.EventSearchQuery.sortByTechnicalStartDate(SortCriterion.Order order) Defines the sort order for the technical recording start date.EventSearchQuery.sortByTitle(SortCriterion.Order order) Defines the sort order for the recording date.EventSearchQuery.sortByUID(SortCriterion.Order order) EventSearchQuery.sortByWorkflowState(SortCriterion.Order order) Defines the sort order for the workflow state.EventSearchQuery.withAccessPolicy(String accessPolicy) Selects recordings with the given access policy.EventSearchQuery.withAction(Permissions.Action action) Filter the recording events with the given action.EventSearchQuery.withAgentId(String agentId) Selects recordings with the given agent id.EventSearchQuery.withArchiveVersion(long archiveVersion) Selects events with the given archive version.EventSearchQuery.withComments(boolean hasComments) Selects recordings with the given has comments status.EventSearchQuery.withComments(String comment) EventSearchQuery.withContributor(String contributor) Selects recording events with the given contributor.EventSearchQuery.withCreated(String created) Selects recordings with the given creation date.EventSearchQuery.withCreator(String creator) Selects recordings with the given creator.EventSearchQuery.withDescription(String description) Selects recordings with the given description.EventSearchQuery.withDuration(long duration) Selects recordings with the given duration.EventSearchQuery.withEventStatus(String eventStatus) Selects recordings with the given event status.EventSearchQuery.withIdentifier(String id) Selects recording events with the given identifier.EventSearchQuery.withIsPublished(boolean isPublished) Selects recordings with the given is published status.EventSearchQuery.withLanguage(String language) Selects recordings with the given language.EventSearchQuery.withLicense(String license) Selects recordings with the given license.EventSearchQuery.withLocation(String location) Selects recordings with the given location.EventSearchQuery.withManagedAcl(String managedAcl) Selects recordings with the given managed ACL name.EventSearchQuery.withNeedsCutting(boolean needsCutting) Selects recordings with the given has comment need cutting status.EventSearchQuery.withOpenComments(boolean hasOpenComments) Selects recordings with the given has open comments status.EventSearchQuery.withoutActions()Filter the recording events without any action checked.EventSearchQuery.withPresenter(String presenter) Selects recording events with the given presenter.EventSearchQuery.withPublications(String publication) Selects recording events with the given publication.EventSearchQuery.withPublisher(String publisher) Selects recordings with the given publisher.EventSearchQuery.withRights(String rights) Selects recordings with the given rights.EventSearchQuery.withSeriesId(String seriesId) Selects recordings with the given series identifier.EventSearchQuery.withSeriesName(String seriesName) Selects recordings with the given series name.EventSearchQuery.withSource(String source) Selects recordings with the given source type.EventSearchQuery.withStartDate(String startDate) Selects recordings with the given start date.EventSearchQuery.withStartFrom(Date startFrom) The start date to start looking for events.EventSearchQuery.withStartTo(Date startTo) The start date to stop looking for events.EventSearchQuery.withSubject(String subject) Selects recording events with the given subject.EventSearchQuery.withTechnicalEndTime(Date technicalEndTime) Selects recordings with the given technical end date.EventSearchQuery.withTechnicalPresenters(String presenter) Selects recording events with the given technical presenters.EventSearchQuery.withTechnicalStartFrom(Date startFrom) The technical start date to start looking for events.EventSearchQuery.withTechnicalStartTime(Date technicalStartTime) Selects recordings with the given technical start date.EventSearchQuery.withTechnicalStartTo(Date startTo) The technical start date to stop looking for events.Selects recordings with the given title.EventSearchQuery.withWorkflowDefinition(String workflowDefinition) Selects recordings with the given workflow definition.EventSearchQuery.withWorkflowId(long workflowId) Selects recordings with the given workflow id.EventSearchQuery.withWorkflowState(String workflowState) Selects recordings with the given workflow state.Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type EventSearchQueryConstructors in org.opencastproject.elasticsearch.index.objects.event with parameters of type EventSearchQueryModifierConstructorDescriptionCreates a new elastic search query based on the events query. -
Uses of EventSearchQuery in org.opencastproject.graphql.datafetcher.event
Methods in org.opencastproject.graphql.datafetcher.event that return EventSearchQueryModifier and TypeMethodDescriptionEventOffsetDataFetcher.addEventOrderByParams(EventSearchQuery eventSearchQuery, graphql.schema.DataFetchingEnvironment environment) Methods in org.opencastproject.graphql.datafetcher.event with parameters of type EventSearchQueryModifier and TypeMethodDescriptionEventOffsetDataFetcher.addEventOrderByParams(EventSearchQuery eventSearchQuery, graphql.schema.DataFetchingEnvironment environment)