- DatasetBean - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.shared
-
This bean will contain during ckan metadata creation information related to the future build.
- DatasetBean() - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- DatasetBean(String, String, String, Map<String, List<String>>, List<String>, String, boolean, String, long, String, String, String, String, String, String, List<OrganizationBean>, String, ResourceElementBean, List<MetaDataProfileBean>, List<OrganizationBean>, List<String>) - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
Create a metadata bean object.
- datasetIdAlreadyExists(String, String) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherService
-
Given the title the user wants to give to the new product to create, a check is performed
to understand if a dataset with the proposed title (and so the id generated at server side) already exists
- datasetIdAlreadyExists(String, String, AsyncCallback<Boolean>) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherServiceAsync
-
Given the title the user wants to give to the new product to create, a check is performed
to understand if a dataset with the proposed title (and so the id generated at server side) already exists
- datasetIdAlreadyExists(String, String) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Dataset id already exists.
- DataTimeBox - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.timeandreanges
-
Widget for handling date-like fields.
- DataTimeBox(boolean) - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.timeandreanges.DataTimeBox
-
- DataTypeWrapper - Enum in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata
-
Data type.
- DEFAULT_SEPARATOR - Static variable in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.FieldAsTag
-
- DeleteCustomFieldEvent - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.client.events
-
Delete custom field event.
- DeleteCustomFieldEvent(CustomFieldEntry) - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteCustomFieldEvent
-
- DeleteCustomFieldEventHandler - Interface in org.gcube.portlets.widgets.ckandatapublisherwidget.client.events
-
Handler associated to the DeleteCustomFieldEvent
- DeleteResourceEvent - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.client.events
-
Deleted resource event.
- DeleteResourceEvent(ResourceElementBean) - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteResourceEvent
-
- DeleteResourceEventHandler - Interface in org.gcube.portlets.widgets.ckandatapublisherwidget.client.events
-
The delete event handler
- deleteResourceFromDataset(ResourceElementBean) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherService
-
Delete this resource from the dataset with id datasetId
- deleteResourceFromDataset(ResourceElementBean, AsyncCallback<Boolean>) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherServiceAsync
-
Delete this resource from the dataset with id datasetId
- deleteResourceFromDataset(ResourceElementBean) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Delete resource from dataset.
- DESCRIPTION_INFO_CAPTION - Static variable in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.InfoIconsLabels
-
- DESCRIPTION_INFO_ID_POPUP - Static variable in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.InfoIconsLabels
-
- DESCRIPTION_INFO_TEXT - Static variable in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.InfoIconsLabels
-
- disableDatasetFields() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.form.CreateDatasetForm
-
Disable dataset editable fields once the dataset has been successfully created.
- DiscoverTagsList - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils
-
Discover in a given context if there is a Generic Resource containing the list of tags to be used within the widget.
- DiscoverTagsList() - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.DiscoverTagsList
-
- discoverTagsList(String) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.DiscoverTagsList
-
Discover the list of tags vocabulary if needed
- dispatch(AddResourceEventHandler) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.AddResourceEvent
-
- dispatch(CloseCreationFormEventHandler) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.CloseCreationFormEvent
-
- dispatch(DeleteCustomFieldEventHandler) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteCustomFieldEvent
-
- dispatch(DeleteResourceEventHandler) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteResourceEvent
-
- dispatch(RemovePublishingResourceEventHandler) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.RemovePublishingResourceEvent
-
Dispatch.
- GCoreEndPointReaderSocial - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils
-
Retrieves the base url of the social-networking service in the scope provided
- GCoreEndPointReaderSocial(String) - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GCoreEndPointReaderSocial
-
- GCUBE_REQUEST_URL - Static variable in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
- GcubeDialogExtended - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils
-
Extended version of the GcubeDialog with close symbol on the caption
- GcubeDialogExtended(String, String) - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.GcubeDialogExtended
-
For simple information
- GcubeDialogExtended(ResourceInfoForm) - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.GcubeDialogExtended
-
For simple information
- GenericUtils - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils
-
Util class with static methods.
- GenericUtils() - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
- GeoJsonAreaSelectionDialog - Class in org.gcube.portlets.widgets.ckandatapublisherwidget.client.openlayerwidget
-
The Class GeoJsonAreaSelectionDialog.
- GeoJsonAreaSelectionDialog(GeometryType) - Constructor for class org.gcube.portlets.widgets.ckandatapublisherwidget.client.openlayerwidget.GeoJsonAreaSelectionDialog
-
Instantiates a new geo json area selection dialog.
- getAsGroup() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the as group.
- getAssociatedType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.AddResourceEvent
-
- getAssociatedType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.CloseCreationFormEvent
-
- getAssociatedType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteCustomFieldEvent
-
- getAssociatedType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteResourceEvent
-
- getAssociatedType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.RemovePublishingResourceEvent
-
Gets the associated type.
- getAsTag() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the as tag.
- getAuthorEmail() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getAuthorFullName() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getAuthorName() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getAuthorSurname() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getBasePath() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GCoreEndPointReaderSocial
-
Get the base path of the social networking service
- getCatalogue(String) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Retrieve an instance of the library for the scope.
- getCategories() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetaDataProfileBean
-
- getChildrenSize() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the children size.
- getChosenType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getComposedValueGroup(String, String, TaggingGroupingValue) - Static method in enum org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.TaggingGroupingValue
-
Returns the composed value in case of group
- getComposedValueTag(String, String, String, TaggingGroupingValue) - Static method in enum org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.TaggingGroupingValue
-
Returns the composed value in case of tag
- getCreate() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.FieldAsGroup
-
- getCurrentClientUrl(HttpServletRequest) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
Needed to get the url of the client.
- getCurrentContext(HttpServletRequest, boolean) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
Retrieve the current scope by using the portal manager.
- getCurrentToken(HttpServletRequest, boolean) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
Retrieve the current token by using the portal manager.
- getCurrentUser(HttpServletRequest) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
Retrieve the current user by using the portal manager.
- getCurrentValue() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.timeandreanges.DataTimeBox
-
Return the current value, with MISSING_RANGE_VALUE in case of missing entry
- getCustomFields() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getDatasetBean(String) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherService
-
Retrieve a partially filled bean given a folder id/file id and its owner.
- getDatasetBean(String, AsyncCallback<DatasetBean>) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherServiceAsync
-
Retrieve a partially filled bean given a folder id/file id and its owner.
- getDatasetBean(String) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Gets the dataset bean.
- getDefaultValue() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the defaul value.
- getDescription() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getDescription() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.CategoryWrapper
-
- getDescription() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the description.
- getEditableName() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the editable name.
- getField() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.MetaDataFieldSkeleton
-
Get the original MetadataFieldWrapper object
- getFieldCurrentValue() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.MetaDataFieldSkeleton
-
Returns the current value of the field.
- getFieldName() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the field name.
- getFieldNameFromCategory() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the field name from category.
- getFieldNameOriginal() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.MetaDataFieldSkeleton
-
Returns the current name of the field
- getFieldNameQualified() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.MetaDataFieldSkeleton
-
Returns the current name of the field
- getFieldsForThisCategory() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.CategoryWrapper
-
- getFullPath() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the full path.
- getGatewayClientHostname(HttpServletRequest) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
Gets the gateway client hostname.
- getGcubeItemProperties(WorkspaceItem) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.WorkspaceUtils
-
Gets the gcube item properties.
- getGeometries() - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.openlayerwidget.GeoJsonAreaSelectionDialog
-
Gets the geometries.
- getGroupFromScope(String) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
Retrieve the group given the scope.
- getGroupingValue() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.FieldAsGroup
-
- getGroups() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getGroupsForceCreation() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getGroupTitleFromThisGroup() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.MetaDataFieldSkeleton
-
Given the name and the value of this field, return a group title if it is the case.
- getHighestRole(String, String, String, CKANPublisherServicesImpl, List<OrganizationBean>, String) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.CatalogueRoleManager
-
Retrieve the highest ckan role the user has and also retrieve the list of organizations (scopes) in which the user has the ckan-admin or ckan-editor role
- getId() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getId() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.CategoryWrapper
-
- getIsRange() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.timeandreanges.DataTimeBox
-
- getKey() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.CustomFieldEntry
-
Retrieve the key value
- getLicense() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getLicenses() - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherService
-
Retrieve the list of licenses to show to the user.
- getLicenses(AsyncCallback<List<LicenseBean>>) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherServiceAsync
-
Retrieve the list of licenses to show to the user.
- getLicenses() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Gets the licenses.
- getListOfMetadataFields() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.form.MetaDataField
-
Gets the list of metadata fields.
- getMaintainer() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getMaintainerEmail() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getMandatory() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the mandatory.
- getMaxOccurs() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the max occurs.
- getMetadataFields() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetaDataProfileBean
-
- getMetadataList() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getMetadataProfilesList(String, HttpServletRequest) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.MetadataDiscovery
-
Retrieve the list of metadata beans
- getMimeType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the mime type.
- getName() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.OrganizationBean
-
- getName() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the name.
- getNote() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the note.
- getOrganizationList() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getOrganizationNameDatasetParent() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the organization name dataset parent.
- getOriginalIdInWorkspace() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the original id in workspace.
- getOwnerCategory() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the owner category.
- getOwnerIdentifier() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getParent() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the parent.
- getProfiles(String) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherService
-
Retrieve the list of profiles for a given organization name .
- getProfiles(String, AsyncCallback<List<MetaDataProfileBean>>) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherServiceAsync
-
Retrieve the list of profiles for a given organization name .
- getProfiles(String) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Gets the profiles.
- getProfilesNames(String) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.MetadataDiscovery
-
Returns the names of the metadata profiles in a given context
- getProfileSource(String, String) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.MetadataDiscovery
-
Returns the source xml of the metadata profile (specified via name) in a given context
- getRemovedEntry() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteCustomFieldEvent
-
- getResource() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.AddResourceEvent
-
- getResource() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteResourceEvent
-
- getResource() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.RemovePublishingResourceEvent
-
Gets the resource.
- getResourceBean() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.ResourceInfoForm
-
- getResourceBean() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.SelectedResourceWidget
-
Gets the resource bean.
- getResourceDescription() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.ResourceInfoForm
-
- getResourceFormat() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.ResourceInfoForm
-
- getResourceName() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.ResourceInfoForm
-
- getResourcePath() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.ResourceInfoForm
-
- getResourceRoot() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getResourcesToPublish() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.SelectResourceByWEMainPanel
-
Returns the root parent with the children as files to save
- getRootIdInWorkspace() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
- getScopeFromClientUrl(HttpServletRequest) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.GenericUtils
-
Get the scope in which ckan information needs to be discovered from the url.
- getSelectedOrganization() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getSeparator() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.FieldAsTag
-
- getSource() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getStorageHubWrapper(HttpServletRequest, String, GCubeUser) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils.WorkspaceUtils
-
Gets the storage hub wrapper.
- getTagFromThisField() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.MetaDataFieldSkeleton
-
Given the name and the value of this field, return a tag if it is the case.
- getTaggingValue() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.FieldAsTag
-
- getTags() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.tags.TagsPanel
-
Return the tag list
- getTags() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getTagsForOrganization(String) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherService
-
Get the list of vocabulary tags for this scope
- getTagsForOrganization(String, AsyncCallback<List<String>>) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherServiceAsync
-
Get the list of vocabulary tags for this scope
- getTagsForOrganization(String) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Gets the tags for organization.
- getTagsVocabulary() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getTitle() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getTitle() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.licenses.LicenseBean
-
- getTitle() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.CategoryWrapper
-
- getTitle() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetaDataProfileBean
-
- getTitle() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.OrganizationBean
-
- getToPublish() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the to publish.
- getType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the type.
- getType() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetaDataProfileBean
-
- getUrl() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.licenses.LicenseBean
-
- getUrl() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean
-
Gets the url.
- getUserGroups(String) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherService
-
Retrieve the list of groups the user can choose to associate this product with.
- getUserGroups(String, AsyncCallback<List<OrganizationBean>>) - Method in interface org.gcube.portlets.widgets.ckandatapublisherwidget.client.CKanPublisherServiceAsync
-
Retrieve the list of groups the user can choose to associate this product with.
- getUserGroups(String) - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Gets the user groups.
- getValidator() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the validator.
- getValue() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.metadata.CustomFieldEntry
-
Retrieve the value
- getVersion() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getVisibility() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
- getVocabulary() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper
-
Gets the vocabulary.
- getWidget(Element) - Static method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.InfoIconsLabels
-
Check if an element of such type is actually a widget
- getWktArea() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.openlayerwidget.GeoJsonAreaSelectionDialog
-
Gets the wkt area.
- getWKTToGeoJSON() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.openlayerwidget.GeoJsonAreaSelectionDialog
-
Gets the WKT to geo json.
- getWorkspaceFromStorageHub() - Method in class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl
-
Gets the workspace from storage hub.
- GROUPS_INFO_CAPTION - Static variable in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.InfoIconsLabels
-
- GROUPS_INFO_ID_POPUP - Static variable in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.InfoIconsLabels
-
- GROUPS_INFO_TEXT - Static variable in class org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.utils.InfoIconsLabels
-