| Modifier and Type | Method and Description |
|---|---|
List<MetaDataProfileBean> |
CKanPublisherService.getProfiles(String orgName)
Retrieve the list of profiles for a given organization name .
|
| Modifier and Type | Method and Description |
|---|---|
void |
CKanPublisherServiceAsync.getProfiles(String orgName,
com.google.gwt.user.client.rpc.AsyncCallback<List<MetaDataProfileBean>> callback)
Retrieve the list of profiles for a given organization name .
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaDataProfileBean> |
CKANPublisherServicesImpl.getProfiles(String orgName) |
| Modifier and Type | Method and Description |
|---|---|
static List<MetaDataProfileBean> |
Utils.getMetadataProfilesList(String scope,
javax.servlet.http.HttpSession httpSession,
org.gcube.application.framework.core.session.ASLSession aslSession,
String profilesKey)
Retrieve the list of metadata beans
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaDataProfileBean> |
DatasetMetadataBean.getMetadataList() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetMetadataBean.setMetadataList(List<MetaDataProfileBean> metadataList) |
| Constructor and Description |
|---|
DatasetMetadataBean(String id,
String title,
String description,
Map<String,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,
List<ResourceBeanWrapper> resources,
List<MetaDataProfileBean> metadataList)
Create a metadata bean object.
|
Copyright © 2016. All Rights Reserved.