Uses of Class
com.viglet.turing.connector.plugin.webcrawler.persistence.model.TurWCSource
Packages that use TurWCSource
Package
Description
-
Uses of TurWCSource in com.viglet.turing.connector.plugin.webcrawler
Methods in com.viglet.turing.connector.plugin.webcrawler with parameters of type TurWCSourceModifier and TypeMethodDescriptionvoid
TurWCPluginProcess.start
(TurWCSource turWCSource, TurConnectorContext turConnectorContext) -
Uses of TurWCSource in com.viglet.turing.connector.plugin.webcrawler.persistence.model
Constructors in com.viglet.turing.connector.plugin.webcrawler.persistence.model with parameters of type TurWCSourceModifierConstructorDescriptionTurWCAllowUrl
(String url, TurWCSource turWCSource) TurWCAttributeMapping
(String name, Class<?> className, TurWCSource turWCSource) TurWCAttributeMapping
(String name, String text, TurWCSource turWCSource) TurWCFileExtension
(String extension, TurWCSource turWCSource) TurWCNotAllowUrl
(String url, TurWCSource turWCSource) TurWCStartingPoint
(String url, TurWCSource turWCSource) -
Uses of TurWCSource in com.viglet.turing.connector.plugin.webcrawler.persistence.repository
Methods in com.viglet.turing.connector.plugin.webcrawler.persistence.repository with parameters of type TurWCSourceModifier and TypeMethodDescriptionTurWCAllowUrlRepository.findByTurWCSource
(TurWCSource turWCSource) TurWCAttributeMappingRepository.findByTurWCSource
(TurWCSource turWCSource) TurWCFileExtensionRepository.findByTurWCSource
(TurWCSource turWCSource) TurWCNotAllowUrlRepository.findByTurWCSource
(TurWCSource turWCSource) TurWCStartingPointRepository.findByTurWCSource
(TurWCSource turWCSource)