Package org.infinispan.rest.framework
Interface LookupResult
-
- All Known Implementing Classes:
LookupResultImpl
public interface LookupResult- Since:
- 10.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLookupResult.StatusStatus of the lookup operation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationgetInvocation()Returns the invocation to carry out aRestRequestLookupResult.StatusgetStatus()Map<String,String>getVariables()In case the invocation contains paths withVariablePathItem, returns the value for each variable or empty otherwise.
-
-
-
Method Detail
-
getInvocation
Invocation getInvocation()
Returns the invocation to carry out aRestRequest
-
getVariables
Map<String,String> 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
-
-