|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.ixb.actor.ActorTemplate
public class ActorTemplate
General template for wt.ixb.actor.Actor which defines trivial
implementation.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
checkApplicabilityOfAction(Object obj)
Check if this action is applicable to the specified object. |
Object |
createObject(ClassExporterImporter handler,
IxbElement fileXML,
Importer importer)
Create an object instance. |
void |
performPostExportAction(ClassExporterImporter handler,
Exporter exporter,
Object object,
IxbElement fileXML)
Perform any action for the object after the real export ends. |
void |
performPreExportAction(ClassExporterImporter handler,
Exporter exporter,
Object object)
Perform any actions for the object before the real export begins. |
void |
previewObject(ClassExporterImporter handler,
IxbElement fileXML,
Importer importer)
Preview the import, including conflicts checking, without performing the real import. |
Object |
storeObject(ClassExporterImporter handler,
Object object,
IxbElement fileXML,
Importer importer)
Persists the specified object as created by createObject(ClassExporterImporter
handler, IxbElement fileXML, Importer importer)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void performPreExportAction(ClassExporterImporter handler,
Exporter exporter,
Object object)
throws WTException
performPreExportAction in interface Actorhandler - The export class handler.exporter - The Exporter instance that represents the context of the export operation.object - The object to be exported.
WTException
public void performPostExportAction(ClassExporterImporter handler,
Exporter exporter,
Object object,
IxbElement fileXML)
throws WTException
performPostExportAction in interface Actorhandler - The export class handler.exporter - The Exporter instance that represents the context of the export operation.object - The object to be exported.fileXML - The exported information of the object.
WTException
public void previewObject(ClassExporterImporter handler,
IxbElement fileXML,
Importer importer)
throws WTException
previewObject in interface Actorhandler - The import class handler for the corresponding XML file.fileXML - the XML element to be imported.importer - The Importer instance that represents the context of the import operation.
WTException
public Object createObject(ClassExporterImporter handler,
IxbElement fileXML,
Importer importer)
throws WTException
createObject in interface Actorhandler - The import class handler for the corresponding XML file.fileXML - the XML element to be imported.importer - The Importer instance that represents the context of the import operation.
WTExceptionmethod storeObject( ClassExporterImporter handler,
Object object, IxbElement fileXML, Importer importer )
public Object storeObject(ClassExporterImporter handler,
Object object,
IxbElement fileXML,
Importer importer)
throws WTException
createObject(ClassExporterImporter
handler, IxbElement fileXML, Importer importer)
storeObject in interface Actorhandler - The import class handler for the corresponding XML file.object - The object to be persisted.fileXML - the XML element to be imported.importer - The Importer instance that represents the context of the import operation.
WTException
public void checkApplicabilityOfAction(Object obj)
throws WTException
wt.util.WTException
checkApplicabilityOfAction in interface Actorobj -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||