package
core
Type Members
-
-
-
case class
BenchmarkWidgetGenerationForMultiDataSetsSpec(dataSetIds: Seq[String], repetitions: Int, warmUp: Boolean) extends Product with Serializable
-
-
case class
BenchmarkWidgetGenerationSpec(dataSetId: String, viewId: Option[BSONObjectID], repetitions: Int, warmUp: Boolean) extends Product with Serializable
-
-
-
-
-
-
case class
CountSanityCheckForDataSetSpec(dataSetId: String) extends Product with Serializable
-
-
-
-
class
DeleteItems extends DsaInputFutureRunnable[DeleteItemsSpec] with RunnableHtmlOutput
-
case class
DeleteItemsSpec(dataSetId: String, ids: Seq[BSONObjectID]) extends Product with Serializable
-
-
case class
ExportDictionarySpec(dataSetId: String, delimiter: String) extends Product with Serializable
-
-
case class
ExportDictionaryWithCategoriesSpec(dataSetId: String, delimiter: String) extends Product with Serializable
-
-
case class
FixNonalphanumericFieldsSpec(dataSetId: String, batchSize: Option[Int], tempStorageType: server.models.StorageType.Value, dontFlush: Boolean) extends Product with Serializable
-
-
-
case class
LockRedCapRecordAtCustomHostSpec(url: String, token: String, action: server.services.importers.RedCapLockAction.Value, record: String, event: Option[String] = None, instrument: Option[String] = None) extends Product with Serializable
-
-
case class
LockRedCapRecordsSpec(records: String, visit: String, delimiter: RedCapRecordDelimiter.Value, action: server.services.importers.RedCapLockAction.Value) extends Product with Serializable
-
-
case class
QueryByIdsSpec(dataSetId: String, ids: Seq[BSONObjectID], negate: Boolean) extends Product with Serializable
-
-
case class
SendEmailSpec(from: String, to: String, subject: String, body: String) extends Product with Serializable
-
-
case class
UpdateItemsSpec(dataSetId: String, ids: Seq[BSONObjectID], negate: Boolean, stringFieldName: String, value: String) extends Product with Serializable
Value Members
-