java.lang.Object
org.identityconnectors.framework.api.operations.batch.BatchEmptyResult

public class BatchEmptyResult extends Object
Object to return in a batch result list when there is no data as a result of the operation, e.g. DeleteApiOp. This helps to ensure the list of results matches 1:1 the list of operations and there is a consistent object type used whenever there would otherwise be no result at all.
  • Constructor Details

    • BatchEmptyResult

      public BatchEmptyResult(String message)
  • Method Details

    • getMessage

      public String getMessage()