Uses of Record Class
com.viglet.turing.connector.commons.domain.TurJobItemWithSession
Packages that use TurJobItemWithSession
Package
Description
-
Uses of TurJobItemWithSession in com.viglet.turing.connector.commons
Methods in com.viglet.turing.connector.commons with parameters of type TurJobItemWithSessionModifier and TypeMethodDescriptionvoid
TurConnectorContext.addJobItem
(TurJobItemWithSession turJobItemWithSession) -
Uses of TurJobItemWithSession in com.viglet.turing.connector.commons.logging
Methods in com.viglet.turing.connector.commons.logging with parameters of type TurJobItemWithSessionModifier and TypeMethodDescriptionstatic void
TurConnectorLoggingUtils.setSuccessStatus
(TurJobItemWithSession turSNJobItemWithSession, TurIndexingStatus status) -
Uses of TurJobItemWithSession in com.viglet.turing.connector.impl
Methods in com.viglet.turing.connector.impl with parameters of type TurJobItemWithSessionModifier and TypeMethodDescriptionvoid
TurConnectorContextImpl.addJobItem
(TurJobItemWithSession turJobItemWithSession) -
Uses of TurJobItemWithSession in com.viglet.turing.connector.service
Methods in com.viglet.turing.connector.service with parameters of type TurJobItemWithSessionModifier and TypeMethodDescriptionvoid
TurConnectorIndexingService.delete
(TurJobItemWithSession turSNJobItemWithSession) boolean
TurConnectorIndexingService.exists
(TurJobItemWithSession turSNJobItemWithSession) TurConnectorIndexingService.getList
(TurJobItemWithSession turSNJobItemWithSession) boolean
TurConnectorIndexingService.isChecksumDifferent
(TurJobItemWithSession turSNJobItemWithSession) void
TurConnectorIndexingService.save
(TurJobItemWithSession turSNJobItemWithSession, TurIndexingStatus status) void
TurConnectorIndexingService.update
(TurJobItemWithSession turSNJobItemWithSession, TurConnectorIndexingModel indexing) void
TurConnectorIndexingService.update
(TurJobItemWithSession turSNJobItemWithSession, List<TurConnectorIndexingModel> turConnectorIndexingList, TurIndexingStatus status)