public interface

ImportedObjectPostProcessor

com.atlassian.confluence.importexport.ImportedObjectPostProcessor

Class Overview

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

Summary

Public Methods
abstract boolean process(Object obj)
Perform post-processing on an imported object.

Public Methods

public abstract boolean process (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