Uses of Interface
com.skava.search.service.CreateCollectionService
Packages that use CreateCollectionService
Package
Description
Service implementation classes of Search Services.
Rest Controller classes of Search Services.
-
Uses of CreateCollectionService in com.skava.search.service.impl
Classes in com.skava.search.service.impl that implement CreateCollectionServiceModifier and TypeClassDescriptionclass
This class is the Implementation class of create collection. -
Uses of CreateCollectionService in com.skava.search.web
Constructors in com.skava.search.web with parameters of type CreateCollectionServiceModifierConstructorDescriptionCollectionController
(CreateCollectionService createCollectionService, FindAllCollectionService findCollectionAllService, FindCollectionService findCollectionService, UpdateCollectionService updateCollectionService)