Uses of Interface
org.gcube.data.access.storagehub.predicates.ItemTypePredicate
Packages that use ItemTypePredicate
Package
Description
-
Uses of ItemTypePredicate in org.gcube.data.access.storagehub
Methods in org.gcube.data.access.storagehub with parameters of type ItemTypePredicateModifier and TypeMethodDescriptionstatic longUtils.getItemCount(javax.jcr.Node parent, boolean showHidden, ItemTypePredicate itemTypePredicate) static <T extends org.gcube.common.storagehub.model.items.Item>
List<T> Utils.getItemList(java.util.function.Predicate<javax.jcr.Node> checker, javax.jcr.Node parent, List<String> excludes, Range range, boolean showHidden, ItemTypePredicate itemTypePredicate) static <T extends org.gcube.common.storagehub.model.items.Item>
List<T> Utils.getItemList(javax.jcr.Node parent, List<String> excludes, Range range, boolean showHidden, ItemTypePredicate itemTypePredicate) static <T extends org.gcube.common.storagehub.model.items.Item>
List<T> Utils.searchByNameOnFolder(javax.jcr.Session ses, String user, AuthorizationChecker authChecker, javax.jcr.Node parent, List<String> excludes, Range range, boolean showHidden, boolean excludeTrashed, ItemTypePredicate itemTypePredicate, String nameParam) -
Uses of ItemTypePredicate in org.gcube.data.access.storagehub.handlers.items
Methods in org.gcube.data.access.storagehub.handlers.items with parameters of type ItemTypePredicateModifier and TypeMethodDescription<T extends org.gcube.common.storagehub.model.items.Item>
TNode2ItemConverter.getFilteredItem(javax.jcr.Node node, List<String> excludes, ItemTypePredicate itemTypePredicate) -
Uses of ItemTypePredicate in org.gcube.data.access.storagehub.predicates
Classes in org.gcube.data.access.storagehub.predicates that implement ItemTypePredicate