Package com.boomi.connector.api
Interface UpdateRequest
-
- All Superinterfaces:
Iterable<ObjectData>
,OperationRequest
- All Known Implementing Classes:
SimpleUpdateRequest
public interface UpdateRequest extends OperationRequest, Iterable<ObjectData>
Interface for accessing the request information for a CREATE, UPDATE, UPSERT, or EXECUTE request.The available iterator will return the non-
null
tracked objects to be updated. Note that this iterator is not modifiable and not restartable (all calls to theIterable.iterator()
method will return a handle to the same Iterator instance).
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface com.boomi.connector.api.OperationRequest
getExecutionId, getProcessId, getTopLevelExecutionId, getTopLevelProcessId
-
-