com.atlassian.jira.index.property
Interface EntityPropertyIndexDocument

All Known Implementing Classes:
EntityPropertyIndexDocumentImpl

public interface EntityPropertyIndexDocument

Represents information about indexing of of entity properties.

Since:
v6.2

Field Summary
static String DOCUMENT
           
static String ENTITY_KEY
           
static String ID
           
static String MODULE_KEY
           
static String PLUGIN_KEY
           
static String UPDATED
           
 
Method Summary
 String getDocument()
           
 String getEntityKey()
           
 Long getId()
           
 String getModuleKey()
           
 String getPluginKey()
           
 Timestamp getUpdated()
           
 

Field Detail

ID

static final String ID
See Also:
Constant Field Values

PLUGIN_KEY

static final String PLUGIN_KEY
See Also:
Constant Field Values

MODULE_KEY

static final String MODULE_KEY
See Also:
Constant Field Values

ENTITY_KEY

static final String ENTITY_KEY
See Also:
Constant Field Values

DOCUMENT

static final String DOCUMENT
See Also:
Constant Field Values

UPDATED

static final String UPDATED
See Also:
Constant Field Values
Method Detail

getId

Long getId()

getPluginKey

String getPluginKey()

getModuleKey

String getModuleKey()

getEntityKey

String getEntityKey()

getDocument

String getDocument()

getUpdated

Timestamp getUpdated()


Copyright © 2002-2014 Atlassian. All Rights Reserved.