Uses of Class
org.gcube.common.storagehubwrapper.shared.tohl.exceptions.WrongItemTypeException
-
Packages that use WrongItemTypeException Package Description org.gcube.common.storagehubwrapper.server org.gcube.common.storagehubwrapper.server.tohl -
-
Uses of WrongItemTypeException in org.gcube.common.storagehubwrapper.server
Methods in org.gcube.common.storagehubwrapper.server that throw WrongItemTypeException Modifier and Type Method Description booleanWorkspaceStorageHubClientService. exists(String name, String folderId)Exists.List<WorkspaceItem>WorkspaceStorageHubClientService. find(String name, String folderId)Find.List<WorkspaceItem>WorkspaceStorageHubClientService. search(String text, String folderId)Search. -
Uses of WrongItemTypeException in org.gcube.common.storagehubwrapper.server.tohl
Methods in org.gcube.common.storagehubwrapper.server.tohl that throw WrongItemTypeException Modifier and Type Method Description booleanWorkspace. exists(String name, String folderId)Check if an item with the specified name exists in the specified folder.List<WorkspaceItem>Workspace. find(String name, String folderId)Get an item with the specified name in the specified folder.List<WorkspaceItem>Workspace. search(String text, String folderId)Search.
-