public class FeatureTypeManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureTypeManager.FeatureTypeManagerFeatureStoreTransforms |
class |
FeatureTypeManager.FeatureTypesChangedItem |
| Constructor and Description |
|---|
FeatureTypeManager(FeatureStore store,
ExpansionAdapter expansionAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
dispose() |
long |
getDeltaSize() |
java.util.Iterator |
getFeatureTypesChanged() |
FeatureType |
getOriginalFeatureType() |
DefaultFeatureStoreTransforms |
getTransforms() |
FeatureType |
getType(java.lang.String id) |
boolean |
hasChanges() |
boolean |
hasNews() |
boolean |
isDeleted(FeatureType type) |
boolean |
isDeleted(java.lang.String id) |
java.util.Iterator |
newsIterator() |
void |
restore(java.lang.String id) |
void |
restore(java.lang.String id,
int num) |
int |
update(FeatureType type,
FeatureType oldType) |
public FeatureTypeManager(FeatureStore store, ExpansionAdapter expansionAdapter)
public void dispose()
public FeatureType getType(java.lang.String id) throws DataException
DataExceptionpublic int update(FeatureType type, FeatureType oldType)
public void restore(java.lang.String id)
public void restore(java.lang.String id,
int num)
public boolean isDeleted(FeatureType type)
public boolean isDeleted(java.lang.String id)
public void clear()
public boolean hasChanges()
public java.util.Iterator newsIterator()
public boolean hasNews()
public long getDeltaSize()
public FeatureType getOriginalFeatureType()
public DefaultFeatureStoreTransforms getTransforms()
public java.util.Iterator getFeatureTypesChanged()
throws DataException
DataException