com.atlassian.confluence.core.persistence.schema.api
Interface SchemaElementComparison.IndexComparison

All Superinterfaces:
SchemaElementComparison<String>
All Known Implementing Classes:
ComparedIndex
Enclosing interface:
SchemaElementComparison<T>

public static interface SchemaElementComparison.IndexComparison
extends SchemaElementComparison<String>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
SchemaElementComparison.ColumnComparison, SchemaElementComparison.ComparisonResult, SchemaElementComparison.IndexComparison
 
Method Summary
 String getIndexName()
           
 
Methods inherited from interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
getActual, getExpected, getResult
 

Method Detail

getIndexName

String getIndexName()


Copyright © 2003–2015 Atlassian. All rights reserved.