Uses of Class
com.viglet.turing.client.sn.job.TurSNJobItem
Packages that use TurSNJobItem
Package
Description
Provides the classes necessary to create jobs with content indexing and desindexing to Viglet Turing ES.
-
Uses of TurSNJobItem in com.viglet.turing.api.sn.queue
Methods in com.viglet.turing.api.sn.queue with parameters of type TurSNJobItemModifier and TypeMethodDescriptionboolean
TurSNProcessQueue.deIndex
(TurSNJobItem turSNJobItem, TurSNSite turSNSite) -
Uses of TurSNJobItem in com.viglet.turing.client.sn.job
Methods in com.viglet.turing.client.sn.job that return types with arguments of type TurSNJobItemMethods in com.viglet.turing.client.sn.job with parameters of type TurSNJobItemModifier and TypeMethodDescriptionboolean
TurSNJobItems.add
(TurSNJobItem turSNJobItem) boolean
TurSNJobItems.remove
(TurSNJobItem turSNJobItem) Method parameters in com.viglet.turing.client.sn.job with type arguments of type TurSNJobItemModifier and TypeMethodDescriptionvoid
TurSNJobItems.setTuringDocuments
(List<TurSNJobItem> jobItems) Constructors in com.viglet.turing.client.sn.job with parameters of type TurSNJobItemConstructor parameters in com.viglet.turing.client.sn.job with type arguments of type TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.connector.commons.plugin
Methods in com.viglet.turing.connector.commons.plugin with parameters of type TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.connector.db
Methods in com.viglet.turing.connector.db with parameters of type TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.connector.filesystem
Methods in com.viglet.turing.connector.filesystem with parameters of type TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.connector.impl
Methods in com.viglet.turing.connector.impl with parameters of type TurSNJobItemModifier and TypeMethodDescriptionvoid
TurConnectorContextImpl.addJobItem
(TurSNJobItem turSNJobItem) -
Uses of TurSNJobItem in com.viglet.turing.sn.spotlight
Methods in com.viglet.turing.sn.spotlight with parameters of type TurSNJobItemModifier and TypeMethodDescriptionboolean
TurSNSpotlightProcess.createUnmanagedSpotlight
(TurSNJobItem turSNJobItem, TurSNSite turSNSite) boolean
TurSNSpotlightProcess.deleteUnmanagedSpotlight
(TurSNJobItem turSNJobItem, TurSNSite turSNSite) boolean
TurSNSpotlightProcess.isSpotlightJob
(TurSNJobItem turSNJobItem)