public class ImportableFieldsOperation extends BaseUpdateOperation
BrowseField
from ImportableFieldsBrowser
and
covert it to an OperationValues
object and sent using the SampleClient
.Modifier | Constructor and Description |
---|---|
protected |
ImportableFieldsOperation(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
executeUpdate(UpdateRequest request,
OperationResponse response)
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.
|
execute
getConnection, getContext
protected ImportableFieldsOperation(OperationContext context)
protected void executeUpdate(UpdateRequest request, OperationResponse response)
BaseUpdateOperation
executeUpdate
in class BaseUpdateOperation
request
- request given to BaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)
, downcast to the correct typeresponse
- response given to BaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)