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

    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 DefinitionPreparer extends AnyRef

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

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

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

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

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

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

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

    Permalink
  14. class ManagementResources extends Directives with LazyLogging with RouteWithUser with AuthorizeProcessDirectives

    Permalink
  15. case class NodeDefinition(id: String, parameters: List[Parameter]) extends Product with Serializable

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

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

    Permalink
  18. class ProcessActivityResource extends Directives with Argonaut62Support with RouteWithUser

    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. case class ProcessObjects(nodesToAdd: List[NodeGroup], processDefinition: UIProcessDefinition, edgesForNodes: List[NodeEdges]) extends Product with Serializable

    Permalink
  22. class ProcessReportResources extends Directives with Argonaut62Support with UiCodecs with RouteWithUser

    Permalink
  23. class ProcessesExportResources extends Directives with Argonaut62Support with RouteWithUser with UiCodecs

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

    Permalink
  25. class QueryableStateResources extends Directives with Argonaut62Support with RouteWithUser with AuthorizeProcessDirectives

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

    Permalink
  27. class RemoteEnvironmentResources extends Directives with Argonaut62Support with RouteWithUser with AuthorizeProcessDirectives

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

    Permalink
  29. trait RouteWithUser extends AnyRef

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

    Permalink
  31. class SettingsResources extends Directives with Argonaut62Support with RouteWithUser

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

    Permalink
  33. class SignalsResources extends Directives with Argonaut62Support with RouteWithUser with AuthorizeProcessDirectives

    Permalink
  34. class TestInfoResources extends Directives with Argonaut62Support with RouteWithUser with AuthorizeProcessDirectives

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

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

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

    Permalink
  38. case class UISettings(features: ToggleFeaturesOptions, nodes: Map[String, SingleNodeConfig]) extends Product with Serializable

    Permalink
  39. class UserResources extends Directives with Argonaut62Support with RouteWithUser

    Permalink
  40. 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 ProcessAttachmentService

    Permalink
  5. object ProcessesResources

    Permalink
  6. object ServiceRoutes

    Permalink
  7. object SortedNodeGroup

    Permalink
  8. object TestInfoResources

    Permalink
  9. object UIProcessDefinition extends Serializable

    Permalink
  10. object WebResources extends Directives

    Permalink

Ungrouped