Uses of Interface
com.soffid.iam.service.LuceneIndexService
-
Packages that use LuceneIndexService Package Description com.soffid.iam com.soffid.iam.bpm.service com.soffid.iam.service es.caib.seycon.ng -
-
Uses of LuceneIndexService in com.soffid.iam
Methods in com.soffid.iam that return LuceneIndexService Modifier and Type Method Description LuceneIndexService
ServiceLocator. getLuceneIndexService()
Gets an instance ofLuceneIndexService
. -
Uses of LuceneIndexService in com.soffid.iam.bpm.service
Methods in com.soffid.iam.bpm.service that return LuceneIndexService Modifier and Type Method Description LuceneIndexService
BpmEngineBase. getLuceneIndexService()
Gets reference toluceneIndexService
.Methods in com.soffid.iam.bpm.service with parameters of type LuceneIndexService Modifier and Type Method Description void
BpmEngineBase. setLuceneIndexService(LuceneIndexService luceneIndexService)
Sets reference toluceneIndexService
. -
Uses of LuceneIndexService in com.soffid.iam.service
Classes in com.soffid.iam.service that implement LuceneIndexService Modifier and Type Class Description class
LuceneIndexServiceBase
Spring Service base class forcom.soffid.iam.service.LuceneIndexService
, provides access to all services and entities referenced by this service.class
LuceneIndexServiceImpl
Methods in com.soffid.iam.service that return LuceneIndexService Modifier and Type Method Description LuceneIndexService
AdditionalDataServiceBase. getLuceneIndexService()
Gets reference toluceneIndexService
.Methods in com.soffid.iam.service with parameters of type LuceneIndexService Modifier and Type Method Description void
AdditionalDataServiceBase. setLuceneIndexService(LuceneIndexService luceneIndexService)
Sets reference toluceneIndexService
. -
Uses of LuceneIndexService in es.caib.seycon.ng
Methods in es.caib.seycon.ng that return LuceneIndexService Modifier and Type Method Description LuceneIndexService
ServiceLocator. getLuceneIndexService()
Gets an instance ofLuceneIndexService
.
-