public class ExpressionFilter extends EntityFilter
Modifier and Type | Class and Description |
---|---|
static class |
ExpressionFilter.State
State of the asset.
|
EntityFilter.StringSearcher
Modifier and Type | Field and Description |
---|---|
List<Member> |
author
Filter on the Author property.
|
DateSearcher |
authoredAt
Filter on the AuthoredAt property.
|
List<Conversation> |
belongsTo
Filter on the Conversation property.
|
List<Expression> |
inReplyTo
Filter on the InReplyTo property.
|
List<BaseAsset> |
mentions
Filter on the Mentions property.
|
List<Expression> |
replies
Filter on the Replies property.
|
changeDateUtc, createDateUtc, find, orderBy
Constructor and Description |
---|
ExpressionFilter() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Entity> |
getEntityType()
Used by the filtering code to know what types of entities to return when
applying the filter.
|
List<ExpressionFilter.State> |
getState() |
buildFilter, buildFind, buildOrderBy, newList
public DateSearcher authoredAt
public List<Conversation> belongsTo
public List<Expression> inReplyTo
public List<Expression> replies
public Class<? extends Entity> getEntityType()
EntityFilter
getEntityType
in class EntityFilter
public List<ExpressionFilter.State> getState()
Copyright © 2013 Version One, Inc.. All rights reserved.