|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserMsgStateXmlLoader
UserMsgStateXmlLoader
| Field Summary | |
|---|---|
static java.lang.String |
TYPE
Type used to obtain an instance of the class configured to provide the implementation for this interface. |
| Method Summary | |
|---|---|
UserMsgState |
load(org.w3c.dom.Element rootElement)
Generates a UserMsgState object given an Element tree whose
structure and contents match those generated by UserMsgState. |
UserMsgState |
load(java.io.InputStream is)
Generates an UserMsgState object given an InputStream which
contains XML whose structure and contents match those generated by
UserMsgStateXmlPersister. |
BbList<UserMsgState> |
loadList(org.w3c.dom.Element rootElement)
|
BbList<UserMsgState> |
loadList(java.io.InputStream is)
|
| Methods inherited from interface blackboard.persist.Loader |
|---|
getAppVersion, init |
| Field Detail |
|---|
static final java.lang.String TYPE
BbPersistenceManager.getLoader(String)
| Method Detail |
|---|
UserMsgState load(org.w3c.dom.Element rootElement)
throws java.lang.IllegalArgumentException,
PersistenceException
UserMsgState object given an Element tree whose
structure and contents match those generated by UserMsgState.
rootElement - the root Element of a valid UserMsgState
XML tree that should be transformed.
UserMsgState whose contents matches those of the Element
tree provided.
java.lang.IllegalArgumentException - thrown if the provided Element
is not the root of a valid UserMsgState XML tree.
PersistenceException - thrown if an error occurs in the element reading
process.
UserMsgState load(java.io.InputStream is)
throws java.lang.IllegalArgumentException,
PersistenceException
UserMsgState object given an InputStream which
contains XML whose structure and contents match those generated by
UserMsgStateXmlPersister.
is - the InputStream containing the XML to load the assessment creation settings from
UserMsgState whose contents matches those of the XML contained
within the provided stream.
java.lang.IllegalArgumentException - thrown if the provided stream does not
contain a valid UserMsgState XML tree.
PersistenceException - thrown if an error occurs in the element reading
process.
BbList<UserMsgState> loadList(org.w3c.dom.Element rootElement)
throws java.lang.IllegalArgumentException,
PersistenceException
java.lang.IllegalArgumentException
PersistenceException
BbList<UserMsgState> loadList(java.io.InputStream is)
throws java.lang.IllegalArgumentException,
PersistenceException
java.lang.IllegalArgumentException
PersistenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||