Uses of Class
org.openmetadata.service.util.ResultList
-
-
Uses of ResultList in org.openmetadata.service
Subclasses of ResultList in org.openmetadata.service Modifier and Type Class Description classFunctionList -
Uses of ResultList in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return ResultList Modifier and Type Method Description ResultList<ColumnProfile>TableRepository. getColumnProfiles(String fqn, Long startTs, Long endTs)ResultList<KpiResult>KpiRepository. getKpiResults(String fqn, Long startTs, Long endTs, CollectionDAO.EntityExtensionTimeSeriesDAO.OrderBy orderBy)ResultList<PipelineStatus>PipelineRepository. getPipelineStatuses(String fqn, Long starTs, Long endTs)ResultList<ReportData>ReportDataRepository. getReportData(ReportData.ReportDataType reportDataType, Long startTs, Long endTs)ResultList<T>EntityRepository. getResultList(List<T> entities, String beforeCursor, String afterCursor, int total)ResultList<T>EntityRepository. getResultList(List<T> entities, List<String> errors, String beforeCursor, String afterCursor, int total)ResultList<SystemProfile>TableRepository. getSystemProfiles(String fqn, Long startTs, Long endTs)ResultList<TableProfile>TableRepository. getTableProfiles(String fqn, Long startTs, Long endTs)ResultList<TestCaseResult>TestCaseRepository. getTestCaseResults(String fqn, Long startTs, Long endTs)ResultList<WebAnalyticEventData>WebAnalyticEventRepository. getWebAnalyticEventData(String eventType, Long startTs, Long endTs)ResultList<Thread>FeedRepository. list(FeedFilter filter, String link, int limitPosts, String userId, int limit)List threads based on the filters and limits in the order of the updated timestamp.ResultList<T>EntityRepository. listAfter(javax.ws.rs.core.UriInfo uriInfo, EntityUtil.Fields fields, ListFilter filter, int limitParam, String after)ResultList<T>EntityRepository. listAfterWithSkipFailure(javax.ws.rs.core.UriInfo uriInfo, EntityUtil.Fields fields, ListFilter filter, int limitParam, String after)ResultList<Settings>SystemRepository. listAllConfigs()ResultList<T>EntityRepository. listBefore(javax.ws.rs.core.UriInfo uriInfo, EntityUtil.Fields fields, ListFilter filter, int limitParam, String before)ResultList<PipelineStatus>IngestionPipelineRepository. listPipelineStatus(String ingestionPipelineFQN, Long startTs, Long endTs) -
Uses of ResultList in org.openmetadata.service.resources
Methods in org.openmetadata.service.resources that return ResultList Modifier and Type Method Description ResultList<T>EntityResource. addHref(javax.ws.rs.core.UriInfo uriInfo, ResultList<T> list)ResultList<T>EntityResource. listInternal(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, ListFilter filter, int limitParam, String before, String after)ResultList<T>EntityResource. listInternal(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, EntityUtil.Fields fields, ListFilter filter, int limitParam, String before, String after, OperationContext operationContext, ResourceContextInterface resourceContext)Methods in org.openmetadata.service.resources with parameters of type ResultList Modifier and Type Method Description ResultList<T>EntityResource. addHref(javax.ws.rs.core.UriInfo uriInfo, ResultList<T> list) -
Uses of ResultList in org.openmetadata.service.resources.analytics
Subclasses of ResultList in org.openmetadata.service.resources.analytics Modifier and Type Class Description static classReportDataResource.ReportDataResultListstatic classWebAnalyticEventResource.WebAnalyticEventDataListstatic classWebAnalyticEventResource.WebAnalyticEventListMethods in org.openmetadata.service.resources.analytics that return ResultList Modifier and Type Method Description ResultList<ReportData>ReportDataResource. list(javax.ws.rs.core.SecurityContext securityContext, @NonNull ReportData.ReportDataType reportDataType, @NonNull Long startTs, @NonNull Long endTs)ResultList<WebAnalyticEvent>WebAnalyticEventResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)ResultList<WebAnalyticEventData>WebAnalyticEventResource. listWebAnalyticEventData(javax.ws.rs.core.SecurityContext securityContext, @NonNull String eventType, @NonNull Long startTs, @NonNull Long endTs) -
Uses of ResultList in org.openmetadata.service.resources.automations
Subclasses of ResultList in org.openmetadata.service.resources.automations Modifier and Type Class Description static classWorkflowResource.WorkflowListMethods in org.openmetadata.service.resources.automations that return ResultList Modifier and Type Method Description ResultList<Workflow>WorkflowResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include, String workflowType, String status) -
Uses of ResultList in org.openmetadata.service.resources.bots
Subclasses of ResultList in org.openmetadata.service.resources.bots Modifier and Type Class Description static classBotResource.BotListMethods in org.openmetadata.service.resources.bots that return ResultList Modifier and Type Method Description ResultList<Bot>BotResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.charts
Subclasses of ResultList in org.openmetadata.service.resources.charts Modifier and Type Class Description static classChartResource.ChartListMethods in org.openmetadata.service.resources.charts that return ResultList Modifier and Type Method Description ResultList<Chart>ChartResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String serviceParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.dashboards
Subclasses of ResultList in org.openmetadata.service.resources.dashboards Modifier and Type Class Description static classDashboardResource.DashboardListMethods in org.openmetadata.service.resources.dashboards that return ResultList Modifier and Type Method Description @Valid ResultList<Dashboard>DashboardResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String serviceParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.databases
Subclasses of ResultList in org.openmetadata.service.resources.databases Modifier and Type Class Description static classDatabaseResource.DatabaseListstatic classDatabaseSchemaResource.DatabaseSchemaListstatic classTableResource.ColumnProfileListstatic classTableResource.SystemProfileListstatic classTableResource.TableListstatic classTableResource.TableProfileListMethods in org.openmetadata.service.resources.databases that return ResultList Modifier and Type Method Description ResultList<Database>DatabaseResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String serviceParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)ResultList<DatabaseSchema>DatabaseSchemaResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String databaseParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)ResultList<Table>TableResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String databaseParam, String databaseSchemaParam, boolean includeEmptyTestSuite, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)ResultList<ColumnProfile>TableResource. listColumnProfiles(javax.ws.rs.core.SecurityContext securityContext, String fqn, @NotNull Long startTs, @NotNull Long endTs)ResultList<SystemProfile>TableResource. listSystemProfiles(javax.ws.rs.core.SecurityContext securityContext, String fqn, @NotNull Long startTs, @NotNull Long endTs) -
Uses of ResultList in org.openmetadata.service.resources.dataInsight
Subclasses of ResultList in org.openmetadata.service.resources.dataInsight Modifier and Type Class Description static classDataInsightChartResource.DataInsightChartListstatic classDataInsightChartResource.DataInsightChartResultListMethods in org.openmetadata.service.resources.dataInsight that return ResultList Modifier and Type Method Description ResultList<DataInsightChart>DataInsightChartResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.datamodels
Subclasses of ResultList in org.openmetadata.service.resources.datamodels Modifier and Type Class Description static classDashboardDataModelResource.DashboardDataModelListMethods in org.openmetadata.service.resources.datamodels that return ResultList Modifier and Type Method Description ResultList<DashboardDataModel>DashboardDataModelResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String serviceParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.dqtests
Subclasses of ResultList in org.openmetadata.service.resources.dqtests Modifier and Type Class Description static classTestCaseResource.TestCaseListstatic classTestCaseResource.TestCaseResultListstatic classTestDefinitionResource.TestDefinitionListstatic classTestSuiteResource.TestSuiteListMethods in org.openmetadata.service.resources.dqtests that return ResultList Modifier and Type Method Description ResultList<TestCase>TestCaseResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, String entityLink, String testSuiteId, Boolean includeAllTests, Include include)ResultList<TestDefinition>TestDefinitionResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include, String entityType, String testPlatformParam, String supportedDataTypeParam)ResultList<TestSuite>TestSuiteResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String testSuiteType, String before, String after, Include include)ResultList<TestCaseResult>TestCaseResource. listTestCaseResults(javax.ws.rs.core.SecurityContext securityContext, String fqn, @NonNull Long startTs, @NonNull Long endTs) -
Uses of ResultList in org.openmetadata.service.resources.events
Subclasses of ResultList in org.openmetadata.service.resources.events Modifier and Type Class Description static classEventResource.EventListMethods in org.openmetadata.service.resources.events that return ResultList Modifier and Type Method Description @Valid ResultList<ChangeEvent>EventResource. get(javax.ws.rs.core.UriInfo uriInfo, String entityCreated, String entityUpdated, String entityRestored, String entityDeleted, long timestamp) -
Uses of ResultList in org.openmetadata.service.resources.events.subscription
Subclasses of ResultList in org.openmetadata.service.resources.events.subscription Modifier and Type Class Description static classEventSubscriptionResource.EventSubResourceDescriptorListstatic classEventSubscriptionResource.EventSubscriptionListMethods in org.openmetadata.service.resources.events.subscription that return ResultList Modifier and Type Method Description ResultList<SubscriptionResourceDescriptor>EventSubscriptionResource. listEventSubResources(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext)ResultList<EventSubscription>EventSubscriptionResource. listEventSubscriptions(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after) -
Uses of ResultList in org.openmetadata.service.resources.feeds
Subclasses of ResultList in org.openmetadata.service.resources.feeds Modifier and Type Class Description static classFeedResource.PostListMethods in org.openmetadata.service.resources.feeds that return ResultList Modifier and Type Method Description ResultList<Post>FeedResource. getPosts(javax.ws.rs.core.UriInfo uriInfo, String id)ResultList<Thread>FeedResource. list(javax.ws.rs.core.UriInfo uriInfo, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitPosts, @javax.validation.constraints.Min(1L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, String entityLink, UUID userId, FeedRepository.FilterType filterType, boolean resolved, ThreadType threadType, TaskStatus taskStatus, Boolean activeAnnouncement) -
Uses of ResultList in org.openmetadata.service.resources.glossary
Subclasses of ResultList in org.openmetadata.service.resources.glossary Modifier and Type Class Description static classGlossaryResource.GlossaryListstatic classGlossaryTermResource.GlossaryTermListMethods in org.openmetadata.service.resources.glossary that return ResultList Modifier and Type Method Description @Valid ResultList<Glossary>GlossaryResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)@Valid ResultList<GlossaryTerm>GlossaryTermResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String glossaryIdParam, UUID parentTermParam, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.kpi
Subclasses of ResultList in org.openmetadata.service.resources.kpi Modifier and Type Class Description static classKpiResource.KpiListstatic classKpiResource.KpiResultListMethods in org.openmetadata.service.resources.kpi that return ResultList Modifier and Type Method Description ResultList<Kpi>KpiResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)ResultList<KpiResult>KpiResource. listKpiResults(javax.ws.rs.core.SecurityContext securityContext, String name, @NonNull Long startTs, @NonNull Long endTs, CollectionDAO.EntityExtensionTimeSeriesDAO.OrderBy orderBy) -
Uses of ResultList in org.openmetadata.service.resources.metrics
Subclasses of ResultList in org.openmetadata.service.resources.metrics Modifier and Type Class Description static classMetricsResource.MetricsListMethods in org.openmetadata.service.resources.metrics that return ResultList Modifier and Type Method Description ResultList<Metrics>MetricsResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after) -
Uses of ResultList in org.openmetadata.service.resources.mlmodels
Subclasses of ResultList in org.openmetadata.service.resources.mlmodels Modifier and Type Class Description static classMlModelResource.MlModelListMethods in org.openmetadata.service.resources.mlmodels that return ResultList Modifier and Type Method Description @Valid ResultList<MlModel>MlModelResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String serviceParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.permissions
Methods in org.openmetadata.service.resources.permissions that return ResultList Modifier and Type Method Description ResultList<ResourcePermission>PermissionsResource. getPermissionForPolicies(javax.ws.rs.core.SecurityContext securityContext, List<UUID> ids)ResultList<ResourcePermission>PermissionsResource. getPermissions(javax.ws.rs.core.SecurityContext securityContext, String user) -
Uses of ResultList in org.openmetadata.service.resources.pipelines
Subclasses of ResultList in org.openmetadata.service.resources.pipelines Modifier and Type Class Description static classPipelineResource.PipelineListstatic classPipelineResource.PipelineStatusListMethods in org.openmetadata.service.resources.pipelines that return ResultList Modifier and Type Method Description ResultList<PipelineStatus>PipelineResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fqn, @NotNull Long startTs, @NotNull Long endTs)@Valid ResultList<Pipeline>PipelineResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String serviceParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.policies
Subclasses of ResultList in org.openmetadata.service.resources.policies Modifier and Type Class Description static classPolicyResource.PolicyListstatic classPolicyResource.ResourceDescriptorListMethods in org.openmetadata.service.resources.policies that return ResultList Modifier and Type Method Description @Valid ResultList<Policy>PolicyResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)ResultList<Function>PolicyResource. listPolicyFunctions(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext)ResultList<ResourceDescriptor>PolicyResource. listPolicyResources(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext) -
Uses of ResultList in org.openmetadata.service.resources.query
Subclasses of ResultList in org.openmetadata.service.resources.query Modifier and Type Class Description static classQueryResource.QueryListMethods in org.openmetadata.service.resources.query that return ResultList Modifier and Type Method Description ResultList<Query>QueryResource. listQueries(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, UUID entityId, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after) -
Uses of ResultList in org.openmetadata.service.resources.reports
Subclasses of ResultList in org.openmetadata.service.resources.reports Modifier and Type Class Description static classReportResource.ReportListMethods in org.openmetadata.service.resources.reports that return ResultList Modifier and Type Method Description ResultList<Report>ReportResource. list(javax.ws.rs.core.UriInfo uriInfo, String fieldsParam) -
Uses of ResultList in org.openmetadata.service.resources.services
Methods in org.openmetadata.service.resources.services that return ResultList Modifier and Type Method Description protected ResultList<T>ServiceEntityResource. decryptOrNullify(javax.ws.rs.core.SecurityContext securityContext, ResultList<T> services)Methods in org.openmetadata.service.resources.services with parameters of type ResultList Modifier and Type Method Description protected ResultList<T>ServiceEntityResource. decryptOrNullify(javax.ws.rs.core.SecurityContext securityContext, ResultList<T> services) -
Uses of ResultList in org.openmetadata.service.resources.services.connections
Subclasses of ResultList in org.openmetadata.service.resources.services.connections Modifier and Type Class Description static classTestConnectionDefinitionResource.TestConnectionDefinitionListMethods in org.openmetadata.service.resources.services.connections that return ResultList Modifier and Type Method Description ResultList<TestConnectionDefinition>TestConnectionDefinitionResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.services.dashboard
Subclasses of ResultList in org.openmetadata.service.resources.services.dashboard Modifier and Type Class Description static classDashboardServiceResource.DashboardServiceListMethods in org.openmetadata.service.resources.services.dashboard that return ResultList Modifier and Type Method Description ResultList<DashboardService>DashboardServiceResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String name, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.services.database
Subclasses of ResultList in org.openmetadata.service.resources.services.database Modifier and Type Class Description static classDatabaseServiceResource.DatabaseServiceListMethods in org.openmetadata.service.resources.services.database that return ResultList Modifier and Type Method Description ResultList<DatabaseService>DatabaseServiceResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.services.ingestionpipelines
Subclasses of ResultList in org.openmetadata.service.resources.services.ingestionpipelines Modifier and Type Class Description static classIngestionPipelineResource.IngestionPipelineListMethods in org.openmetadata.service.resources.services.ingestionpipelines that return ResultList Modifier and Type Method Description @Valid ResultList<IngestionPipeline>IngestionPipelineResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String serviceParam, String testSuiteParam, String pipelineType, String serviceType, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)ResultList<PipelineStatus>IngestionPipelineResource. listPipelineStatuses(javax.ws.rs.core.SecurityContext securityContext, String fqn, @NonNull Long startTs, @NonNull Long endTs) -
Uses of ResultList in org.openmetadata.service.resources.services.messaging
Subclasses of ResultList in org.openmetadata.service.resources.services.messaging Modifier and Type Class Description static classMessagingServiceResource.MessagingServiceListMethods in org.openmetadata.service.resources.services.messaging that return ResultList Modifier and Type Method Description ResultList<MessagingService>MessagingServiceResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.services.metadata
Subclasses of ResultList in org.openmetadata.service.resources.services.metadata Modifier and Type Class Description static classMetadataServiceResource.MetadataServiceListMethods in org.openmetadata.service.resources.services.metadata that return ResultList Modifier and Type Method Description ResultList<MetadataService>MetadataServiceResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.services.mlmodel
Subclasses of ResultList in org.openmetadata.service.resources.services.mlmodel Modifier and Type Class Description static classMlModelServiceResource.MlModelServiceListMethods in org.openmetadata.service.resources.services.mlmodel that return ResultList Modifier and Type Method Description ResultList<MlModelService>MlModelServiceResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.services.pipeline
Subclasses of ResultList in org.openmetadata.service.resources.services.pipeline Modifier and Type Class Description static classPipelineServiceResource.PipelineServiceListMethods in org.openmetadata.service.resources.services.pipeline that return ResultList Modifier and Type Method Description ResultList<PipelineService>PipelineServiceResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.services.storage
Subclasses of ResultList in org.openmetadata.service.resources.services.storage Modifier and Type Class Description static classStorageServiceResource.StorageServiceListMethods in org.openmetadata.service.resources.services.storage that return ResultList Modifier and Type Method Description ResultList<StorageService>StorageServiceResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.storages
Subclasses of ResultList in org.openmetadata.service.resources.storages Modifier and Type Class Description static classContainerResource.ContainerListMethods in org.openmetadata.service.resources.storages that return ResultList Modifier and Type Method Description @Valid ResultList<Container>ContainerResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String service, Boolean root, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.system
Subclasses of ResultList in org.openmetadata.service.resources.system Modifier and Type Class Description static classSystemResource.SettingsListMethods in org.openmetadata.service.resources.system that return ResultList Modifier and Type Method Description ResultList<Settings>SystemResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext) -
Uses of ResultList in org.openmetadata.service.resources.tags
Methods in org.openmetadata.service.resources.tags that return ResultList Modifier and Type Method Description ResultList<Classification>ClassificationResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String disabled, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)@Valid ResultList<Tag>TagResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String parent, String fieldsParam, Boolean disabled, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.teams
Subclasses of ResultList in org.openmetadata.service.resources.teams Modifier and Type Class Description static classRoleResource.RoleListstatic classTeamResource.TeamHierarchyListstatic classTeamResource.TeamListstatic classUserResource.PersonalAccessTokenListstatic classUserResource.UserListMethods in org.openmetadata.service.resources.teams that return ResultList Modifier and Type Method Description @Valid ResultList<Role>RoleResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, boolean defaultParam, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include)@Valid ResultList<Team>TeamResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, String parentTeam, Boolean isJoinable, Include include)@Valid ResultList<User>UserResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String teamParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Boolean isAdmin, Boolean isBot, Include include)@Valid ResultList<TeamHierarchy>TeamResource. listHierarchy(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, @javax.validation.constraints.Min(1000L),@javax.validation.constraints.Max(1000000L) int limitParam, Boolean isJoinable) -
Uses of ResultList in org.openmetadata.service.resources.topics
Subclasses of ResultList in org.openmetadata.service.resources.topics Modifier and Type Class Description static classTopicResource.TopicListMethods in org.openmetadata.service.resources.topics that return ResultList Modifier and Type Method Description ResultList<Topic>TopicResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String fieldsParam, String serviceParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, Include include) -
Uses of ResultList in org.openmetadata.service.resources.types
Subclasses of ResultList in org.openmetadata.service.resources.types Modifier and Type Class Description static classTypeResource.TypeListMethods in org.openmetadata.service.resources.types that return ResultList Modifier and Type Method Description @Valid ResultList<Type>TypeResource. list(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.SecurityContext securityContext, String categoryParam, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after) -
Uses of ResultList in org.openmetadata.service.search.elasticSearch
Methods in org.openmetadata.service.search.elasticSearch with parameters of type ResultList Modifier and Type Method Description org.elasticsearch.action.bulk.BulkRequestElasticSearchDataInsightProcessor. process(ResultList<ReportData> input, Map<String,Object> contextData)org.elasticsearch.action.bulk.BulkRequestElasticSearchEntitiesProcessor. process(ResultList<? extends EntityInterface> input, Map<String,Object> contextData) -
Uses of ResultList in org.openmetadata.service.search.openSearch
Methods in org.openmetadata.service.search.openSearch with parameters of type ResultList Modifier and Type Method Description org.opensearch.action.bulk.BulkRequestOpenSearchDataInsightProcessor. process(ResultList<ReportData> input, Map<String,Object> contextData)org.opensearch.action.bulk.BulkRequestOpenSearchEntitiesProcessor. process(ResultList<? extends EntityInterface> input, Map<String,Object> contextData) -
Uses of ResultList in org.openmetadata.service.security.mask
Methods in org.openmetadata.service.security.mask that return ResultList Modifier and Type Method Description static ResultList<Query>PIIMasker. getQueries(ResultList<Query> queries, Authorizer authorizer, javax.ws.rs.core.SecurityContext securityContext)static ResultList<TestCase>PIIMasker. getTestCases(ResultList<TestCase> testCases, Authorizer authorizer, javax.ws.rs.core.SecurityContext securityContext)Methods in org.openmetadata.service.security.mask with parameters of type ResultList Modifier and Type Method Description static ResultList<Query>PIIMasker. getQueries(ResultList<Query> queries, Authorizer authorizer, javax.ws.rs.core.SecurityContext securityContext)static ResultList<TestCase>PIIMasker. getTestCases(ResultList<TestCase> testCases, Authorizer authorizer, javax.ws.rs.core.SecurityContext securityContext) -
Uses of ResultList in org.openmetadata.service.util
Methods in org.openmetadata.service.util that return ResultList Modifier and Type Method Description ResultList<T>ResultList. setPaging(Paging paging) -
Uses of ResultList in org.openmetadata.service.workflows.searchIndex
Methods in org.openmetadata.service.workflows.searchIndex that return ResultList Modifier and Type Method Description ResultList<ReportData>PaginatedDataInsightSource. getReportDataPagination(String entityFQN, int limit, String after)ResultList<ReportData>PaginatedDataInsightSource. readNext(Map<String,Object> contextData)ResultList<? extends EntityInterface>PaginatedEntitiesSource. readNext(Map<String,Object> contextData)
-