mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +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)
|
||||
throws IOException;
|
||||
|
||||
default Response listPageHierarchy(String parent) {
|
||||
default Response listPageHierarchy(String parent, String pageType) {
|
||||
throw new CustomExceptionMessage(
|
||||
Response.Status.NOT_IMPLEMENTED, NOT_IMPLEMENTED_ERROR_TYPE, NOT_IMPLEMENTED_METHOD);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user