Package

org.ada.server.models

synapse

Permalink

package synapse

Visibility
  1. Public
  2. All

Type Members

  1. case class AsynchronousJobStatus(errorMessage: Option[String], progressMessage: Option[String], progressTotal: Option[Int], etag: String, jobId: String, errorDetails: Option[String], exception: Option[String], startedByUserId: Int, jobState: AsyncJobState.Value, progressCurrent: Option[Int], changedOn: Date, startedOn: Date, runtimeMS: Long, jobCanceling: Boolean) extends Product with Serializable

    Permalink
  2. case class BulkFileDownloadRequest(requestedFiles: Seq[FileHandleAssociation], concreteType: Option[String] = None) extends Product with Serializable

    Permalink
  3. case class BulkFileDownloadResponse(fileSummary: Seq[FileDownloadSummary], concreteType: String, userId: String, resultZipFileHandleId: String) extends Product with Serializable

    Permalink
  4. case class ColumnModel(id: String, columnType: ColumnType.Value, name: String, maximumSize: Option[Int], enumValues: Option[Seq[String]], defaultValue: Option[String]) extends Product with Serializable

    Permalink
  5. case class DownloadFromTableResult(headers: Seq[SelectColumn], resultsFileHandleId: String, concreteType: String, etag: String, tableId: String) extends Product with Serializable

    Permalink
  6. case class FileDownloadSummary(zipEntryName: Option[String], status: String, failureMessage: Option[String], failureCode: Option[String], associateObjectType: FileHandleAssociateType.Value, fileHandleId: String, associateObjectId: String) extends Product with Serializable

    Permalink
  7. case class FileHandle(createdOn: Date, id: String, concreteType: String, contentSize: Int, createdBy: String, etag: String, fileName: String, contentType: String, contentMd5: String, storageLocationId: Option[Int]) extends Product with Serializable

    Permalink
  8. case class FileHandleAssociation(associateObjectType: FileHandleAssociateType.Value, fileHandleId: String, associateObjectId: String) extends Product with Serializable

    Permalink
  9. case class FileHandleResults(list: Seq[FileHandle]) extends Product with Serializable

    Permalink
  10. case class PaginatedColumnModels(totalNumberOfResults: Int, results: Seq[ColumnModel]) extends Product with Serializable

    Permalink
  11. case class RowReference(rowId: Int, versionNumber: Int) extends Product with Serializable

    Permalink
  12. case class RowReferenceSet(headers: Seq[SelectColumn], etag: Option[String], tableId: String, rows: Seq[RowReference]) extends Product with Serializable

    Permalink
  13. case class SelectColumn(id: String, columnType: ColumnType.Value, name: String) extends Product with Serializable

    Permalink
  14. case class Session(sessionToken: String, acceptsTermsOfUse: Boolean) extends Product with Serializable

    Permalink
  15. case class TableFileHandleResults(headers: Seq[SelectColumn], tableId: String, rows: Seq[FileHandleResults]) extends Product with Serializable

    Permalink

Value Members

  1. object AsyncJobState extends Enumeration

    Permalink
  2. object ColumnType extends Enumeration

    Permalink
  3. object FileHandleAssociateType extends Enumeration

    Permalink
  4. object JsonFormat

    Permalink

Ungrouped