public class BaseTypeIdLuceneBuilder extends BaseLuceneBuilder
Constructor and Description |
---|
BaseTypeIdLuceneBuilder(CMISDictionaryService dictionaryService)
Construct
|
Modifier and Type | Method and Description |
---|---|
<Q,S,E extends Throwable> |
buildLuceneEquality(LuceneQueryParserAdaptor<Q,S,E> lqpa,
Serializable value,
PredicateMode mode,
LuceneFunction luceneFunction) |
<Q,S,E extends Throwable> |
buildLuceneExists(LuceneQueryParserAdaptor<Q,S,E> lqpa,
Boolean not) |
buildLuceneGreaterThan, buildLuceneGreaterThanOrEquals, buildLuceneIn, buildLuceneInequality, buildLuceneLessThan, buildLuceneLessThanOrEquals, buildLuceneLike, getLuceneFieldName, getLuceneSortField
public BaseTypeIdLuceneBuilder(CMISDictionaryService dictionaryService)
public <Q,S,E extends Throwable> Q buildLuceneEquality(LuceneQueryParserAdaptor<Q,S,E> lqpa, Serializable value, PredicateMode mode, LuceneFunction luceneFunction) throws E extends Throwable
buildLuceneEquality
in interface CMISPropertyLuceneBuilder
buildLuceneEquality
in class BaseLuceneBuilder
value
- Serializablemode
- PredicateModeluceneFunction
- LuceneFunctionE
E extends Throwable
public <Q,S,E extends Throwable> Q buildLuceneExists(LuceneQueryParserAdaptor<Q,S,E> lqpa, Boolean not) throws E extends Throwable
buildLuceneExists
in interface CMISPropertyLuceneBuilder
buildLuceneExists
in class BaseLuceneBuilder
not
- BooleanE
E extends Throwable
Copyright © 2005–2018 Alfresco Software. All rights reserved.