public class SimpleUpdateRequest extends Object implements UpdateRequest
OperationRequest
for testing OperationType.CREATE
, OperationType.EXECUTE
,
OperationType.UPDATE
, and OperationType.UPSERT
operations.Constructor and Description |
---|
SimpleUpdateRequest(Iterable<ObjectData> 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<ObjectData> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExecutionId, getProcessId, getTopLevelExecutionId, getTopLevelProcessId
forEach, spliterator
public SimpleUpdateRequest(Iterable<ObjectData> trackedData)
public Iterator<ObjectData> iterator()
iterator
in interface Iterable<ObjectData>
public String getProcessId()
OperationRequest
OperationRequest.getTopLevelProcessId()
getProcessId
in interface OperationRequest
public String getTopLevelProcessId()
OperationRequest
getTopLevelProcessId
in interface OperationRequest
public String getExecutionId()
OperationRequest
OperationRequest.getTopLevelExecutionId()
getExecutionId
in interface OperationRequest
public String getTopLevelExecutionId()
OperationRequest
getTopLevelExecutionId
in interface OperationRequest