Skip to content

Commit

Permalink
Add method getisCatalogMetadata to GFPDMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Aug 10, 2024
1 parent 6a66dd7 commit 4b17b01
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ public String getFilter() {
return null;
}

@Override
public Boolean getisCatalogMetadata() {
return isMainMetadata;
}

@Override
public List<? extends Object> getLinkedObjects(String link) {
switch (link) {
Expand Down

0 comments on commit 4b17b01

Please sign in to comment.