| Modifier and Type | Method and Description |
|---|---|
DatasetBean |
CKanPublisherService.createCKanDataset(DatasetBean toCreate)
Try to create such dataset starting from the information contained into the toCreate bean.
|
DatasetBean |
CKanPublisherService.getDatasetBean(String folderIdOrFileId)
Retrieve a partially filled bean given a folder id/file id and its owner.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetBean |
CKanPublisherService.createCKanDataset(DatasetBean toCreate)
Try to create such dataset starting from the information contained into the toCreate bean.
|
void |
CKanPublisherServiceAsync.createCKanDataset(DatasetBean toCreate,
com.google.gwt.user.client.rpc.AsyncCallback<DatasetBean> callback)
Try to create such dataset starting from the information contained into the toCreate bean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CKanPublisherServiceAsync.createCKanDataset(DatasetBean toCreate,
com.google.gwt.user.client.rpc.AsyncCallback<DatasetBean> callback)
Try to create such dataset starting from the information contained into the toCreate bean.
|
void |
CKanPublisherServiceAsync.getDatasetBean(String folderIdOrFileId,
com.google.gwt.user.client.rpc.AsyncCallback<DatasetBean> callback)
Retrieve a partially filled bean given a folder id/file id and its owner.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetBean |
CKANPublisherServicesImpl.createCKanDataset(DatasetBean toCreate)
Creates the C kan dataset.
|
DatasetBean |
CKANPublisherServicesImpl.getDatasetBean(String folderId)
Gets the dataset bean.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetBean |
CKANPublisherServicesImpl.createCKanDataset(DatasetBean toCreate)
Creates the C kan dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.gcube.datacatalogue.utillibrary.shared.ResourceBean> |
WorkspaceUtils.toResources(DatasetBean bean,
org.gcube.common.storagehubwrapper.server.tohl.Workspace workspace,
String username)
Copy into the .catalogue area folder the checked resources.
|
static void |
WorkspaceUtils.toWorkspaceResource(String wsItemId,
String userName,
DatasetBean bean,
org.gcube.common.storagehubwrapper.server.tohl.Workspace workspace)
This method receives an item-id within the user's workspace and setit in the dataset bean to be returned.
|
Copyright © 2021. All Rights Reserved.