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 fetchBrowseFieldfromImportableFieldsBrowserand covert it to anOperationValuesobject and sent using theSampleClient.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImportableFieldsOperation(OperationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteUpdate(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:BaseUpdateOperationActual implementation of this CREATE, UPDATE, or UPSERT Operation.- Specified by:
executeUpdatein 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)
-
-