wt.ixb.actor
Class CheckOutActorTemplate

java.lang.Object
  extended by wt.ixb.actor.ActorTemplate
      extended by wt.ixb.actor.CheckOutActorTemplate
All Implemented Interfaces:
Actor
Direct Known Subclasses:
ActorTemplateForTypeDefinition, CheckOutFTActorTemplate

public class CheckOutActorTemplate
extends ActorTemplate

General template for export check out action as well as lock action.

Supported API: true

Extendable: false


Method Summary
 void performPostExportAction(ClassExporterImporter handler, Exporter exporter, Object object, IxbElement fileXML)
          Perform check out and lock actions for the object after the real export ends.
 
Methods inherited from class wt.ixb.actor.ActorTemplate
createObject, performPreExportAction, previewObject, storeObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

performPostExportAction

public void performPostExportAction(ClassExporterImporter handler,
                                    Exporter exporter,
                                    Object object,
                                    IxbElement fileXML)
                             throws WTException
Perform check out and lock actions for the object after the real export ends.

Supported API: true

Specified by:
performPostExportAction in interface Actor
Overrides:
performPostExportAction in class ActorTemplate
Parameters:
handler - 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.
Throws:
WTException