Package org.openiam.sync.service
Interface SyncAbstractProcessorScript
-
- All Known Subinterfaces:
SyncPostprocessorScript
,SyncPreprocessorScript
public interface SyncAbstractProcessorScript
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
isValid(SynchConfig config)
int
postAction(SynchConfig config)
-
-
-
Method Detail
-
postAction
int postAction(SynchConfig config)
-
isValid
int isValid(SynchConfig config)
-
-