@Singleton public class ScriptUtilImpl extends Object implements org.gcube.data.access.storagehub.scripting.ScriptUtil
| Constructor and Description |
|---|
ScriptUtilImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<org.gcube.common.storagehub.model.items.Item> |
getChildren(java.util.function.Predicate<javax.jcr.Node> checker,
javax.jcr.Node parent,
List<String> excludes,
boolean showHidden,
Class<? extends org.gcube.common.storagehub.model.items.Item> nodeTypeToInclude) |
org.gcube.common.storagehub.model.items.Item |
getItem(javax.jcr.Node node,
List<String> excludes) |
public List<org.gcube.common.storagehub.model.items.Item> getChildren(java.util.function.Predicate<javax.jcr.Node> checker, javax.jcr.Node parent, List<String> excludes, boolean showHidden, Class<? extends org.gcube.common.storagehub.model.items.Item> nodeTypeToInclude) throws javax.jcr.RepositoryException, org.gcube.common.storagehub.model.exceptions.BackendGenericError
getChildren in interface org.gcube.data.access.storagehub.scripting.ScriptUtiljavax.jcr.RepositoryExceptionorg.gcube.common.storagehub.model.exceptions.BackendGenericErrorpublic org.gcube.common.storagehub.model.items.Item getItem(javax.jcr.Node node,
List<String> excludes)
throws javax.jcr.RepositoryException,
org.gcube.common.storagehub.model.exceptions.BackendGenericError
getItem in interface org.gcube.data.access.storagehub.scripting.ScriptUtiljavax.jcr.RepositoryExceptionorg.gcube.common.storagehub.model.exceptions.BackendGenericErrorCopyright © 2021. All Rights Reserved.