Class BatchEmptyResult
- java.lang.Object
-
- org.identityconnectors.framework.api.operations.batch.BatchEmptyResult
-
public class BatchEmptyResult extends java.lang.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 Summary
Constructors Constructor Description BatchEmptyResult(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-