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