|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImportHandler
ImportHandler for accessing Data during XML Import. This interface is used by the
Exportable interface.
| Method Summary | |
|---|---|
java.lang.Long |
getLocalOid(java.lang.Long xmlId,
java.lang.Class c)
Searches for the local oid of the given xml-id. |
void |
log(java.lang.String text,
java.lang.String tag)
Prints a text on the import output screen. |
| Method Detail |
|---|
java.lang.Long getLocalOid(java.lang.Long xmlId,
java.lang.Class c)
null.
xmlId - Oid of the object in the XML file.c - Class of the object. This parameter is optional! If the Class is unknown,
simply pass null. If you know the Class this method may work faster.
void log(java.lang.String text,
java.lang.String tag)
text - The text to printtag - Tag must be "div" (for printing an own line in an HTML div block) or
the HTML code for a color (to print colored text).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||