| 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) |
DatasetBean |
CKANPublisherServicesImpl.getDatasetBean(String folderId) |
| Modifier and Type | Method and Description |
|---|---|
DatasetBean |
CKANPublisherServicesImpl.createCKanDataset(DatasetBean toCreate) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.gcube.datacatalogue.ckanutillibrary.shared.ResourceBean> |
WorkspaceUtils.copyResourcesToUserCatalogueArea(String folderOrFileId,
String userName,
DatasetBean bean)
Copy into the .catalogue area folder the checked resources.
|
static void |
WorkspaceUtils.handleWorkspaceResources(String folderId,
String userName,
DatasetBean bean)
This method receives a folder id within the user's workspace and set the list of resources in the dataset bean to be returned
|
Copyright © 2019. All Rights Reserved.