removed comment

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/storagehub-client-wrapper@171864 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-10-03 12:44:44 +00:00
parent 6224980e90
commit 14d3ad8453
1 changed files with 0 additions and 6 deletions

View File

@ -44,7 +44,6 @@ public interface Workspace{
* @return the owner
* @throws InternalErrorException the internal error exception
*/
//OK
public String getOwner() throws InternalErrorException;
/**
@ -53,7 +52,6 @@ public interface Workspace{
* @return the root.
* @throws InternalErrorException the internal error exception
*/
//OK
public WorkspaceFolder getRoot() throws InternalErrorException;
@ -63,7 +61,6 @@ public interface Workspace{
* @param id the id
* @return the children
*/
//OK
public List<? extends WorkspaceItem> getChildren(String id);
@ -74,7 +71,6 @@ public interface Workspace{
* @return the parents by id
* @throws InternalErrorException the internal error exception
*/
//OK
public List<? extends WorkspaceItem> getParentsById(String id) throws InternalErrorException;
/**
@ -85,7 +81,6 @@ public interface Workspace{
* @throws ItemNotFoundException if the item has not been found.
* @throws InternalErrorException the internal error exception
*/
//OK
public WorkspaceItem getItem(String itemId) throws ItemNotFoundException, InternalErrorException;
@ -100,7 +95,6 @@ public interface Workspace{
* @throws ItemNotFoundException if the item has not been found.
* @throws InternalErrorException the internal error exception
*/
//OK
public WorkspaceItem getItem(String itemId, boolean withAccounting, boolean withFileDetails, boolean withMapProperties) throws ItemNotFoundException, InternalErrorException;