Interface CardinalityResponse
- All Superinterfaces:
 DataRetrievalResponse<Integer>
- All Known Implementing Classes:
 CachedCardinalityResponseImpl,CardinalityResponseImpl,CardinalityResponseImplWithoutCardinality
- 
Method Summary
Modifier and TypeMethodDescriptiondefault intReturns the cardinality value associated with this response.Methods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalResponse
getErrorDescription, getErrorStatusCode, getFederationMember, getRequest, getRequestDuration, getRequestStartTime, getResponseData, getRetrievalEndTime, isError 
- 
Method Details
- 
getCardinality
Returns the cardinality value associated with this response. The cardinality represents the number of result items obtained or estimated.- Returns:
 - the cardinality value
 - Throws:
 UnsupportedOperationDueToRetrievalError
 
 -