Package

org.ada.web.runnables

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. class BenchmarkWidgetGeneration extends InputFutureRunnableExt[BenchmarkWidgetGenerationSpec] with BenchmarkWidgetGenerationHelper

    Permalink
  2. class BenchmarkWidgetGenerationForMultiDataSets extends InputFutureRunnableExt[BenchmarkWidgetGenerationForMultiDataSetsSpec] with BenchmarkWidgetGenerationHelper

    Permalink
  3. case class BenchmarkWidgetGenerationForMultiDataSetsSpec(dataSetIds: Seq[String], repetitions: Int, warmUp: Boolean) extends Product with Serializable

    Permalink
  4. trait BenchmarkWidgetGenerationHelper extends RunnableHtmlOutput

    Permalink
  5. case class BenchmarkWidgetGenerationSpec(dataSetId: String, viewId: Option[BSONObjectID], repetitions: Int, warmUp: Boolean) extends Product with Serializable

    Permalink
  6. class ChangeFieldLabels extends InputFutureRunnableExt[ChangeFieldLabelsSpec] with InputView[ChangeFieldLabelsSpec]

    Permalink
  7. case class ChangeFieldLabelsSpec(dataSetId: String, fieldNameLabels: Seq[String], batchSize: Option[Int]) extends Product with Serializable

    Permalink
  8. class CheckIfFieldsAlphanumericForAll extends FutureRunnable with CheckIfFieldsAlphanumericHelper

    Permalink
  9. class CheckIfFieldsAlphanumericForDataSpaceRecursively extends InputFutureRunnableExt[CheckIfFieldsAlphanumericForDataSpaceRecursivelySpec] with CheckIfFieldsAlphanumericHelper

    Permalink
  10. case class CheckIfFieldsAlphanumericForDataSpaceRecursivelySpec(dataSpaceId: BSONObjectID) extends Product with Serializable

    Permalink
  11. trait CheckIfFieldsAlphanumericHelper extends RunnableHtmlOutput

    Permalink
  12. class CopyFiltersAndViews extends InputFutureRunnableExt[CopyFiltersAndViewsSpec]

    Permalink

    Copies filters and views from one data set to another (specified in CopyFiltersAndViewsSpec).

    Copies filters and views from one data set to another (specified in CopyFiltersAndViewsSpec).

    Note that compatibility of data sets is checked simply by comparing the field names, i.e. the target data set must contain all the field from the source one.

    Since

    2019

  13. case class CopyFiltersAndViewsSpec(sourceDataSetId: String, targetDataSetId: String) extends Product with Serializable

    Permalink
  14. class CountSanityCheckForDataSet extends InputFutureRunnableExt[CountSanityCheckForDataSetSpec] with CountSanityCheckHelper

    Permalink
  15. case class CountSanityCheckForDataSetSpec(dataSetId: String) extends Product with Serializable

    Permalink
  16. class CountSanityCheckForDataSpaceRecursively extends InputFutureRunnableExt[CountSanityCheckForDataSpaceRecursivelySpec] with CountSanityCheckHelper

    Permalink
  17. case class CountSanityCheckForDataSpaceRecursivelySpec(dataSpaceId: BSONObjectID) extends Product with Serializable

    Permalink
  18. trait CountSanityCheckHelper extends RunnableHtmlOutput

    Permalink
  19. class DeleteItems extends DsaInputFutureRunnable[DeleteItemsSpec] with RunnableHtmlOutput

    Permalink
  20. case class DeleteItemsSpec(dataSetId: String, ids: Seq[BSONObjectID]) extends Product with Serializable

    Permalink
  21. class ExportDictionary extends DsaInputFutureRunnable[ExportDictionarySpec] with RunnableFileOutput

    Permalink
  22. case class ExportDictionarySpec(dataSetId: String, delimiter: String) extends Product with Serializable

    Permalink
  23. class ExportDictionaryWithCategories extends DsaInputFutureRunnable[ExportDictionaryWithCategoriesSpec] with RunnableFileOutput

    Permalink
  24. case class ExportDictionaryWithCategoriesSpec(dataSetId: String, delimiter: String) extends Product with Serializable

    Permalink
  25. class FixNonalphanumericFields extends InputFutureRunnableExt[FixNonalphanumericFieldsSpec]

    Permalink
  26. case class FixNonalphanumericFieldsSpec(dataSetId: String, batchSize: Option[Int], tempStorageType: server.models.StorageType.Value, dontFlush: Boolean) extends Product with Serializable

    Permalink
  27. class GiveFullAccessToDataSets extends InputFutureRunnableExt[GiveFullAccessToDataSetsSpec] with RunnableHtmlOutput

    Permalink

    Adds permissions to access all data sets with full rights under a given data space (only level children only) to a given user.

    Adds permissions to access all data sets with full rights under a given data space (only level children only) to a given user.

    Since

    2019

  28. case class GiveFullAccessToDataSetsSpec(dataSpaceId: BSONObjectID, userName: String) extends Product with Serializable

    Permalink
  29. trait IdCriterionHelper extends AnyRef

    Permalink
  30. class LockRedCapRecordAtCustomHost extends InputFutureRunnableExt[LockRedCapRecordAtCustomHostSpec] with RunnableHtmlOutput

    Permalink
  31. 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

    Permalink
  32. class LockRedCapRecords extends InputFutureRunnableExt[LockRedCapRecordsSpec] with RunnableHtmlOutput with InputView[LockRedCapRecordsSpec]

    Permalink
  33. case class LockRedCapRecordsSpec(records: String, visit: String, delimiter: RedCapRecordDelimiter.Value, action: server.services.importers.RedCapLockAction.Value) extends Product with Serializable

    Permalink
  34. class QueryByIds extends DsaInputFutureRunnable[QueryByIdsSpec] with RunnableHtmlOutput with IdCriterionHelper

    Permalink
  35. case class QueryByIdsSpec(dataSetId: String, ids: Seq[BSONObjectID], negate: Boolean) extends Product with Serializable

    Permalink
  36. class RemoveDictionary extends InputFutureRunnableExt[RemoveDictionarySpec] with RunnableHtmlOutput

    Permalink
  37. case class RemoveDictionarySpec(dataSetId: String) extends Product with Serializable

    Permalink
  38. class ReplaceNullWithNumber extends DsaInputFutureRunnable[ReplaceNullWithNumberSpec]

    Permalink

    Replaces null values with a given number.

    Replaces null values with a given number. Works only for numeric (int, double, and date) and enum fields.

    Since

    2019

  39. case class ReplaceNullWithNumberSpec(dataSetId: String, fieldName: String, value: Double, updateStreamSpec: StreamSpec) extends Product with Serializable

    Permalink
  40. class SayHello extends Runnable

    Permalink
  41. class SayHelloFuture extends FutureRunnable

    Permalink
  42. class SendEmail extends InputRunnableExt[SendEmailSpec] with InputView[SendEmailSpec]

    Permalink
  43. case class SendEmailSpec(from: String, to: String, subject: String, body: String) extends Product with Serializable

    Permalink
  44. class UpdateItems extends DsaInputFutureRunnable[UpdateItemsSpec] with RunnableHtmlOutput with IdCriterionHelper

    Permalink
  45. case class UpdateItemsSpec(dataSetId: String, ids: Seq[BSONObjectID], negate: Boolean, stringFieldName: String, value: String) extends Product with Serializable

    Permalink

Value Members

  1. object RedCapRecordDelimiter extends Enumeration

    Permalink

Ungrouped