| Package | Description |
|---|---|
| com.revolsys.data.record | |
| com.revolsys.io.openstreetmap.model | |
| com.revolsys.jdbc.io | |
| com.revolsys.swing.map.layer.record |
| Modifier and Type | Field and Description |
|---|---|
protected RecordState |
BaseRecord.state |
| Modifier and Type | Method and Description |
|---|---|
RecordState |
Record.getState() |
RecordState |
BaseRecord.getState() |
static RecordState |
RecordState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordState[] |
RecordState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.setState(RecordState state) |
void |
BaseRecord.setState(RecordState state) |
| Modifier and Type | Method and Description |
|---|---|
RecordState |
OsmElement.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
OsmElement.setState(RecordState state) |
| Modifier and Type | Method and Description |
|---|---|
protected Record |
AbstractJdbcRecordStore.write(JdbcWriter writer,
Record record,
RecordState state) |
protected void |
AbstractJdbcRecordStore.write(Record record,
RecordState state) |
protected void |
AbstractJdbcRecordStore.writeAll(Collection<Record> records,
RecordState state) |
| Modifier and Type | Method and Description |
|---|---|
RecordState |
LoadingRecord.getState() |
RecordState |
AbstractProxyLayerRecord.getState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRecordLayer.postSaveChanges(RecordState originalState,
LayerRecord record) |
void |
LoadingRecord.setState(RecordState state) |
void |
AbstractProxyLayerRecord.setState(RecordState state) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.