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

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

public static interface SchemaElementComparison.IndexComparison
extends SchemaElementComparison<java.lang.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
 java.lang.String getIndexName()
           
 
Methods inherited from interface com.atlassian.confluence.core.persistence.schema.api.SchemaElementComparison
getActual, getExpected, getResult
 

Method Detail

getIndexName

java.lang.String getIndexName()


Copyright © 2003-2014 Atlassian. All Rights Reserved.