public class FeatureSourceUpdateResult extends Object
| Constructor and Description |
|---|
FeatureSourceUpdateResult(FeatureSource toUpdate) |
| Modifier and Type | Method and Description |
|---|---|
void |
changed() |
void |
failedWithException(Exception e) |
Throwable |
getException() |
FeatureSource |
getFeatureSource() |
Map<UpdateResult.Status,List<SimpleFeatureType>> |
getFeatureTypeByStatus() |
SortedMap<String,org.apache.commons.lang3.tuple.MutablePair<SimpleFeatureType,UpdateResult.Status>> |
getFeatureTypeStatus() |
Map<UpdateResult.Status,List<String>> |
getLayerNamesByStatus() |
String |
getMessage() |
UpdateResult.Status |
getStatus() |
WaitPageStatus |
getWaitPageStatus() |
void |
setException(Throwable exception) |
void |
setFeatureSource(FeatureSource featureSource) |
void |
setFeatureTypeStatus(SortedMap<String,org.apache.commons.lang3.tuple.MutablePair<SimpleFeatureType,UpdateResult.Status>> featureTypeStatus) |
void |
setMessage(String message) |
void |
setStatus(UpdateResult.Status status) |
public FeatureSourceUpdateResult(FeatureSource toUpdate)
public Map<UpdateResult.Status,List<String>> getLayerNamesByStatus()
public Map<UpdateResult.Status,List<SimpleFeatureType>> getFeatureTypeByStatus()
public void failedWithException(Exception e)
public void changed()
public WaitPageStatus getWaitPageStatus()
public FeatureSource getFeatureSource()
public void setFeatureSource(FeatureSource featureSource)
public Throwable getException()
public void setException(Throwable exception)
public String getMessage()
public void setMessage(String message)
public UpdateResult.Status getStatus()
public void setStatus(UpdateResult.Status status)
public SortedMap<String,org.apache.commons.lang3.tuple.MutablePair<SimpleFeatureType,UpdateResult.Status>> getFeatureTypeStatus()
public void setFeatureTypeStatus(SortedMap<String,org.apache.commons.lang3.tuple.MutablePair<SimpleFeatureType,UpdateResult.Status>> featureTypeStatus)
Copyright © 2018. All rights reserved.