Add Page Type filter (#17519)

This commit is contained in:
Mohit Yadav 2024-08-21 11:02:50 +05:30 committed by GitHub
parent 6d22deb618
commit 91f69ba34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}