Uses of Enum Class
br.com.davinti.vitruvio.spi.integracao.autosync.SourceUpdateResult
Packages that use SourceUpdateResult
Package
Description
-
Uses of SourceUpdateResult in br.com.davinti.vitruvio.spi.impl.integracao.autosync
Methods in br.com.davinti.vitruvio.spi.impl.integracao.autosync that return SourceUpdateResultModifier and TypeMethodDescriptionRepositorySyncResultImpl.generalResult()RepositorySyncResultImpl.sourceKeyUpdateResult(String sourceKey) Methods in br.com.davinti.vitruvio.spi.impl.integracao.autosync with parameters of type SourceUpdateResultModifier and TypeMethodDescriptionvoidRepositorySyncResultImpl.setGeneralResult(SourceUpdateResult generalResult) voidRepositorySyncResultImpl.setSourceKeyResult(String sourceKey, SourceUpdateResult result) -
Uses of SourceUpdateResult in br.com.davinti.vitruvio.spi.integracao.autosync
Methods in br.com.davinti.vitruvio.spi.integracao.autosync that return SourceUpdateResultModifier and TypeMethodDescriptionRepositorySyncResult.generalResult()RepositorySyncResult.sourceKeyUpdateResult(String sourceKey) static SourceUpdateResultReturns the enum constant of this class with the specified name.static SourceUpdateResult[]SourceUpdateResult.values()Returns an array containing the constants of this enum class, in the order they are declared.