Class ImportableFieldsOperation
- java.lang.Object
-
- com.boomi.connector.util.ContextualOperation
-
- com.boomi.connector.util.BaseOperation
-
- com.boomi.connector.util.BaseUpdateOperation
-
- com.boomi.connector.sample.browse.ImportableFieldsOperation
-
- All Implemented Interfaces:
Operation
public class ImportableFieldsOperation extends BaseUpdateOperation
Simple update operation that demonstrates how to fetchBrowseField
fromImportableFieldsBrowser
and covert it to anOperationValues
object and sent using theSampleClient
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ImportableFieldsOperation(OperationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeUpdate(UpdateRequest request, OperationResponse response)
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.-
Methods inherited from class com.boomi.connector.util.BaseUpdateOperation
execute
-
Methods inherited from class com.boomi.connector.util.ContextualOperation
getConnection, getContext
-
-
-
-
Constructor Detail
-
ImportableFieldsOperation
protected ImportableFieldsOperation(OperationContext context)
-
-
Method Detail
-
executeUpdate
protected void executeUpdate(UpdateRequest request, OperationResponse response)
Description copied from class:BaseUpdateOperation
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.- Specified by:
executeUpdate
in classBaseUpdateOperation
- Parameters:
request
- request given toBaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)
, downcast to the correct typeresponse
- response given toBaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)
-
-