Uses of Class
org.nuxeo.elasticsearch.commands.IndexingCommands
-
Packages that use IndexingCommands Package Description org.nuxeo.elasticsearch.commands org.nuxeo.elasticsearch.listener -
-
Uses of IndexingCommands in org.nuxeo.elasticsearch.commands
Methods in org.nuxeo.elasticsearch.commands that return IndexingCommands Modifier and Type Method Description protected IndexingCommands
IndexingCommandsStacker. getCommands(DocumentModel doc)
protected IndexingCommands
IndexingCommandsStacker. getOrCreateCommands(DocumentModel doc)
Methods in org.nuxeo.elasticsearch.commands that return types with arguments of type IndexingCommands Modifier and Type Method Description protected abstract Map<String,IndexingCommands>
IndexingCommandsStacker. getAllCommands()
-
Uses of IndexingCommands in org.nuxeo.elasticsearch.listener
Fields in org.nuxeo.elasticsearch.listener with type parameters of type IndexingCommands Modifier and Type Field Description protected static ThreadLocal<Map<String,IndexingCommands>>
ElasticSearchInlineListener. transactionCommands
Methods in org.nuxeo.elasticsearch.listener that return types with arguments of type IndexingCommands Modifier and Type Method Description protected Map<String,IndexingCommands>
ElasticSearchInlineListener. getAllCommands()
-