Uses of Interface
com.atlassian.confluence.core.persistence.schema.api.TableSchemaComparison
-
-
Uses of TableSchemaComparison in com.atlassian.confluence.core.persistence.schema.api
Methods in com.atlassian.confluence.core.persistence.schema.api that return types with arguments of type TableSchemaComparison Modifier and Type Method Description Iterable<TableSchemaComparison>SchemaComparison. getTables() -
Uses of TableSchemaComparison in com.atlassian.confluence.core.persistence.schema.descriptor
Classes in com.atlassian.confluence.core.persistence.schema.descriptor that implement TableSchemaComparison Modifier and Type Class Description classComparedTableMethods in com.atlassian.confluence.core.persistence.schema.descriptor that return types with arguments of type TableSchemaComparison Modifier and Type Method Description Iterable<TableSchemaComparison>ComparedSchema. getTables()Constructor parameters in com.atlassian.confluence.core.persistence.schema.descriptor with type arguments of type TableSchemaComparison Constructor Description ComparedSchema(Iterable<TableSchemaComparison> tables, Collection<String> warnings) -
Uses of TableSchemaComparison in com.atlassian.confluence.core.persistence.schema.util
Method parameters in com.atlassian.confluence.core.persistence.schema.util with type arguments of type TableSchemaComparison Modifier and Type Method Description static Collection<String>SchemaComparisonWarningFactory. buildWarnings(Iterable<? extends TableSchemaComparison> tables)
-