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 MappingFiltermappingFilter -
Constructor Summary
Constructors Constructor Description AbstractIndexMapping() -
Method Summary
Modifier and Type Method Description MappingFiltergetMappingFilter()voidsetMappingFilter(MappingFilter mappingFilter)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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