Class OverrideableFieldOperation
- java.lang.Object
-
- com.boomi.connector.util.ContextualOperation
-
- com.boomi.connector.util.BaseOperation
-
- com.boomi.connector.util.BaseUpdateOperation
-
- com.boomi.connector.sample.browse.OverrideableFieldOperation
-
- All Implemented Interfaces:
Operation
public class OverrideableFieldOperation extends BaseUpdateOperation
SampleOperation
that demonstrates how to access the per document value of an overrideable operation property.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OverrideableFieldOperation(OperationContext context)
Creates a new instance using the provided context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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-
Methods inherited from class com.boomi.connector.util.BaseUpdateOperation
execute
-
Methods inherited from class com.boomi.connector.util.ContextualOperation
getConnection, getContext
-
-
-
-
Constructor Detail
-
OverrideableFieldOperation
protected OverrideableFieldOperation(OperationContext context)
Creates a new instance using the provided context
-
-
Method Detail
-
executeUpdate
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- 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)
-
-