Interface HealthProcessorPlugin

    • Method Detail

      • process

        @Nonnull
        Set<NodeHealthReport> process​(Set<org.alfresco.service.cmr.repository.NodeRef> nodeRefs)
        Process a batch of nodes. Each execution will be wrapped in a new transaction by the Health-Processor.
        Parameters:
        nodeRefs - the batch of NodeRefs to process
        Returns:
        is is not mandatory to return anything. All returned reports will be offered to HealthReporter instances.