Interface TaskUtil.TaskResultConsumer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void accept​(sailpoint.object.TaskResult taskResult)
      Does something with the task result
    • Method Detail

      • accept

        void accept​(sailpoint.object.TaskResult taskResult)
             throws sailpoint.tools.GeneralException
        Does something with the task result
        Parameters:
        taskResult - The task result to do something to
        Throws:
        sailpoint.tools.GeneralException - if anything fails