public class RecordedQuery extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RecordedQuery.Assignment |
class |
RecordedQuery.DOMatchRef |
class |
RecordedQuery.Invocation |
class |
RecordedQuery.Literal |
class |
RecordedQuery.Reference |
static interface |
RecordedQuery.Statement |
| Constructor and Description |
|---|
RecordedQuery(boolean generic) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssignment(String on,
String method,
String retObjectRef,
List<RecordedQuery.Statement> params) |
void |
addInvocation(String on,
String method,
String retObjectRef,
List<RecordedQuery.Statement> params) |
RecordedQuery.DOMatchRef |
doMatchRef(String ref) |
List<RecordedQuery.Statement> |
getStatements() |
boolean |
isGeneric() |
RecordedQuery.Literal |
literal(Object value) |
RecordedQuery.Reference |
reference(Object value,
String refId) |
String |
toString() |
public void addInvocation(String on, String method, String retObjectRef, List<RecordedQuery.Statement> params)
public void addAssignment(String on, String method, String retObjectRef, List<RecordedQuery.Statement> params)
public RecordedQuery.Literal literal(Object value)
public RecordedQuery.Reference reference(Object value, String refId)
public RecordedQuery.DOMatchRef doMatchRef(String ref)
public List<RecordedQuery.Statement> getStatements()
public boolean isGeneric()
Copyright © 2016. All rights reserved.