Interface ConnectorUpdateChain
- All Known Implementing Classes:
AbstractConnectorUpdateChain,AvailableSourceUpdate,CompiledFilenameUpdater,MonitorTaskSourceDepUpdate,PreSourceDepUpdate,SourceConnectorUpdateChain
public interface ConnectorUpdateChain
Update chain interface used to update connector data at the POST processing
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetNextUpdateChain(ConnectorUpdateChain nextChain) Sets the next update chain in the sequence.voidUpdates the givenConnectorobject using the defined logic.
-
Method Details
-
setNextUpdateChain
Sets the next update chain in the sequence.- Parameters:
nextChain- The next update chain in the sequence.
-
update
Updates the givenConnectorobject using the defined logic.- Parameters:
connector- The connector to be updated.
-