|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImportedObjectPreProcessor
Allows imported objects to be modified before they are persisted. For example, we may want to change the spacekey of a space object before it's actually in the system
Method Summary | |
---|---|
boolean |
handles(ImportedObject object)
|
ImportedObject |
process(ImportedObject object)
Takes an ImportedObject and returns a new, processed ImportedObject, or null if the ImportedObject should be skipped. |
Method Detail |
---|
boolean handles(ImportedObject object)
object
- The object to be processed
true
if this preprocessor should be applied to the object, otherwise false
.ImportedObject process(ImportedObject object)
handles(ImportedObject)
returns true
object
- The object that needs to be processed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |