public class BaseTypeIdProperty extends AbstractProperty
| Constructor and Description |
|---|
BaseTypeIdProperty(ServiceRegistry serviceRegistry)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
<Q,S,E extends Throwable> |
buildLuceneEquality(org.alfresco.repo.search.adaptor.lucene.LuceneQueryParserAdaptor<Q,S,E> lqpa,
Serializable value,
org.alfresco.repo.search.impl.querymodel.PredicateMode mode,
org.alfresco.repo.search.adaptor.lucene.LuceneFunction luceneFunction) |
<Q,S,E extends Throwable> |
buildLuceneExists(org.alfresco.repo.search.adaptor.lucene.LuceneQueryParserAdaptor<Q,S,E> lqpa,
Boolean not) |
Serializable |
getValue(org.alfresco.service.cmr.repository.AssociationRef assocRef)
Get the property value for an association
|
Serializable |
getValue(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Get the property value for a node or an association
|
buildLuceneGreaterThan, buildLuceneGreaterThanOrEquals, buildLuceneIn, buildLuceneInequality, buildLuceneLessThan, buildLuceneLessThanOrEquals, buildLuceneLike, getLuceneFieldName, getLuceneSortField, getMappedProperty, getName, getServiceRegistry, setValuepublic BaseTypeIdProperty(ServiceRegistry serviceRegistry)
serviceRegistry - public Serializable getValue(org.alfresco.service.cmr.repository.NodeRef nodeRef)
CMISPropertyAccessorgetValue in interface CMISPropertyAccessorgetValue in class AbstractPropertypublic Serializable getValue(org.alfresco.service.cmr.repository.AssociationRef assocRef)
CMISPropertyAccessorgetValue in interface CMISPropertyAccessorgetValue in class AbstractPropertypublic <Q,S,E extends Throwable> Q buildLuceneEquality(org.alfresco.repo.search.adaptor.lucene.LuceneQueryParserAdaptor<Q,S,E> lqpa, Serializable value, org.alfresco.repo.search.impl.querymodel.PredicateMode mode, org.alfresco.repo.search.adaptor.lucene.LuceneFunction luceneFunction) throws E extends Throwable
buildLuceneEquality in interface org.alfresco.opencmis.dictionary.CMISPropertyLuceneBuilderbuildLuceneEquality in class AbstractPropertyE extends Throwablepublic <Q,S,E extends Throwable> Q buildLuceneExists(org.alfresco.repo.search.adaptor.lucene.LuceneQueryParserAdaptor<Q,S,E> lqpa, Boolean not) throws E extends Throwable
buildLuceneExists in interface org.alfresco.opencmis.dictionary.CMISPropertyLuceneBuilderbuildLuceneExists in class AbstractPropertyE extends ThrowableCopyright © 2005–2014 Alfresco Software. All rights reserved.