611612613614615616617618619620621
} } private MetadataQuery queryWith(@Nullable MetadataQueryRestriction restriction) { if (restriction == null) { return new MetadataQuery(); } else { return new MetadataQuery().restriction(restriction); } }