mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
Add Listpage Method (#17761)
This commit is contained in:
parent
2b24c91e2a
commit
0c510e443a
@ -134,6 +134,15 @@ public interface SearchClient {
|
||||
String entityType)
|
||||
throws IOException;
|
||||
|
||||
/*
|
||||
Used for listing knowledge page hierarchy for a given parent and page type, used in Elastic/Open SearchClientExtension
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
default Response listPageHierarchy(String parent, String pageType) {
|
||||
throw new CustomExceptionMessage(
|
||||
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
||||
}
|
||||
|
||||
Map<String, Object> searchLineageInternal(
|
||||
String fqn,
|
||||
int upstreamDepth,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user