This Function is used to close explicitly the used IdML book, if it is not
closed already. Depending on the type of the closed book, it will return
either its content, represented as a String (for in-memory IdMLs), or the
full path of the IdML file (for books stored as files).
Field Summary
Fields inherited from class com.ibm.di.fc.Function
object - this object provides information to the Function Component
needed on initialization
Throws:
java.lang.Exception - An exception is thrown if the initialization fails.
perform
public java.lang.Object perform(java.lang.Object obj)
throws java.lang.Exception
The FC updates the name of the used IdML book (if it has been modified),
and a attempts to close the book. If the book has already been closed or
never opened a message is displayed.