Packages

class ScenarioAttachmentService extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScenarioAttachmentService
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScenarioAttachmentService(config: AttachmentsConfig, scenarioActivityRepository: ScenarioActivityRepository, DBIOActionRunner: DBIOActionRunner)(implicit ec: ExecutionContext)

Value Members

  1. def readAttachment(attachmentId: Long, scenarioId: ProcessId): Future[Option[AttachmentDataWithName]]
  2. def saveAttachment(scenarioId: ProcessId, scenarioVersionId: VersionId, originalFileName: String, inputStream: InputStream)(implicit loggedUser: LoggedUser): Future[Unit]