Uses of Class
org.onehippo.repository.update.NodeUpdaterService.NodeUpdaterResult
-
Packages that use NodeUpdaterService.NodeUpdaterResult Package Description org.onehippo.repository.update -
-
Uses of NodeUpdaterService.NodeUpdaterResult in org.onehippo.repository.update
Methods in org.onehippo.repository.update that return NodeUpdaterService.NodeUpdaterResult Modifier and Type Method Description NodeUpdaterService.NodeUpdaterResult
NodeUpdaterService. updateNode(Node node)
static NodeUpdaterService.NodeUpdaterResult
NodeUpdaterService.NodeUpdaterResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeUpdaterService.NodeUpdaterResult[]
NodeUpdaterService.NodeUpdaterResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-