I want to use this functionality in a lot of java classes.For
example I have some classes which control a workflow and the function
updateProcessInformation should not have the limitiation not to work in
every event. At the moment it works with the
com.ibm.xsp.model.domino.wrapped.DominoDocument object for everything
else.
There are a lot of workarounds. For
example to simply computeWithForm with the reader and author fields on
it. But this means I need a form and so on and so on.
I want to programm as dynamicly as possible and have no restrictions. And I hate workarounds ,)
But I will cope
Kind regards
Stephan