Uses of Interface
com.skava.search.repository.config.AttributeRepository
Packages that use AttributeRepository
Package
Description
Processing classes of Search Services.
Processing classes of Classifier config.
-
Uses of AttributeRepository in com.skava.search.process
Constructors in com.skava.search.process with parameters of type AttributeRepositoryModifierConstructorDescriptionCollectionProcess
(CollectionRepository collectionRepository, CollectionPropertyProcess collectionPropertyProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler, com.skava.search.properties.SearchProperties searchProperties, ConfigRepository configRepository, AttributeRepository attributeRepository, ConfigProcess configProcess, AttributeProcess attributeProcess) CommonProcess
(CollectionRepository collectionRepository, CollectionPropertiesRepository collectionPropertiesRepository, CollectionAttributeRepository collectionAttributeRepository, AttributeRepository attributeRepository, ConfigRepository configRepository, ConfigPropertyRepository configPropertyRepository, VersionUtil versionUtil, AttributeValueProcess attributeValueProcess, CollectionAttributeProcess collectionAttributeProcess) ParentProcess
(CollectionRepository collectionRepository, CollectionPropertyProcess collectionPropertyProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler, com.skava.search.properties.SearchProperties searchProperties, ConfigRepository configRepository, AttributeRepository attributeRepository) -
Uses of AttributeRepository in com.skava.search.process.config
Constructors in com.skava.search.process.config with parameters of type AttributeRepositoryModifierConstructorDescriptionAttributeProcess
(com.skava.core.auth.AuthTokenHandler authTokenHandler, CollectionRepository collectionRepository, ConfigRepository configRepository, AttributeRepository attributeRepository, AttributeValueProcess attributeValueProcess, VersionUtil versionUtil) ConfigProcess
(CollectionRepository collectionRepository, CollectionPropertyProcess collectionPropertyProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler, com.skava.search.properties.SearchProperties searchProperties, ConfigRepository configRepository, AttributeRepository attributeRepository, com.skava.search.service.SearchService searchService, ConfigPropertyProcess configPropertyProcess, ConfigAttributeProcess configAttributeProcess)