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 CheckIfFieldsAlphanumericForAll extends FutureRunnable with CheckIfFieldsAlphanumericHelper

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

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

    Permalink
  9. trait CheckIfFieldsAlphanumericHelper extends RunnableHtmlOutput

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

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

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

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

    Permalink
  14. trait CountSanityCheckHelper extends RunnableHtmlOutput

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

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

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

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

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

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

    Permalink
  21. class FixNonalphanumericFields extends InputFutureRunnableExt[FixNonalphanumericFieldsSpec]

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

    Permalink
  23. trait IdCriterionHelper extends AnyRef

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

    Permalink
  25. 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
  26. class LockRedCapRecords extends InputFutureRunnableExt[LockRedCapRecordsSpec] with RunnableHtmlOutput with InputView[LockRedCapRecordsSpec]

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

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

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

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

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

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

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