Package

pl.touk.nussknacker.ui

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. class AdditionalInfoProvider extends AnyRef

    Permalink
  2. case class AnalyticsSettings(engine: String, url: String, siteId: String) extends Product with Serializable

    Permalink
  3. class AppResources extends Directives with FailFastCirceSupport with LazyLogging with RouteWithUser with RouteWithoutUser with SecurityDirectives

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

    Permalink
  5. case class AuthenticationSettings(backend: String, authorizeUrl: Option[String], jwtAuthServerPublicKey: Option[String], jwtIdTokenNonceVerificationRequired: Boolean, implicitGrantEnabled: Boolean) extends Product with Serializable

    Permalink
  6. class AuthorizeProcess extends AnyRef

    Permalink
  7. trait AuthorizeProcessDirectives extends AnyRef

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

    Permalink
  9. case class CustomTabs(name: String, url: String, id: String) extends Product with Serializable

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

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

    Permalink
  12. class DictResources extends Directives with FailFastCirceSupport

    Permalink
  13. case class DisplayableUser extends Product with Serializable

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

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

    Permalink
  16. case class GlobalPermissions extends Product with Serializable

    Permalink
  17. case class HealthCheckProcessResponse(status: HealthCheckProcessResponseStatus, message: Option[String], processes: Option[Set[String]]) extends Product with Serializable

    Permalink
  18. sealed trait HealthCheckProcessResponseStatus extends AnyRef

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

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

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

    Permalink
  22. case class NodeValidationRequest(nodeData: NodeData, processProperties: ProcessProperties, variableTypes: Map[String, TypingResult], branchVariableTypes: Option[Map[String, Map[String, TypingResult]]]) extends Product with Serializable

    Permalink
  23. case class NodeValidationResult(parameters: Option[List[UIParameter]], expressionType: Option[TypingResult], validationErrors: List[NodeValidationError], validationPerformed: Boolean) extends Product with Serializable

    Permalink
  24. class NodesResources extends ProcessDirectives with FailFastCirceSupport with RouteWithUser

    Permalink

    This class should contain operations invoked for each node (e.g.

    This class should contain operations invoked for each node (e.g. node validation, retrieving additional data etc.)

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

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

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

    Permalink
  28. class ProcessAttachmentService extends LazyLogging

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

    Permalink
  30. trait ProcessDirectives extends AnyRef

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

    Permalink
  32. case class ProcessStateSettings(icons: Map[String, Map[String, String]], tooltips: Map[String, Map[String, String]]) extends Product with Serializable

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

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

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

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

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

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

    Permalink
  39. trait RouteWithUser extends AnyRef

    Permalink
  40. trait RouteWithoutUser extends AnyRef

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

    Permalink
  42. class SettingsResources extends Directives with FailFastCirceSupport with RouteWithoutUser

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

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

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

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

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

    Permalink
  48. case class UISettings(features: ToggleFeaturesOptions, authentication: AuthenticationSettings, analytics: Option[AnalyticsSettings]) extends Product with Serializable

    Permalink
  49. class UserResources extends Directives with FailFastCirceSupport with RouteWithUser

    Permalink
  50. class ValidationResources extends Directives with FailFastCirceSupport with RouteWithUser

    Permalink
  51. class WebResources extends Directives

    Permalink

Value Members

  1. object AnalyticsSettings extends Serializable

    Permalink
  2. object AuthenticationSettings extends Serializable

    Permalink
  3. object CommentSettings extends Serializable

    Permalink
  4. object CustomTabs extends Serializable

    Permalink
  5. object DeploySettings extends Serializable

    Permalink
  6. object DisplayableUser extends Serializable

    Permalink
  7. object ERROR extends HealthCheckProcessResponseStatus with Product with Serializable

    Permalink
  8. object EnvironmentAlert extends Serializable

    Permalink
  9. object EnvironmentComparisonResult extends Serializable

    Permalink
  10. object EspErrorToHttp extends LazyLogging with FailFastCirceSupport

    Permalink
  11. object GlobalPermissions extends Serializable

    Permalink
  12. object HealthCheckProcessResponse extends Serializable

    Permalink
  13. object HealthCheckProcessResponseStatus

    Permalink
  14. object IntervalTimeSettings extends Serializable

    Permalink
  15. object ManagementResources

    Permalink
  16. object MetricsSettings extends Serializable

    Permalink
  17. object NodeValidationRequest extends Serializable

    Permalink
  18. object NodeValidationResult extends Serializable

    Permalink
  19. object NodesResources

    Permalink
  20. object Notification extends Serializable

    Permalink
  21. object NotificationType extends Enumeration

    Permalink
  22. object OK extends HealthCheckProcessResponseStatus with Product with Serializable

    Permalink
  23. object ProcessAttachmentService

    Permalink
  24. object ProcessDifference extends Serializable

    Permalink
  25. object ProcessStateSettings extends Serializable

    Permalink
  26. object ProcessesResources

    Permalink
  27. object RemoteEnvironmentConfig extends Serializable

    Permalink
  28. object ResultsWithCounts extends Serializable

    Permalink
  29. object ServiceRoutes

    Permalink
  30. object SignalDefinition extends Serializable

    Permalink
  31. object TestInfoResources

    Permalink
  32. object TestMigrationSummary extends Serializable

    Permalink
  33. object ToggleFeaturesOptions extends Serializable

    Permalink
  34. object UISettings extends Serializable

    Permalink

Ungrouped