| 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 |
DeleteResourceEvent.getResource() |
ResourceElementBean |
AddResourceEvent.getResource() |
| Constructor and Description |
|---|
AddResourceEvent(ResourceElementBean resource) |
DeleteResourceEvent(ResourceElementBean resource) |
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
RemovePublishingResourceEvent.getResource()
Gets the resource.
|
ResourceElementBean |
ResourceInfoForm.getResourceBean() |
ResourceElementBean |
SelectedResourceWidget.getResourceBean()
Gets the resource bean.
|
ResourceElementBean |
SelectResourceByWEMainPanel.getResourcesToPublish()
Returns the root parent with the children as files to save
|
| Constructor and Description |
|---|
RemovePublishingResourceEvent(ResourceElementBean resource)
Instantiates a new removes the publishing resource event.
|
ResourceInfoForm(ResourceElementBean resource) |
SelectedResourceWidget(ResourceElementBean rb)
Instantiates a new select resource widget.
|
SelectResourceByWEMainPanel(ResourceElementBean initialBean)
Instantiates a new select resource by WE main panel.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
CKANPublisherServicesImpl.addResourceToDataset(ResourceElementBean resource,
String datasetId)
Adds the resource to dataset.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceElementBean |
CKANPublisherServicesImpl.addResourceToDataset(ResourceElementBean resource,
String datasetId)
Adds the resource to dataset.
|
boolean |
CKANPublisherServicesImpl.deleteResourceFromDataset(ResourceElementBean resource)
Delete resource from dataset.
|
| 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()
Gets the parent.
|
ResourceElementBean |
DatasetBean.getResourceRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceElementBean> |
ResourceElementBean.getToPublish()
Gets the to publish.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ResourceElementBean.compareTo(ResourceElementBean o)
Compare to.
|
void |
ResourceElementBean.setParent(ResourceElementBean parent)
Sets the parent.
|
void |
DatasetBean.setResourceRoot(ResourceElementBean resourceRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceElementBean.setToPublish(List<ResourceElementBean> toPublish)
Sets the to publish.
|
| 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,
Integer childrenSize,
String fullPath)
Instantiates a new resource element bean.
|
ResourceElementBean(String name,
boolean toBeAdded,
boolean isFolder,
ResourceElementBean parent,
Integer childrenSize,
String fullPath,
String originalIdInWorkspace,
String mimeType,
String url,
String description,
String organizationNameDatasetParent)
Instantiates a new resource element bean.
|
Copyright © 2021. All Rights Reserved.