| Modifier and Type | Method and Description |
|---|---|
List<OrganizationBean> |
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<OrganizationBean>> callback)
Retrieve the list of groups the user can choose to associate this product with.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationBean> |
CKANPublisherServicesImpl.getUserGroups(String orgName) |
| Constructor and Description |
|---|
AssociationToGroupAndNotifyThread(List<OrganizationBean> groups,
List<OrganizationBean> groupsForceCreation,
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) |
AssociationToGroupAndNotifyThread(List<OrganizationBean> groups,
List<OrganizationBean> groupsForceCreation,
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 |
|---|---|
static org.gcube.datacatalogue.ckanutillibrary.shared.RolesCkanGroupOrOrg |
CatalogueRoleManager.getHighestRole(String currentScope,
String username,
String groupName,
CKANPublisherServicesImpl gcubeCkanDataCatalogServiceImpl,
List<OrganizationBean> orgsInWhichAtLeastEditorRole,
String gatewayHostname)
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
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationBean> |
DatasetBean.getGroups() |
List<OrganizationBean> |
DatasetBean.getGroupsForceCreation() |
List<OrganizationBean> |
DatasetBean.getOrganizationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetBean.setGroups(List<OrganizationBean> groups) |
void |
DatasetBean.setGroupsForceCreation(List<OrganizationBean> groupsForceCreation) |
void |
DatasetBean.setOrganizationList(List<OrganizationBean> organizationList) |
| 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.
|
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.
|
Copyright © 2020. All Rights Reserved.