Class FormEntryIndexerSchemaDefinitionProvider
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.forms.indexing.solr.FormEntryIndexerSchemaDefinitionProvider
- All Implemented Interfaces:
SchemaDefinitionProvider,LogEnabled
public class FormEntryIndexerSchemaDefinitionProvider
extends AbstractLogEnabled
implements SchemaDefinitionProvider
Provides the schema elements defined for form entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the schema definitions to add to the schema.Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
FormEntryIndexerSchemaDefinitionProvider
-
-
Method Details
-
getDefinitions
Description copied from interface:SchemaDefinitionProviderReturn the schema definitions to add to the schema.- Specified by:
getDefinitionsin interfaceSchemaDefinitionProvider- Returns:
- a collection of schema definitions to add to the schema.
-