|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of QueryType in org.gcube.portlets.user.homelibrary.home.workspace |
|---|
| Methods in org.gcube.portlets.user.homelibrary.home.workspace with parameters of type QueryType | |
|---|---|
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. |
| Uses of QueryType in org.gcube.portlets.user.homelibrary.home.workspace.folder |
|---|
| Methods in org.gcube.portlets.user.homelibrary.home.workspace.folder with parameters of type QueryType | |
|---|---|
void |
FolderBulkCreator.createQuery(String name,
String query,
QueryType queryType)
Create a new query. |
| Uses of QueryType in org.gcube.portlets.user.homelibrary.home.workspace.folder.items |
|---|
| Methods in org.gcube.portlets.user.homelibrary.home.workspace.folder.items that return QueryType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||