Serialized Form
-
Package org.gcube.portlets.widgets.ckandatapublisherwidget.server
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable
- serialVersionUID:
- 7252248774050361697L
-
Serialized Fields
-
mapOrganizationScope
ConcurrentHashMap<String,String> mapOrganizationScope
-
-
-
Package org.gcube.portlets.widgets.ckandatapublisherwidget.shared
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean extends Object implements Serializable
-
Serialized Fields
-
authorEmail
String authorEmail
-
authorFullName
String authorFullName
-
authorName
String authorName
-
authorSurname
String authorSurname
-
chosenType
String chosenType
-
customFields
Map<String,List<String>> customFields
-
description
String description
-
groups
List<OrganizationBean> groups
-
groupsForceCreation
List<OrganizationBean> groupsForceCreation
-
id
String id
-
license
String license
-
maintainer
String maintainer
-
maintainerEmail
String maintainerEmail
-
metadataList
List<MetaDataProfileBean> metadataList
-
organizationList
List<OrganizationBean> organizationList
-
ownerIdentifier
String ownerIdentifier
-
resourceRoot
ResourceElementBean resourceRoot
-
selectedOrganization
String selectedOrganization
-
source
String source
-
tags
List<String> tags
-
tagsVocabulary
List<String> tagsVocabulary
-
title
String title
-
version
long version
-
visible
boolean visible
-
-
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.OrganizationBean extends Object implements Serializable
- serialVersionUID:
- -6566519399945530602L
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.ResourceElementBean extends Object implements Serializable
- serialVersionUID:
- -1230871392599580669L
-
Serialized Fields
-
childrenSize
Integer childrenSize
The children size. -
description
String description
The description. -
editableName
String editableName
The editable name. -
fullPath
String fullPath
The full path. -
identifierGWT
int identifierGWT
The identifier GWT. -
isFolder
boolean isFolder
The is folder. -
mimeType
String mimeType
The mime type. -
name
String name
The name. -
organizationNameDatasetParent
String organizationNameDatasetParent
The organization name dataset parent. -
originalIdInWorkspace
String originalIdInWorkspace
The original id in workspace. -
parent
ResourceElementBean parent
The parent. -
rootIdInWorkspace
String rootIdInWorkspace
-
toBeAdded
boolean toBeAdded
The to be added. -
toPublish
List<ResourceElementBean> toPublish
-
url
String url
The url.
-
-
-
Package org.gcube.portlets.widgets.ckandatapublisherwidget.shared.licenses
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.licenses.LicenseBean extends Object implements Serializable
- serialVersionUID:
- -2079275598877326206L
-
-
Package org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.CategoryWrapper extends Object implements Serializable
- serialVersionUID:
- -1949961285656672831L
-
Serialized Fields
-
description
String description
-
fieldsForThisCategory
List<MetadataFieldWrapper> fieldsForThisCategory
-
id
String id
-
title
String title
-
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.FieldAsGroup extends Object implements Serializable
- serialVersionUID:
- 8096886403417944385L
-
Serialized Fields
-
create
boolean create
-
groupingValue
TaggingGroupingValue groupingValue
-
isPropagateUp
boolean isPropagateUp
-
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.FieldAsTag extends Object implements Serializable
- serialVersionUID:
- 5414077853964288094L
-
Serialized Fields
-
create
boolean create
-
separator
String separator
-
taggingValue
TaggingGroupingValue taggingValue
-
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetadataFieldWrapper extends Object implements Serializable
- serialVersionUID:
- -8476731365884466698L
-
Serialized Fields
-
asGroup
FieldAsGroup asGroup
-
asTag
FieldAsTag asTag
-
defaultValue
String defaultValue
-
fieldName
String fieldName
-
fieldNameFromCategory
String fieldNameFromCategory
-
mandatory
Boolean mandatory
-
maxOccurs
Integer maxOccurs
-
multiSelection
boolean multiSelection
-
note
String note
-
ownerCategory
CategoryWrapper ownerCategory
-
type
DataTypeWrapper type
-
validator
String validator
-
vocabulary
List<String> vocabulary
-
-
Class org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetaDataProfileBean extends Object implements Serializable
- serialVersionUID:
- -7377022025375553568L
-
Serialized Fields
-
categories
List<CategoryWrapper> categories
-
metadataFields
List<MetadataFieldWrapper> metadataFields
-
title
String title
-
type
String type
-
-