public class DemoQueryOperation extends BaseQueryOperation
Constructor and Description |
---|
DemoQueryOperation(DemoConnection conn) |
Modifier and Type | Method and Description |
---|---|
protected void |
executeQuery(QueryRequest request,
OperationResponse response)
Actual implementation of this QUERY Operation.
|
DemoConnection |
getConnection()
Returns the base connection that was either provided or created when this instance was created.
|
execute
getContext
public DemoQueryOperation(DemoConnection conn)
protected void executeQuery(QueryRequest request, OperationResponse response)
BaseQueryOperation
executeQuery
in class BaseQueryOperation
request
- request given to BaseQueryOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)
, downcast to the correct typeresponse
- response given to BaseQueryOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)
public DemoConnection getConnection()
ContextualOperation
getConnection
in class ContextualOperation