public class SimpleDeleteRequest extends Object implements DeleteRequest
OperationRequest for testing OperationType.DELETE operations.| Constructor and Description |
|---|
SimpleDeleteRequest(Iterable<ObjectIdData> trackedData) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId()
Get the id for the current process execution.
|
String |
getProcessId()
Retrieves the current process id.
|
String |
getTopLevelExecutionId()
Get the top level execution id for the current execution
|
String |
getTopLevelProcessId()
Retrieves the top level process id
|
Iterator<ObjectIdData> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecutionId, getProcessId, getTopLevelExecutionId, getTopLevelProcessIdforEach, spliteratorpublic SimpleDeleteRequest(Iterable<ObjectIdData> trackedData)
public Iterator<ObjectIdData> iterator()
iterator in interface Iterable<ObjectIdData>public String getProcessId()
OperationRequestOperationRequest.getTopLevelProcessId()getProcessId in interface OperationRequestpublic String getTopLevelProcessId()
OperationRequestgetTopLevelProcessId in interface OperationRequestpublic String getExecutionId()
OperationRequestOperationRequest.getTopLevelExecutionId()getExecutionId in interface OperationRequestpublic String getTopLevelExecutionId()
OperationRequestgetTopLevelExecutionId in interface OperationRequest