public class DemoUpdateOperation extends BaseUpdateOperation
DemoCreateOperation for a simple, non-batched example.| Modifier and Type | Field and Description |
|---|---|
protected static String |
REPLACE_PROPERTY
property which users can use specify complete replacement
|
| Constructor and Description |
|---|
DemoUpdateOperation(DemoConnection conn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeUpdate(UpdateRequest request,
OperationResponse response)
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.
|
DemoConnection |
getConnection()
Returns the base connection that was either provided or created when this instance was created.
|
executegetContextprotected static final String REPLACE_PROPERTY
public DemoUpdateOperation(DemoConnection conn)
protected void executeUpdate(UpdateRequest request, OperationResponse response)
BaseUpdateOperationexecuteUpdate in class BaseUpdateOperationrequest - 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)public DemoConnection getConnection()
ContextualOperationgetConnection in class ContextualOperation