Class LookupResultImpl
- java.lang.Object
-
- org.infinispan.rest.framework.impl.LookupResultImpl
-
- All Implemented Interfaces:
LookupResult
public class LookupResultImpl extends Object implements LookupResult
- Since:
- 10.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.rest.framework.LookupResult
LookupResult.Status
-
-
Method Summary
All Methods Instance Methods Concrete 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
public Invocation getInvocation()
Description copied from interface:LookupResultReturns the invocation to carry out aRestRequest- Specified by:
getInvocationin interfaceLookupResult
-
getVariables
public Map<String,String> getVariables()
Description copied from interface:LookupResultIn case the invocation contains paths withVariablePathItem, returns the value for each variable or empty otherwise.- Specified by:
getVariablesin interfaceLookupResult
-
getStatus
public LookupResult.Status getStatus()
- Specified by:
getStatusin interfaceLookupResult- Returns:
- Status of the lookup operation
-
-