| Modifier and Type | Method and Description |
|---|---|
List<GroupBean> |
CKanPublisherService.getUserGroups(String orgName)
Retrieve the list of groups the user can choose to associate this product with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CKanPublisherServiceAsync.getUserGroups(String orgName,
com.google.gwt.user.client.rpc.AsyncCallback<List<GroupBean>> callback)
Retrieve the list of groups the user can choose to associate this product with.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupBean> |
CKANPublisherServicesImpl.getUserGroups(String orgName) |
| Constructor and Description |
|---|
AssociationToGroupAndNotifyThread(List<GroupBean> groups,
String groupTitle,
String datasetUrl,
String datasetId,
String datasetTitle,
String userFullName,
String username,
org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue catalogue,
String organization,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupBean> |
DatasetMetadataBean.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetMetadataBean.setGroups(List<GroupBean> groups) |
| Constructor and Description |
|---|
DatasetMetadataBean(String id,
String title,
String description,
Map<String,List<String>> customFields,
List<String> tags,
String license,
boolean visibility,
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<GroupBean> groups,
List<String> tagsVocabulary)
Create a metadata bean object.
|
Copyright © 2017. All Rights Reserved.