master
Lucio Lelii 1 year ago
parent b4ec66ef23
commit 48ae90ba7e

@ -20,6 +20,11 @@
<url>https://code-repo.d4science.org/gCubeSystem/storagehub-script-utils</url>
</scm>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
<dependencies>
<dependency>
<groupId>org.gcube.common</groupId>

@ -25,4 +25,6 @@ public interface ScriptUtil {
Collection<StorageBackendFactory> getStorageBackendHandler();
public void updateContentNode(Content content, Node node) throws Exception;
Node createInternalFolder(Session ses, String name, String description, String userOwner, String parentNodeIdentifier) throws StorageHubException;
}

Loading…
Cancel
Save