Uses of Class
org.gcube.data.publishing.gis.publisher.model.response.PublishingStatus

Packages that use PublishingStatus
org.gcube.data.publishing.gis.publisher.model.response   
 

Uses of PublishingStatus in org.gcube.data.publishing.gis.publisher.model.response
 

Methods in org.gcube.data.publishing.gis.publisher.model.response that return PublishingStatus
 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.
 

Methods in org.gcube.data.publishing.gis.publisher.model.response with parameters of type PublishingStatus
 void PublishingReport.setStatus(PublishingStatus status)
           
 

Constructors in org.gcube.data.publishing.gis.publisher.model.response with parameters of type PublishingStatus
PublishingReport(PublishingStatus status, Map<String,String> errorMessages, HashMap<String,GeneratedLayerReport> generatedLayers, HashMap<String,GeneratedStyleReport> generatedStyles, HashMap<String,GeneratedWMSGroupReport> generatedGroups)
           
 



Copyright © 2013. All Rights Reserved.