Package com.boomi.connector.api
Interface QueryRequest
-
- All Superinterfaces:
OperationRequest
- All Known Implementing Classes:
SimpleQueryRequest
public interface QueryRequest extends OperationRequest
Interface for accessing the request information for a QUERY request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterData
getFilter()
Returns the tracked query filter describing the objects to be retrieved.-
Methods inherited from interface com.boomi.connector.api.OperationRequest
getExecutionId, getProcessId, getTopLevelExecutionId, getTopLevelProcessId
-
-
-
-
Method Detail
-
getFilter
FilterData getFilter()
Returns the tracked query filter describing the objects to be retrieved. The actual QueryFilter may benull
(generally in start shapes), which indicates that all objects of the relevant type should be retrieved.
-
-