Class StorageHubWrapper


  • public class StorageHubWrapper
    extends Object
    The Class StorageHubWrapper.
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jul 31, 2019
    • Constructor Detail

      • StorageHubWrapper

        public StorageHubWrapper​(String scope,
                                 String authorizationToken)
        Instantiates a new storage hub wrapper.
        Parameters:
        scope - the scope
        authorizationToken - the authorization token
      • StorageHubWrapper

        public StorageHubWrapper​(String scope,
                                 String authorizationToken,
                                 boolean withAccounting,
                                 boolean withFileDetails,
                                 boolean withMapProperties)
        Instantiates a new storage hub wrapper.
        Parameters:
        scope - the scope
        authorizationToken - the authorization token
        withAccounting - the with accounting
        withFileDetails - the with file details
        withMapProperties - the with map properties
    • Method Detail

      • getWorkspace

        public Workspace getWorkspace()
        A Workspace interface HL-Like
        Returns:
        the workspace as single instance
      • getStorageHubClientService

        public StorageHubClientService getStorageHubClientService()
        Gets the storage hub client service.
        Returns:
        the storageHubClientService