Package org.onehippo.repository.update
Interface NodeUpdaterService
-
public interface NodeUpdaterService
The node updater service runs registered & not-yet-completed updater visitors. It is intended to be used by code that assumes the content to have been updated.Since updater visitors run asynchronously, potentially taking a long time when there is a lot of content, a node may not yet have been updated by a background process.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
NodeUpdaterService.NodeUpdaterResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeUpdaterService.NodeUpdaterResult
updateNode(Node node)
-
-
-
Method Detail
-
updateNode
NodeUpdaterService.NodeUpdaterResult updateNode(Node node)
-
-