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 Object implements IndexMapping
-
-
Field Summary
Fields Modifier and Type Field Description protected MappingFilter
mappingFilter
-
Constructor Summary
Constructors Constructor Description AbstractIndexMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
mappingFilter
protected MappingFilter mappingFilter
-
-
Method Detail
-
getMappingFilter
public MappingFilter getMappingFilter()
-
setMappingFilter
public void setMappingFilter(MappingFilter mappingFilter)
-
-