|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.importexport.impl.NotNullBandanaRecordPreProcessor
public class NotNullBandanaRecordPreProcessor
| Constructor Summary | |
|---|---|
NotNullBandanaRecordPreProcessor()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotNullBandanaRecordPreProcessor()
| Method Detail |
|---|
public boolean handles(ImportedObject object)
handles in interface ImportedObjectPreProcessorobject - The object to be processed
true if this preprocessor should be applied to the object, otherwise false.public ImportedObject process(ImportedObject object)
ImportedObjectPreProcessorImportedObjectPreProcessor.handles(ImportedObject) returns true
process in interface ImportedObjectPreProcessorobject - The object that needs to be processed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||