|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the protocol to recover a collection of infobits from the XML
representation generated by InfobitExporter back to infobits.
| Method Summary | |
InfobitManager |
getManager()
Gets the manager to work with. |
java.util.List |
importInfobits(java.io.Reader input,
java.lang.String path,
java.util.List diagnostics)
Recovers infobits from an XML representation as created by InfobitExporter.export. |
void |
init()
Prepares the instance to be used. |
void |
setAcl(Acl acl)
Defines the ACL used to create imported infobits and content |
void |
setManager(InfobitManager manager)
Defines the manager to work with. |
| Method Detail |
public void setManager(InfobitManager manager)
manager - The manager to access infobitspublic InfobitManager getManager()
public void setAcl(Acl acl)
acl - The new Acl value
public void init()
throws InfobitException
InfobitException - Description of Exception
public java.util.List importInfobits(java.io.Reader input,
java.lang.String path,
java.util.List diagnostics)
throws InfobitException,
InfobitSecurityException
InfobitExporter.export. The infobits to be
importer are subjected to the following constraints:
input - Source from which to obtain the XML
document representing the infobits to importpath - System location of input
, used in diagnostic messagesdiagnostics - A list to be filled with ImportMessage instances providing diagnostic messages about errors
encountered during the import.
InfobitException - Generic processing error
InfobitSecurityException - Description of Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||