Hello.
Using webtop 6.5 + documentum6.5
We have the zip-archieves stored in base ensted of real documents.
There is a task to automate processes:
1) on CheckOut - to unzip files from this archive into specified folder (not the system user folder, as by defualt)
2) on CheckIn - to zip FILES selected in "Check In From File" into archive, and only then commit this archive to documentum
is it possible to solve the problem by changing CheckoutProcessor.preProcess (postProcess) ? and what code will be there than
PS. no neccessity to show zip/unzip procedures (they are trivial ), need to see algorithm of setting the out directory, real source file for checkin etc.