org.nuxeo.ecm.automation

Interface OutputCollector<T,R>

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void collect(OperationContext ctx, T obj)
      Collects a new partial result (the result of the last iteration step).
      R getOutput()
      Gets the final output.
    • Method Detail

      • getOutput

        R getOutput()
        Gets the final output. This is usually a list or set of collected objects.

Copyright © 2014 Nuxeo SA. All rights reserved.