Interface PluginResult.OperationResult

All Known Subinterfaces:
SynchronizationProviderResult
All Known Implementing Classes:
PluginResult.IntermediateResponse, PluginResult.PostOperation, PluginResult.PreOperation, PluginResult.PreParse, PluginResult.SubordinateDelete, PluginResult.SubordinateModifyDN, SynchronizationProviderResult.ContinueProcessing, SynchronizationProviderResult.StopProcessing
Enclosing class:
PluginResult

public static interface PluginResult.OperationResult
Contract for operation results.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether processing on the associated operation should continue.
    The result for this plugin result.
  • Method Details

    • result

      Result result()
      The result for this plugin result.
      Returns:
      the result for this plugin result
    • continueProcessing

      boolean continueProcessing()
      Indicates whether processing on the associated operation should continue.
      Returns:
      true if processing on the associated operation should continue, or false if it should stop.