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 intisValid(SynchConfig config)intpostAction(SynchConfig config)
-
-
-
Method Detail
-
postAction
int postAction(SynchConfig config)
-
isValid
int isValid(SynchConfig config)
-
-