public class SimpleGetRequest extends Object implements GetRequest
OperationRequest for testing OperationType.GET operations.| Constructor and Description |
|---|
SimpleGetRequest(ObjectIdData objectId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId()
Get the id for the current process execution.
|
ObjectIdData |
getObjectId()
Returns the single non-
null tracked id of the object to be retrieved. |
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecutionId, getProcessId, getTopLevelExecutionId, getTopLevelProcessIdpublic SimpleGetRequest(ObjectIdData objectId)
public ObjectIdData getObjectId()
GetRequestnull tracked id of the object to be retrieved.getObjectId in interface GetRequestpublic 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