Modifier and Type | Method and Description |
---|---|
QuerySpec |
QuerySpec.setExpression(String expr)
Deprecated.
This method sets the expression.
|
QuerySpec |
QuerySpec.setFormat(String format)
Deprecated.
This method sets the format.
|
QuerySpec |
QuerySpec.setFromTimestamp(long from)
Deprecated.
This method sets the 'from' timestamp.
|
QuerySpec |
QuerySpec.setToTimestamp(long to)
Deprecated.
This method sets the 'to' timestamp.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
ActivityServer.query(QuerySpec query)
Deprecated.
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
|
List<ActivityType> |
ActivityStore.query(QuerySpec query)
Deprecated.
No longer supported as it introduces a dependency between clients and the ActivityStore implementation
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
JMSActivityServer.query(QuerySpec query)
This method retrieves a set of activity events associated
with the supplied query.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
RESTActivityServer.query(QuerySpec query)
This method retrieves a set of activity events associated
with the supplied query.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
ElasticsearchActivityStore.query(QuerySpec query)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityType> |
JPAActivityStore.query(QuerySpec query)
This method queries the persistent store for activity events
that satisfy the supplied query.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
MemActivityStore.evaluate(ActivityType activity,
QuerySpec query)
This method evaluates whether the supplied activity
passes the supplied predicate.
|
protected static boolean |
MemActivityStore.isFormatSupported(QuerySpec query)
This method determines whether the query format is supported
by the activity store.
|
List<ActivityType> |
MemActivityStore.query(QuerySpec query)
This method queries the persistent store for activity events
that satisfy the supplied query.
|
Modifier and Type | Method and Description |
---|---|
static QuerySpec |
ActivityUtil.deserializeQuerySpec(byte[] qs)
This method deserializes a Query Spec from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ActivityUtil.serializeQuerySpec(QuerySpec qs)
This method serializes a Query Spec into a JSON representation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.