Package com.flowable.indexing.impl
Class AbstractIndexMapping
java.lang.Object
com.flowable.indexing.impl.AbstractIndexMapping
- All Implemented Interfaces:
IndexMapping
- Direct Known Subclasses:
CustomIndexMapping
public abstract class AbstractIndexMapping extends java.lang.Object implements IndexMapping
-
Field Summary
Fields Modifier and Type Field Description protected MappingFilter
mappingFilter
-
Constructor Summary
Constructors Constructor Description AbstractIndexMapping()
-
Method Summary
Modifier and Type Method Description MappingFilter
getMappingFilter()
void
setMappingFilter(MappingFilter mappingFilter)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.flowable.indexing.api.IndexMapping
createIndexedDataObject, createIndexedDataObject, getCustomIndexConfiguration, getCustomIndexName, getExtractors, getIndexMapping, getIndexMappingName, getMetaData, hasExtractors, isApplicable, isApplicable, isCustomAlias, setExtractors, setMetaData
-
Field Details
-
Constructor Details
-
AbstractIndexMapping
public AbstractIndexMapping()
-
-
Method Details