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,
Class<? extends org.gcube.common.storagehub.model.items.Item> nodeTypeToInclude) |
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,
Class<? extends org.gcube.common.storagehub.model.items.Item> nodeTypeToInclude) |
static <T extends org.gcube.common.storagehub.model.items.Item> List<T> |
Utils.serachByNameOnFolder(javax.jcr.Session ses,
AuthorizationChecker authChecker,
javax.jcr.Node parent,
List<String> excludes,
Range range,
boolean showHidden,
boolean excludeTrashed,
Class<? extends org.gcube.common.storagehub.model.items.Item> nodeTypeToInclude,
String nameParam) |