| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
CKanPublisherService.addResourceToDataset(ResourceElementBean resource,
String datasetId)
Add this resource to the dataset whose id is datasetId
|
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
CKanPublisherService.addResourceToDataset(ResourceElementBean resource,
String datasetId)
Add this resource to the dataset whose id is datasetId
|
void |
CKanPublisherServiceAsync.addResourceToDataset(ResourceElementBean resource,
String datasetId,
com.google.gwt.user.client.rpc.AsyncCallback<ResourceElementBean> callback)
Add this resource to the dataset whose id is datasetId
|
boolean |
CKanPublisherService.deleteResourceFromDataset(ResourceElementBean resource)
Delete this resource from the dataset with id datasetId
|
void |
CKanPublisherServiceAsync.deleteResourceFromDataset(ResourceElementBean resource,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Delete this resource from the dataset with id datasetId
|
| Modifier and Type | Method and Description |
|---|---|
void |
CKanPublisherServiceAsync.addResourceToDataset(ResourceElementBean resource,
String datasetId,
com.google.gwt.user.client.rpc.AsyncCallback<ResourceElementBean> callback)
Add this resource to the dataset whose id is datasetId
|
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
AddResourceEvent.getResource() |
ResourceElementBean |
DeleteResourceEvent.getResource() |
| Constructor and Description |
|---|
AddResourceEvent(ResourceElementBean resource) |
DeleteResourceEvent(ResourceElementBean resource) |
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
TwinColumnSelectionMainPanel.getResourcesToPublish()
Returns the root parent with the children as files to save
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceCellRight.onBrowserEvent(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
ResourceElementBean value,
com.google.gwt.dom.client.NativeEvent event,
com.google.gwt.cell.client.ValueUpdater<ResourceElementBean> valueUpdater) |
void |
ResourceCellRight.render(com.google.gwt.cell.client.Cell.Context context,
ResourceElementBean value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
ResourceCellLeft.render(com.google.gwt.cell.client.Cell.Context context,
ResourceElementBean value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceCellRight.onBrowserEvent(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.dom.client.Element parent,
ResourceElementBean value,
com.google.gwt.dom.client.NativeEvent event,
com.google.gwt.cell.client.ValueUpdater<ResourceElementBean> valueUpdater) |
| Constructor and Description |
|---|
ResourceInfoForm(ResourceElementBean resource,
com.google.gwt.cell.client.ValueUpdater<ResourceElementBean> valueUpdater) |
TwinColumnSelectionMainPanel(ResourceElementBean initialBean) |
| Constructor and Description |
|---|
ResourceInfoForm(ResourceElementBean resource,
com.google.gwt.cell.client.ValueUpdater<ResourceElementBean> valueUpdater) |
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
CKANPublisherServicesImpl.addResourceToDataset(ResourceElementBean resource,
String datasetId) |
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
CKANPublisherServicesImpl.addResourceToDataset(ResourceElementBean resource,
String datasetId) |
boolean |
CKANPublisherServicesImpl.deleteResourceFromDataset(ResourceElementBean resource) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceElementBean |
WorkspaceUtils.getTreeFromFolder(String workspaceFolderId,
org.gcube.common.homelibrary.home.workspace.Workspace ws)
Returns a tree object
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.view.client.ProvidesKey<ResourceElementBean> |
ResourceElementBean.KEY_PROVIDER
The key provider that provides the unique ID of a bean.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
ResourceElementBean.getParent() |
ResourceElementBean |
DatasetBean.getResourceRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceElementBean> |
ResourceElementBean.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
int |
ResourceElementBean.compareTo(ResourceElementBean o) |
void |
ResourceElementBean.setParent(ResourceElementBean parent) |
void |
DatasetBean.setResourceRoot(ResourceElementBean resourceRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceElementBean.setChildren(List<ResourceElementBean> children) |
| Constructor and Description |
|---|
DatasetBean(String id,
String title,
String description,
Map<String,List<String>> customFields,
List<String> tags,
String license,
boolean visible,
String source,
long version,
String authorName,
String authorSurname,
String authorEmail,
String maintainer,
String maintainerEmail,
String ownerIdentifier,
List<OrganizationBean> organizationList,
String selectedOrganization,
ResourceElementBean resourceRoot,
List<MetaDataProfileBean> metadataList,
List<OrganizationBean> groups,
List<String> tagsVocabulary)
Create a metadata bean object.
|
ResourceElementBean(ResourceElementBean another)
Copy constructor
|
ResourceElementBean(ResourceElementBean parent,
String name,
boolean isFolder,
List<ResourceElementBean> children,
String fullPath) |
ResourceElementBean(String name,
boolean toBeAdded,
boolean isFolder,
ResourceElementBean parent,
List<ResourceElementBean> children,
String fullPath,
String originalIdInWorkspace,
String mimeType,
String url,
String description,
String organizationNameDatasetParent) |
| Constructor and Description |
|---|
ResourceElementBean(ResourceElementBean parent,
String name,
boolean isFolder,
List<ResourceElementBean> children,
String fullPath) |
ResourceElementBean(String name,
boolean toBeAdded,
boolean isFolder,
ResourceElementBean parent,
List<ResourceElementBean> children,
String fullPath,
String originalIdInWorkspace,
String mimeType,
String url,
String description,
String organizationNameDatasetParent) |
Copyright © 2019. All Rights Reserved.