public class OverribableFieldOperation extends BaseUpdateOperation
Operation
that demonstrates how to access the per document value of an overrideable operation
property.Modifier | Constructor and Description |
---|---|
protected |
OverribableFieldOperation(OperationContext context)
Creates a new instance using the provided context
|
Modifier and Type | Method and Description |
---|---|
protected void |
executeUpdate(UpdateRequest request,
OperationResponse response)
Execute the operation and log the per document value of the overridable operation field using the process logger
|
execute
getConnection, getContext
protected OverribableFieldOperation(OperationContext context)
protected void executeUpdate(UpdateRequest request, OperationResponse response)
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)