| Package | Description |
|---|---|
| org.gcube.data.publishing.gis.publisher.plugin.fwk.model.response |
| Modifier and Type | Method and Description |
|---|---|
PublishingStatus |
PublishingReport.getStatus() |
static PublishingStatus |
PublishingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublishingStatus[] |
PublishingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublishingReport.setStatus(PublishingStatus status) |
| Constructor and Description |
|---|
PublishingReport(PublishingStatus status,
Map<String,String> errorMessages,
HashMap<String,GeneratedLayerReport> generatedLayers,
HashMap<String,GeneratedStyleReport> generatedStyles,
HashMap<String,GeneratedWMSGroupReport> generatedGroups) |
Copyright © 2015. All Rights Reserved.