Packages

package migrations

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ProcessSplitterMigration(migratedNodeType: String = "split") extends NodeMigration with Product with Serializable
  2. case class UnionParametersMigration(migratedNodeType: String = "union") extends NodeMigration with Product with Serializable

    If you want to apply this migration for different node type create new case class instance with appropriate name

    If you want to apply this migration for different node type create new case class instance with appropriate name

    migratedNodeType

    - type of node to be migrated eg. union, singleTypeUnion

Value Members

  1. object DecisionTableParameterNamesMigration extends NodeMigration
  2. object GroupByMigration extends NodeMigration
  3. object RequestResponseSinkValidationModeMigration extends NodeMigration
  4. object SinkExpressionMigration extends NodeMigration

Ungrouped