Uses of Interface
com.atlassian.confluence.core.persistence.schema.api.TableSchemaComparison

Packages that use TableSchemaComparison
com.atlassian.confluence.core.persistence.schema.api   
com.atlassian.confluence.core.persistence.schema.descriptor   
com.atlassian.confluence.core.persistence.schema.util   
 

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
 java.lang.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
 class ComparedTable
           
 

Methods in com.atlassian.confluence.core.persistence.schema.descriptor that return types with arguments of type TableSchemaComparison
 java.lang.Iterable<TableSchemaComparison> ComparedSchema.getTables()
           
 

Constructor parameters in com.atlassian.confluence.core.persistence.schema.descriptor with type arguments of type TableSchemaComparison
ComparedSchema(java.lang.Iterable<TableSchemaComparison> tables, java.util.Collection<java.lang.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
static java.util.Collection<java.lang.String> SchemaComparisonWarningFactory.buildWarnings(java.lang.Iterable<? extends TableSchemaComparison> tables)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.