mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-06 21:43:37 +00:00
Add Page Type filter (#17519)
This commit is contained in:
parent
6d22deb618
commit
91f69ba34b
@ -135,7 +135,7 @@ public interface SearchClient {
|
|||||||
String entityType)
|
String entityType)
|
||||||
throws IOException;
|
throws IOException;
|
||||||
|
|
||||||
default Response listPageHierarchy(String parent) {
|
default Response listPageHierarchy(String parent, String pageType) {
|
||||||
throw new CustomExceptionMessage(
|
throw new CustomExceptionMessage(
|
||||||
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user