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 datasetId)Add this resource to the dataset whose id is datasetIdMethods in org.gcube.portlets.widgets.ckandatapublisherwidget.client with parameters of type ResourceElementBean Modifier and Type Method Description ResourceElementBeanCKanPublisherService. addResourceToDataset(ResourceElementBean resource, String datasetId)Add this resource to the dataset whose id is datasetIdvoidCKanPublisherServiceAsync. addResourceToDataset(ResourceElementBean resource, String datasetId, com.google.gwt.user.client.rpc.AsyncCallback<ResourceElementBean> callback)Add this resource to the dataset whose id is datasetIdbooleanCKanPublisherService. deleteResourceFromDataset(ResourceElementBean resource)Delete this resource from the dataset with id datasetIdvoidCKanPublisherServiceAsync. deleteResourceFromDataset(ResourceElementBean resource, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)Delete this resource from the dataset with id datasetIdMethod parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.client with type arguments of type ResourceElementBean Modifier and Type Method Description voidCKanPublisherServiceAsync. addResourceToDataset(ResourceElementBean resource, 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(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 datasetId)Adds the resource to dataset.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server with parameters of type ResourceElementBean Modifier and Type Method Description ResourceElementBeanCKANPublisherServicesImpl. addResourceToDataset(ResourceElementBean resource, 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()Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared that return types with arguments of type ResourceElementBean Modifier and Type Method Description 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)Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.shared with type arguments of type ResourceElementBean Modifier and Type Method Description 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<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.
-