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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
process(Object obj)
Deprecated.Perform post-processing on an imported object.
-
-
-
Method Detail
-
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
-
-