Package org.infinispan.rest.framework
Interface LookupResult
- All Known Implementing Classes:
LookupResultImpl
public interface LookupResult
- Since:
- 10.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Status of the lookup operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns the invocation to carry out aRestRequest
In case the invocation contains paths withVariablePathItem
, returns the value for each variable or empty otherwise.
-
Method Details
-
getInvocation
Invocation getInvocation()Returns the invocation to carry out aRestRequest
-
getVariables
In case the invocation contains paths withVariablePathItem
, returns the value for each variable or empty otherwise. -
getStatus
LookupResult.Status getStatus()- Returns:
- Status of the lookup operation
-