Interface EnvelopeCreationService
- All Known Implementing Classes:
EnvelopeCreationServiceImpl
public interface EnvelopeCreationService
-
Method Summary
Modifier and TypeMethodDescriptioncreateEnvelopes
(Long sessionId, Collection<Waveform> waveforms, EnvelopeJobConfiguration envConf, boolean shouldReturnStacks)
-
Method Details
-
createEnvelopes
Result<List<Waveform>> createEnvelopes(Long sessionId, Collection<Waveform> waveforms, EnvelopeJobConfiguration envConf, boolean shouldReturnStacks)
-