Uses of Class
org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
-
Uses of ResourceElementBean in org.gcube.portlets.widgets.ckandatapublisherwidget.client
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client that return ResourceElementBean Modifier and Type Method Description ResourceElementBeanCKanPublisherService. addResourceToDataset(ResourceElementBean resource, String organizationName, String datasetId)Add this resource to the dataset whose id is datasetId.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client with parameters of type ResourceElementBean Modifier and Type Method Description ResourceElementBeanCKanPublisherService. addResourceToDataset(ResourceElementBean resource, String organizationName, String datasetId)Add this resource to the dataset whose id is datasetId.voidCKanPublisherServiceAsync. addResourceToDataset(ResourceElementBean resource, String organizationName, String datasetId, com.google.gwt.user.client.rpc.AsyncCallback<ResourceElementBean> callback)Add this resource to the dataset whose id is datasetId.booleanCKanPublisherService. deleteResourceFromDataset(ResourceElementBean resource)Delete this resource from the dataset with id datasetId.voidCKanPublisherServiceAsync. deleteResourceFromDataset(ResourceElementBean resource, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)Delete this resource from the dataset with id datasetId.Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.client with type arguments of type ResourceElementBean Modifier and Type Method Description voidCKanPublisherServiceAsync. addResourceToDataset(ResourceElementBean resource, String organizationName, String datasetId, com.google.gwt.user.client.rpc.AsyncCallback<ResourceElementBean> callback)Add this resource to the dataset whose id is datasetId. -
Uses of ResourceElementBean in org.gcube.portlets.widgets.ckandatapublisherwidget.client.events
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client.events that return ResourceElementBean Modifier and Type Method Description ResourceElementBeanAddResourceEvent. getResource()ResourceElementBeanDeleteResourceEvent. getResource()Constructors in org.gcube.portlets.widgets.ckandatapublisherwidget.client.events with parameters of type ResourceElementBean Constructor Description AddResourceEvent(ResourceElementBean resource)DeleteResourceEvent(com.github.gwtbootstrap.client.ui.Button deleteButton, ResourceElementBean resource) -
Uses of ResourceElementBean in org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace that return ResourceElementBean Modifier and Type Method Description ResourceElementBeanRemovePublishingResourceEvent. getResource()Gets the resource.ResourceElementBeanResourceInfoForm. getResourceBean()ResourceElementBeanSelectedResourceWidget. getResourceBean()Gets the resource bean.ResourceElementBeanSelectResourceByWEMainPanel. getResourcesToPublish()Returns the root parent with the children as files to saveConstructors in org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace with parameters of type ResourceElementBean Constructor 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. -
Uses of ResourceElementBean in org.gcube.portlets.widgets.ckandatapublisherwidget.server
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server that return ResourceElementBean Modifier and Type Method Description ResourceElementBeanCKANPublisherServicesImpl. addResourceToDataset(ResourceElementBean resource, String organizationName, String datasetId)Adds the resource to dataset.static ResourceElementBeanPublisherCatalogueConveter. toResourceElementBean(org.gcube.datacatalogue.utillibrary.shared.jackan.model.CkanResource ckanResource, String orgNameParent)To resource element bean.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server with parameters of type ResourceElementBean Modifier and Type Method Description ResourceElementBeanCKANPublisherServicesImpl. addResourceToDataset(ResourceElementBean resource, String organizationName, String datasetId)Adds the resource to dataset.booleanCKANPublisherServicesImpl. deleteResourceFromDataset(ResourceElementBean resource)Delete resource from dataset. -
Uses of ResourceElementBean in org.gcube.portlets.widgets.ckandatapublisherwidget.shared
Fields in org.gcube.portlets.widgets.ckandatapublisherwidget.shared with type parameters of type ResourceElementBean Modifier and Type Field Description static com.google.gwt.view.client.ProvidesKey<ResourceElementBean>ResourceElementBean. KEY_PROVIDERThe key provider that provides the unique ID of a bean.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared that return ResourceElementBean Modifier and Type Method Description ResourceElementBeanResourceElementBean. getParent()Gets the parent.ResourceElementBeanDatasetBean. getResourceRoot()Gets the resource root.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared that return types with arguments of type ResourceElementBean Modifier and Type Method Description List<ResourceElementBean>DatasetBean. getCkanResources()Gets the ckan resources.List<ResourceElementBean>ResourceElementBean. getToPublish()Gets the to publish.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared with parameters of type ResourceElementBean Modifier and Type Method Description intResourceElementBean. compareTo(ResourceElementBean o)Compare to.voidResourceElementBean. setParent(ResourceElementBean parent)Sets the parent.voidDatasetBean. setResourceRoot(ResourceElementBean resourceRoot)Sets the resource root.Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.shared with type arguments of type ResourceElementBean Modifier and Type Method Description voidDatasetBean. setResources(List<ResourceElementBean> resources)Sets the resources.voidResourceElementBean. setToPublish(List<ResourceElementBean> toPublish)Sets the to publish.Constructors in org.gcube.portlets.widgets.ckandatapublisherwidget.shared with parameters of type ResourceElementBean Constructor 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<org.gcube.portlets.widgets.mpformbuilder.shared.metadata.MetaDataProfileBean> metadataList, List<OrganizationBean> groups, List<String> tagsVocabulary)Create a metadata bean object.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.ResourceElementBean(ResourceElementBean another)Copy constructor.ResourceElementBean(ResourceElementBean parent, String name, boolean isFolder, Integer childrenSize, String fullPath)Instantiates a new resource element bean.
-