public class SimpleQueryRequest extends Object implements QueryRequest
OperationRequest for testing OperationType.QUERY operations.| Constructor and Description |
|---|
SimpleQueryRequest(FilterData filter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId()
Get the id for the current process execution.
|
FilterData |
getFilter()
Returns the tracked query filter describing the objects 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 SimpleQueryRequest(FilterData filter)
public FilterData getFilter()
QueryRequestnull (generally in start shapes), which indicates that all objects of the relevant type should be
retrieved.getFilter in interface QueryRequestpublic 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