Package

pl.touk.nussknacker.ui

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. class AppResources extends Directives with Argonaut62Support with LazyLogging with RouteWithUser with SecurityDirectives

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

    Permalink
  3. class AuthorizeProcess extends AnyRef

    Permalink
  4. trait AuthorizeProcessDirectives extends AnyRef

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

    Permalink
  6. class DefinitionResources extends Directives with Argonaut62Support with EspPathMatchers with RouteWithUser

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

    Permalink
  8. case class DisplayableUser(id: String, permissions: List[String], categories: List[String], categoryPermissions: Map[String, Set[String]]) extends Product with Serializable

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

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

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

    Permalink
  12. class ManagementResources extends Directives with LazyLogging with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

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

    Permalink
  14. case class NodeGroup(name: String, possibleNodes: List[NodeToAdd]) extends Product with Serializable

    Permalink
  15. case class NodeToAdd(type: String, label: String, node: NodeData, categories: List[String]) extends Product with Serializable

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

    Permalink
  17. class NotificationResources extends Directives with LazyLogging with RouteWithUser with Argonaut62Support

    Permalink
  18. class ProcessActivityResource extends Directives with Argonaut62Support with RouteWithUser with ProcessDirectives

    Permalink
  19. class ProcessAttachmentService extends LazyLogging

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

    Permalink
  21. trait ProcessDirectives extends AnyRef

    Permalink
  22. case class ProcessObjects(nodesToAdd: List[NodeGroup], processDefinition: UIProcessDefinition, nodesConfig: Map[String, SingleNodeConfig], additionalPropertiesLabels: Map[String, String], edgesForNodes: List[NodeEdges]) extends Product with Serializable

    Permalink
  23. class ProcessReportResources extends Directives with Argonaut62Support with UiCodecs with RouteWithUser with ProcessDirectives

    Permalink
  24. class ProcessesExportResources extends Directives with Argonaut62Support with RouteWithUser with UiCodecs with ProcessDirectives

    Permalink
  25. class ProcessesResources extends Directives with Argonaut62Support with EspPathMatchers with RouteWithUser with LazyLogging with AuthorizeProcessDirectives with ProcessDirectives

    Permalink
  26. class QueryableStateResources extends Directives with Argonaut62Support with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

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

    Permalink
  28. class RemoteEnvironmentResources extends Directives with Argonaut62Support with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

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

    Permalink
  30. trait RouteWithUser extends AnyRef

    Permalink
  31. class ServiceRoutes extends Directives with RouteWithUser with Argonaut62Support with LazyLogging

    Permalink
  32. class SettingsResources extends Directives with Argonaut62Support with RouteWithUser

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

    Permalink
  34. class SignalsResources extends Directives with Argonaut62Support with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

    Permalink
  35. class TestInfoResources extends Directives with Argonaut62Support with RouteWithUser with AuthorizeProcessDirectives with ProcessDirectives

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

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

    Permalink
  38. case class UIProcessDefinition(services: Map[String, ObjectDefinition], sourceFactories: Map[String, ObjectDefinition], sinkFactories: Map[String, ObjectDefinition], customStreamTransformers: Map[String, ObjectDefinition], signalsWithTransformers: Map[String, ObjectDefinition], exceptionHandlerFactory: ObjectDefinition, globalVariables: Map[String, ObjectDefinition], typesInformation: List[ClazzDefinition], subprocessInputs: Map[String, ObjectDefinition]) extends Product with Serializable

    Permalink
  39. case class UISettings(features: ToggleFeaturesOptions) extends Product with Serializable

    Permalink
  40. class UserResources extends Directives with Argonaut62Support with RouteWithUser

    Permalink
  41. class ValidationResources extends Directives with Argonaut62Support with RouteWithUser

    Permalink

Value Members

  1. object DefinitionPreparer

    Permalink
  2. object EspErrorToHttp extends LazyLogging with Argonaut62Support

    Permalink
  3. object ManagementResources

    Permalink
  4. object NotificationType extends Enumeration

    Permalink
  5. object ProcessAttachmentService

    Permalink
  6. object ProcessesResources

    Permalink
  7. object ServiceRoutes

    Permalink
  8. object SortedNodeGroup

    Permalink
  9. object TestInfoResources

    Permalink
  10. object UIProcessDefinition extends Serializable

    Permalink
  11. object WebResources extends Directives

    Permalink

Ungrouped