public class SubscriptionCriteria extends Object
Constructor and Description |
---|
SubscriptionCriteria() |
Modifier and Type | Method and Description |
---|---|
String[] |
getBelongsToAnyCollection() |
String |
getKeyStartsWith() |
Map<String,RavenJToken> |
getPropertiesMatch() |
Map<String,RavenJToken> |
getPropertiesNotMatch() |
Etag |
getStartEtag() |
<TValue> void |
propertyMatch(com.mysema.query.types.Expression<TValue> expr,
TValue value) |
void |
propertyMatch(String field,
RavenJToken indexing) |
<TValue> void |
propertyNotMatch(com.mysema.query.types.Expression<TValue> expr,
TValue value) |
void |
propertyNotMatch(String field,
RavenJToken indexing) |
void |
setBelongsToAnyCollection(String... belongsToAnyCollection) |
void |
setKeyStartsWith(String keyStartsWith) |
void |
setPropertiesMatch(Map<String,RavenJToken> propertiesMatch) |
void |
setPropertiesNotMatch(Map<String,RavenJToken> propertiesNotMatch) |
void |
setStartEtag(Etag startEtag) |
public String getKeyStartsWith()
public void setKeyStartsWith(String keyStartsWith)
public String[] getBelongsToAnyCollection()
public void setBelongsToAnyCollection(String... belongsToAnyCollection)
public Map<String,RavenJToken> getPropertiesMatch()
public void setPropertiesMatch(Map<String,RavenJToken> propertiesMatch)
public Map<String,RavenJToken> getPropertiesNotMatch()
public void setPropertiesNotMatch(Map<String,RavenJToken> propertiesNotMatch)
public void propertyMatch(String field, RavenJToken indexing)
public void propertyNotMatch(String field, RavenJToken indexing)
public <TValue> void propertyMatch(com.mysema.query.types.Expression<TValue> expr, TValue value)
public <TValue> void propertyNotMatch(com.mysema.query.types.Expression<TValue> expr, TValue value)
public Etag getStartEtag()
public void setStartEtag(Etag startEtag)
Copyright © 2016. All Rights Reserved.