Uses of Class
gov.llnl.gnem.apps.coda.envelope.model.domain.EnvelopeJobConfiguration
Packages that use EnvelopeJobConfiguration
Package
Description
-
Uses of EnvelopeJobConfiguration in gov.llnl.gnem.apps.coda.envelope.application.web
Methods in gov.llnl.gnem.apps.coda.envelope.application.web that return types with arguments of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EnvelopeJobConfiguration>EnvelopeParamsJsonController.getCurrentConfiguration()Methods in gov.llnl.gnem.apps.coda.envelope.application.web with parameters of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>EnvelopeParamsJsonController.update(@Valid EnvelopeJobConfiguration jobConf, org.springframework.validation.BindingResult result) -
Uses of EnvelopeJobConfiguration in gov.llnl.gnem.apps.coda.envelope.gui.controllers
Methods in gov.llnl.gnem.apps.coda.envelope.gui.controllers that return EnvelopeJobConfigurationMethods in gov.llnl.gnem.apps.coda.envelope.gui.controllers with parameters of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionEnvelopeParamsController.setConfig(EnvelopeJobConfiguration config) Constructors in gov.llnl.gnem.apps.coda.envelope.gui.controllers with parameters of type EnvelopeJobConfigurationModifierConstructorDescriptionEnvelopeParamsController(com.google.common.eventbus.EventBus bus, EnvelopeParamsClient client, EnvelopeJobConfiguration defaultConfig) -
Uses of EnvelopeJobConfiguration in gov.llnl.gnem.apps.coda.envelope.gui.data.api
Methods in gov.llnl.gnem.apps.coda.envelope.gui.data.api that return types with arguments of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<EnvelopeJobConfiguration>EnvelopeParamsClient.getEnvelopeJobConfiguration()Methods in gov.llnl.gnem.apps.coda.envelope.gui.data.api with parameters of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<String>EnvelopeParamsClient.postEnvelopeJobConfiguration(EnvelopeJobConfiguration config) reactor.core.publisher.Flux<Waveform>EnvelopeClient.postEnvelopes(Long sessionId, List<Waveform> segments, EnvelopeJobConfiguration conf) -
Uses of EnvelopeJobConfiguration in gov.llnl.gnem.apps.coda.envelope.gui.data.client
Methods in gov.llnl.gnem.apps.coda.envelope.gui.data.client that return types with arguments of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<EnvelopeJobConfiguration>EnvelopeParamsWebClient.getEnvelopeJobConfiguration()Methods in gov.llnl.gnem.apps.coda.envelope.gui.data.client with parameters of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<String>EnvelopeParamsWebClient.postEnvelopeJobConfiguration(EnvelopeJobConfiguration config) reactor.core.publisher.Flux<Waveform>EnvelopeWebClient.postEnvelopes(Long sessionId, List<Waveform> segments, EnvelopeJobConfiguration job) -
Uses of EnvelopeJobConfiguration in gov.llnl.gnem.apps.coda.envelope.model.domain
Methods in gov.llnl.gnem.apps.coda.envelope.model.domain that return EnvelopeJobConfigurationModifier and TypeMethodDescriptionstatic EnvelopeJobConfigurationDefault14BandEnvelopeJobConfiguration.getConfiguration()EnvelopeJob.getJobConfig()EnvelopeJobConfiguration.setFrequencyBandConfiguration(Collection<EnvelopeBandParameters> frequencyBandConfiguration) Methods in gov.llnl.gnem.apps.coda.envelope.model.domain with parameters of type EnvelopeJobConfiguration -
Uses of EnvelopeJobConfiguration in gov.llnl.gnem.apps.coda.envelope.service.api
Methods in gov.llnl.gnem.apps.coda.envelope.service.api that return EnvelopeJobConfigurationMethods in gov.llnl.gnem.apps.coda.envelope.service.api with parameters of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionEnvelopeCreationService.createEnvelopes(Long sessionId, Collection<Waveform> waveforms, EnvelopeJobConfiguration envConf, boolean shouldReturnStacks) voidEnvelopeParamsService.setConfiguration(EnvelopeJobConfiguration envConf) -
Uses of EnvelopeJobConfiguration in gov.llnl.gnem.apps.coda.envelope.service.impl
Methods in gov.llnl.gnem.apps.coda.envelope.service.impl that return EnvelopeJobConfigurationMethods in gov.llnl.gnem.apps.coda.envelope.service.impl with parameters of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionEnvelopeCreationServiceImpl.createEnvelopes(Long sessionId, Collection<Waveform> waveforms, EnvelopeJobConfiguration envConf, boolean shouldReturnStacks) voidEnvelopeParamsServiceImpl.setConfiguration(EnvelopeJobConfiguration envConf) -
Uses of EnvelopeJobConfiguration in gov.llnl.gnem.apps.coda.envelope.standalone.data.client
Methods in gov.llnl.gnem.apps.coda.envelope.standalone.data.client that return types with arguments of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<EnvelopeJobConfiguration>EnvelopeParamsLocalClient.getEnvelopeJobConfiguration()Methods in gov.llnl.gnem.apps.coda.envelope.standalone.data.client with parameters of type EnvelopeJobConfigurationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<String>EnvelopeParamsLocalClient.postEnvelopeJobConfiguration(EnvelopeJobConfiguration config) reactor.core.publisher.Flux<Waveform>EnvelopeLocalClient.postEnvelopes(Long sessionId, List<Waveform> segments, EnvelopeJobConfiguration conf)