Interface ImportedObjectPostProcessor


@Deprecated public interface ImportedObjectPostProcessor
Deprecated.
since 7.17.0.
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

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Perform post-processing on an imported object.
  • Method Details

    • process

      boolean process(Object obj)
      Deprecated.
      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