public abstract class AbstractTransformerCreationTask extends AbstractCommonApiForIndexesAndTransformers
Modifier and Type | Field and Description |
---|---|
protected String |
transformResults |
Constructor and Description |
---|
AbstractTransformerCreationTask() |
Modifier and Type | Method and Description |
---|---|
TransformerDefinition |
createTransformerDefinition()
Creates the Transformer definition.
|
void |
execute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention) |
void |
execute(IDocumentStore store) |
DocumentConvention |
getConventions() |
String |
getTransformerName()
Generates transformer name from type name replacing all _ with /
e.g.
|
void |
setConventions(DocumentConvention convention) |
protected String transformResults
public String getTransformerName()
public DocumentConvention getConventions()
public void setConventions(DocumentConvention convention)
public TransformerDefinition createTransformerDefinition()
public void execute(IDocumentStore store)
public void execute(IDatabaseCommands databaseCommands, DocumentConvention documentConvention)
Copyright © 2016. All Rights Reserved.