Class BatchResult
java.lang.Object
org.identityconnectors.framework.common.objects.BatchResult
- 
Constructor Summary
ConstructorsConstructorDescriptionBatchResult(Object result, BatchToken token, String resultId, Boolean complete, Boolean error)  - 
Method Summary
 
- 
Constructor Details
- 
BatchResult
public BatchResult(Object result, BatchToken token, String resultId, Boolean complete, Boolean error)  
 - 
 - 
Method Details
- 
getResult
 - 
getToken
 - 
getResultId
 - 
getComplete
 - 
getError
 
 -