Package com.boomi.connector.api
Interface DeleteRequest
-
- All Superinterfaces:
Iterable<ObjectIdData>
,OperationRequest
- All Known Implementing Classes:
SimpleDeleteRequest
public interface DeleteRequest extends OperationRequest, Iterable<ObjectIdData>
Interface for accessing the request information for a DELETE request.The available iterator will return the non-
null
tracked ids of the objects to be deleted. 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
-
-