Package

pl.touk.nussknacker.ui

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. class AppResources extends Directives with FailFastCirceSupport with LazyLogging with RouteWithUser with RouteWithoutUser with SecurityDirectives

    Permalink
  2. class AttachmentResources extends Directives with FailFastCirceSupport with RouteWithUser with ProcessDirectives

    Permalink
  3. case class AuthenticationSettings(backend: String, authorizeUrl: Option[String]) extends Product with Serializable

    Permalink
  4. class AuthorizeProcess extends AnyRef

    Permalink
  5. trait AuthorizeProcessDirectives extends AnyRef

    Permalink
  6. case class CommentSettings(matchExpression: String, link: String) extends Product with Serializable

    Permalink
  7. class DefinitionResources extends Directives with FailFastCirceSupport with EspPathMatchers with RouteWithUser

    Permalink
  8. case class DeploySettings(requireComment: Boolean) extends Product with Serializable

    Permalink
  9. class DictResources extends Directives with FailFastCirceSupport

    Permalink
  10. case class DisplayableUser extends Product with Serializable

    Permalink
  11. case class EnvironmentAlert(content: String, cssClass: String) extends Product with Serializable

    Permalink
  12. case class EnvironmentComparisonResult(processDifferences: List[ProcessDifference]) extends Product with Serializable

    Permalink
  13. case class GlobalPermissions extends Product with Serializable

    Permalink
  14. case class IntervalTimeSettings(processes: Int, healthCheck: Int) extends Product with Serializable

    Permalink
  15. case class KibanaSettings(url: String) extends Product with Serializable

    Permalink
  16. class ManagementResources extends Directives with LazyLogging with RouteWithUser with FailFastCirceSupport with AuthorizeProcessDirectives with ProcessDirectives

    Permalink
  17. case class MetricsSettings(url: String, defaultDashboard: String, processingTypeToDashboard: Option[Map[String, String]]) extends Product with Serializable

    Permalink
  18. case class Notification(message: String, type: NotificationType.Value) extends Product with Serializable

    Permalink
  19. class NotificationResources extends Directives with LazyLogging with RouteWithUser with FailFastCirceSupport

    Permalink
  20. class ProcessActivityResource extends Directives with FailFastCirceSupport with RouteWithUser with ProcessDirectives

    Permalink
  21. class ProcessAttachmentService extends LazyLogging

    Permalink
  22. case class ProcessDifference(id: String, presentOnOther: Boolean, differences: Map[String, Difference]) extends Product with Serializable

    Permalink
  23. trait ProcessDirectives extends AnyRef

    Permalink
  24. class ProcessReportResources extends Directives with FailFastCirceSupport with RouteWithUser with ProcessDirectives

    Permalink
  25. class ProcessesExportResources extends Directives with FailFastCirceSupport with RouteWithUser with ProcessDirectives

    Permalink
  26. class ProcessesResources extends Directives with FailFastCirceSupport with EspPathMatchers with RouteWithUser with LazyLogging with AuthorizeProcessDirectives with ProcessDirectives

    Permalink
  27. class QueryableStateResources extends Directives with FailFastCirceSupport with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

    Permalink
  28. case class RemoteEnvironmentConfig(targetEnvironmentId: String) extends Product with Serializable

    Permalink
  29. class RemoteEnvironmentResources extends Directives with FailFastCirceSupport with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

    Permalink
  30. case class ResultsWithCounts(results: Json, counts: Map[String, NodeCount]) extends Product with Serializable

    Permalink
  31. trait RouteWithUser extends AnyRef

    Permalink
  32. trait RouteWithoutUser extends AnyRef

    Permalink
  33. class ServiceRoutes extends Directives with RouteWithUser with FailFastCirceSupport with LazyLogging

    Permalink
  34. class SettingsResources extends Directives with FailFastCirceSupport with RouteWithoutUser

    Permalink
  35. case class SignalDefinition(name: String, parameters: List[String], availableProcesses: List[String]) extends Product with Serializable

    Permalink
  36. class SignalsResources extends Directives with FailFastCirceSupport with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

    Permalink
  37. class TestInfoResources extends Directives with FailFastCirceSupport with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

    Permalink
  38. case class TestMigrationSummary(message: String, testMigrationResults: List[TestMigrationResult]) extends Product with Serializable

    Permalink
  39. case class ToggleFeaturesOptions(counts: Boolean, search: Option[KibanaSettings], metrics: Option[MetricsSettings], remoteEnvironment: Option[RemoteEnvironmentConfig], environmentAlert: Option[EnvironmentAlert], commentSettings: Option[CommentSettings], deploySettings: Option[DeploySettings], intervalTimeSettings: IntervalTimeSettings, attachments: Boolean, signals: Boolean) extends Product with Serializable

    Permalink
  40. case class UISettings(features: ToggleFeaturesOptions, authentication: AuthenticationSettings) extends Product with Serializable

    Permalink
  41. class UserResources extends Directives with FailFastCirceSupport with RouteWithUser

    Permalink
  42. class ValidationResources extends Directives with FailFastCirceSupport with RouteWithUser

    Permalink
  43. class WebResources extends Directives

    Permalink

Value Members

  1. object AuthenticationSettings extends Serializable

    Permalink
  2. object CommentSettings extends Serializable

    Permalink
  3. object DeploySettings extends Serializable

    Permalink
  4. object DisplayableUser extends Serializable

    Permalink
  5. object EnvironmentAlert extends Serializable

    Permalink
  6. object EnvironmentComparisonResult extends Serializable

    Permalink
  7. object EspErrorToHttp extends LazyLogging with FailFastCirceSupport

    Permalink
  8. object GlobalPermissions extends Serializable

    Permalink
  9. object IntervalTimeSettings extends Serializable

    Permalink
  10. object KibanaSettings extends Serializable

    Permalink
  11. object ManagementResources

    Permalink
  12. object MetricsSettings extends Serializable

    Permalink
  13. object Notification extends Serializable

    Permalink
  14. object NotificationType extends Enumeration

    Permalink
  15. object ProcessAttachmentService

    Permalink
  16. object ProcessDifference extends Serializable

    Permalink
  17. object ProcessesResources

    Permalink
  18. object RemoteEnvironmentConfig extends Serializable

    Permalink
  19. object ResultsWithCounts extends Serializable

    Permalink
  20. object ServiceRoutes

    Permalink
  21. object SignalDefinition extends Serializable

    Permalink
  22. object TestInfoResources

    Permalink
  23. object TestMigrationSummary extends Serializable

    Permalink
  24. object ToggleFeaturesOptions extends Serializable

    Permalink
  25. object UISettings extends Serializable

    Permalink

Ungrouped