com.atlassian.confluence.importexport
Interface ImportedObjectPostProcessor


public interface ImportedObjectPostProcessor

Allows imported objects to be modified on the way into the system. For example, we may want to change the owner of imported objects, or the modification date, and so on


Method Summary
 boolean process(java.lang.Object obj)
          Perform post-processing on an imported object.
 

Method Detail

process

boolean process(java.lang.Object obj)
Perform post-processing on an imported object.

Parameters:
obj - the persistent object to be post-processed
Returns:
true if the object has been modified, false otherwise


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.