| Package | Description |
|---|---|
| org.gcube.common.homelibrary.home.workspace | |
| org.gcube.common.homelibrary.home.workspace.folder | |
| org.gcube.common.homelibrary.home.workspace.folder.items |
| Modifier and Type | Method and Description |
|---|---|
Query |
Workspace.createQuery(String name,
String description,
InputStream query,
QueryType queryType,
String destinationfolderId)
Create a new query into a folder.
|
Query |
Workspace.createQuery(String name,
String description,
String query,
QueryType queryType,
String destinationfolderId)
Create a new query into a folder.
|
Query |
WorkspaceFolder.createQueryItem(String name,
String description,
InputStream query,
QueryType queryType)
Create a new Query into this folder.
|
Query |
WorkspaceFolder.createQueryItem(String name,
String description,
String query,
QueryType queryType)
Create a new Query into this folder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FolderBulkCreator.createQuery(String name,
String query,
QueryType queryType)
Create a new query.
|
| Modifier and Type | Method and Description |
|---|---|
QueryType |
Query.getQueryType()
Return this query type.
|
static QueryType |
QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All Rights Reserved.