com.atlassian.jira.index
Class IndexDocumentConfiguration.ConfigurationElement

java.lang.Object
  extended by com.atlassian.jira.index.IndexDocumentConfiguration.ConfigurationElement
Enclosing class:
IndexDocumentConfiguration

public static class IndexDocumentConfiguration.ConfigurationElement
extends Object


Constructor Summary
IndexDocumentConfiguration.ConfigurationElement(String entityKey, String propertyKey, String path, IndexDocumentConfiguration.Type type)
           
 
Method Summary
 String getEntityKey()
           
 String getPath()
           
 String getPropertyKey()
           
 IndexDocumentConfiguration.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexDocumentConfiguration.ConfigurationElement

public IndexDocumentConfiguration.ConfigurationElement(String entityKey,
                                                       String propertyKey,
                                                       String path,
                                                       IndexDocumentConfiguration.Type type)
Method Detail

getEntityKey

public String getEntityKey()

getPropertyKey

public String getPropertyKey()

getPath

public String getPath()

getType

public IndexDocumentConfiguration.Type getType()


Copyright © 2002-2014 Atlassian. All Rights Reserved.