Uses of Class
com.indexdata.torus2.exception.MalformedRecordException

Packages that use MalformedRecordException
com.indexdata.torus2.model   
 

Uses of MalformedRecordException in com.indexdata.torus2.model
 

Methods in com.indexdata.torus2.model that throw MalformedRecordException
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)
           
 



Copyright © 2008-2012 Index Data. All Rights Reserved.