mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 04:41:02 +00:00
move activeFqn to new method (#19263)
This commit is contained in:
parent
40d48ba072
commit
dabcf4fbc3
@ -214,6 +214,15 @@ public interface SearchClient {
|
|||||||
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
Used for listing knowledge page hierarchy for a given active Page and page type, used in Elastic/Open SearchClientExtension
|
||||||
|
*/
|
||||||
|
default ResultList listPageHierarchyForActivePage(
|
||||||
|
String activeFqn, String pageType, int offset, int limit) {
|
||||||
|
throw new CustomExceptionMessage(
|
||||||
|
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
||||||
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
default ResultList searchPageHierarchy(String query, String pageType, int offset, int limit) {
|
default ResultList searchPageHierarchy(String query, String pageType, int offset, int limit) {
|
||||||
throw new CustomExceptionMessage(
|
throw new CustomExceptionMessage(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user