public class

EntityPropertyIndexDocumentFactory

extends AbstractEntityFactory<E>
java.lang.Object
   ↳ com.atlassian.jira.entity.AbstractEntityFactory<E>
     ↳ com.atlassian.jira.index.property.EntityPropertyIndexDocumentFactory

Summary

Public Constructors
EntityPropertyIndexDocumentFactory()
Public Methods
EntityPropertyIndexDocument build(GenericValue gv)
Map<StringObject> fieldMapFrom(EntityPropertyIndexDocument indexDocument)
String getEntityName()
[Expand]
Inherited Methods
From class com.atlassian.jira.entity.AbstractEntityFactory
From class java.lang.Object
From interface com.atlassian.jira.entity.EntityBuilder
From interface com.atlassian.jira.entity.EntityFactory
From interface com.atlassian.jira.entity.NamedEntityBuilder

Public Constructors

public EntityPropertyIndexDocumentFactory ()

Public Methods

public EntityPropertyIndexDocument build (GenericValue gv)

public Map<StringObject> fieldMapFrom (EntityPropertyIndexDocument indexDocument)

public String getEntityName ()