|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MalformedInputException | |
---|---|
com.indexdata.torus2 | |
com.indexdata.torus2.model | |
com.indexdata.torus2.rw | |
com.indexdata.torus2.rw.impl |
Uses of MalformedInputException in com.indexdata.torus2 |
---|
Methods in com.indexdata.torus2 that throw MalformedInputException | |
---|---|
List<Record.Layer> |
RealmClient.convertRawDoc(Document doc,
String url,
Date lastModified)
|
Record |
Realm.createMasterRecord(Record master)
|
Record |
Realm.createRealmRecord(Record initial)
|
Record |
Realm.getWorldRecord(String id,
boolean allowTimedRefresh)
|
static List<Realm.LayerType> |
Realm.LayerType.parse(String names)
|
Record |
Realm.updateMasterRecord(String id,
Record update)
|
Record |
Realm.updateRealmRecord(String id,
Record update)
|
Uses of MalformedInputException in com.indexdata.torus2.model |
---|
Methods in com.indexdata.torus2.model that throw MalformedInputException | |
---|---|
static RealmDefinition |
RealmDefinition.fromDOM(Document doc,
String realmName)
|
static ParentRealm |
ParentRealm.fromDOM(Document doc,
String id)
This method can be safely called on user input as it ignores system controlled fields that end-up serialized in the output document. |
static Record.Layer |
Record.Layer.fromDOM(Element layerNode)
|
static Record |
Record.fromDOM(Element root,
String type)
|
static ParentRealm |
ParentRealm.fromStoredDOM(Document doc,
String id)
This method calls ParentRealm#fromDOM and also parses the stored fields that otherwise are ignored from the user request. |
static Record.Layer |
Record.Layer.fromStoredDOM(Element layerNode)
|
Uses of MalformedInputException in com.indexdata.torus2.rw |
---|
Methods in com.indexdata.torus2.rw that throw MalformedInputException | |
---|---|
Record.Layer |
RealmReaderWriter.readWorldRecord(String realmUniqueId)
Retrieve world (within a set of parents) record by id. |
Uses of MalformedInputException in com.indexdata.torus2.rw.impl |
---|
Methods in com.indexdata.torus2.rw.impl that throw MalformedInputException | |
---|---|
Record.Layer |
ProxyReaderWriter.readWorldRecord(String id)
|
Record.Layer |
CachingReaderWriter.readWorldRecord(String prefixId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |