Uses of Interface
org.opencastproject.list.api.ResourceListQuery
Packages that use ResourceListQuery
Package
Description
-
Uses of ResourceListQuery in org.opencastproject.index.service.catalog.adapter
Methods in org.opencastproject.index.service.catalog.adapter with parameters of type ResourceListQueryModifier and TypeMethodDescriptionConfigurableDCCatalogUIAdapter.getRawFields(ResourceListQuery collectionQueryOverride) Method parameters in org.opencastproject.index.service.catalog.adapter with type arguments of type ResourceListQueryModifier and TypeMethodDescriptionConfigurableDCCatalogUIAdapter.getRawFields(Map<String, ResourceListQuery> collectionQueryOverrides) -
Uses of ResourceListQuery in org.opencastproject.index.service.impl.util
Methods in org.opencastproject.index.service.impl.util with parameters of type ResourceListQueryModifier and TypeMethodDescriptionstatic DublinCoreMetadataCollectionEventUtils.getEventMetadata(Event event, EventCatalogUIAdapter eventCatalogUIAdapter, ResourceListQuery collectionQueryOverride) Loads the metadata for the given event -
Uses of ResourceListQuery in org.opencastproject.index.service.resources.list.api
Methods in org.opencastproject.index.service.resources.list.api with parameters of type ResourceListQueryModifier and TypeMethodDescriptionbooleanService.isCompliant(ResourceListQuery query) Checks if the query filters this service or not. -
Uses of ResourceListQuery in org.opencastproject.index.service.resources.list.provider
Methods in org.opencastproject.index.service.resources.list.provider with parameters of type ResourceListQueryModifier and TypeMethodDescriptionAclListProvider.getList(String listName, ResourceListQuery query) AgentsListProvider.getList(String listName, ResourceListQuery query) BooleanListProvider.getList(String listName, ResourceListQuery query) ContributorsListProvider.getList(String listName, ResourceListQuery query) ContributorsListProvider.getList(ResourceListQuery query) Get all of the contributors with friendly printable names.EventCommentsListProvider.getList(String listName, ResourceListQuery query) EventsListProvider.getList(String listName, ResourceListQuery query) GroupsListProvider.getList(String listName, ResourceListQuery query) JobsListProvider.getList(String listName, ResourceListQuery query) SeriesListProvider.getList(String listName, ResourceListQuery query) ServersListProvider.getList(String listName, ResourceListQuery query) ServicesListProvider.getList(String listName, ResourceListQuery query) ThemesListProvider.getList(String listName, ResourceListQuery query) UsersListProvider.getList(String listName, ResourceListQuery query) ContributorsListProvider.getListWithTechnicalPresenters(ResourceListQuery query) Get the contributors list including usernames and organizations for the users available.ContributorsListProvider.getListWithUserNames(ResourceListQuery query) Get the contributors list including usernames and organizations for the users available.protected SeriesSearchQuerySeriesListProvider.toSearchQuery(ResourceListQuery query) Creates a series search query from resource list query. -
Uses of ResourceListQuery in org.opencastproject.index.service.resources.list.query
Classes in org.opencastproject.index.service.resources.list.query that implement ResourceListQueryModifier and TypeClassDescriptionclassQuery for the ACL list.classQuery for the capture-agents list.classQuery for the events list.classQuery for the users list.classQuery for the jobs list.classQuery for the series list.classQuery for the servers list.classQuery for the services list.classQuery for the themes list.classQuery for the users list.Constructors in org.opencastproject.index.service.resources.list.query with parameters of type ResourceListQueryModifierConstructorDescriptionJobsListQuery(ResourceListQuery query) Copy constructor for the base classResourceListQuery.Copy constructor for the base classResourceListQuery.Copy constructor for the base classResourceListQuery. -
Uses of ResourceListQuery in org.opencastproject.index.service.util
Methods in org.opencastproject.index.service.util with parameters of type ResourceListQueryModifier and TypeMethodDescriptionstatic com.entwinemedia.fn.data.json.JValueJSONUtils.filtersToJSON(ResourceListQuery query, ListProvidersService listProvidersService, Organization org) Generate JSON presentation of the given filtersstatic com.entwinemedia.fn.data.json.JValueJSONUtils.filtersToJSONSeriesWriteAccess(ResourceListQuery query, ListProvidersService listProvidersService, Map<String, String> series) Generate JSON presentation of the given filters -
Uses of ResourceListQuery in org.opencastproject.list.api
Methods in org.opencastproject.list.api with parameters of type ResourceListQueryModifier and TypeMethodDescriptionListProvidersService.getList(String providerName, ResourceListQuery query, boolean inverseValueKey) Returns the list for the given providerResourceListProvider.getList(String listName, ResourceListQuery query) Returns the key-value list for the generator resource filtered with the given filter and based on the given organization context. -
Uses of ResourceListQuery in org.opencastproject.list.impl
Classes in org.opencastproject.list.impl that implement ResourceListQueryModifier and TypeClassDescriptionclassResourceListQuery that should result in an empty list after execution.classMethods in org.opencastproject.list.impl with parameters of type ResourceListQuery -
Uses of ResourceListQuery in org.opencastproject.list.util
Methods in org.opencastproject.list.util with parameters of type ResourceListQuery -
Uses of ResourceListQuery in org.opencastproject.metadata.dublincore
Methods in org.opencastproject.metadata.dublincore with parameters of type ResourceListQueryModifier and TypeMethodDescriptionCatalogUIAdapter.getRawFields(ResourceListQuery collectionQueryOverride) Returns all fields of this catalog in a raw data format.Method parameters in org.opencastproject.metadata.dublincore with type arguments of type ResourceListQueryModifier and TypeMethodDescriptionvoidDublinCoreMetadataCollection.addField(MetadataField metadataField, List<String> values, Optional<ResourceListQuery> collectionQueryOverrideOpt, ListProvidersService listProvidersService) CatalogUIAdapter.getRawFields(Map<String, ResourceListQuery> collectionQueryOverrides) Returns all fields of this catalog in a raw data format.