| Modifier and Type | Method and Description |
|---|---|
void |
PuiElasticSearchController.document(DocumentOperationType type,
String table,
String pk)
Indicate Elastic Search that a document should be inserted, updated or
deleted from the index.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentOperationType |
DocumentOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentOperationType[] |
DocumentOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected DocumentOperationType |
DeleteElasticSearchListener.getOperationType() |
protected DocumentOperationType |
InsertElasticSearchListener.getOperationType() |
protected DocumentOperationType |
UpdateElasticSearchListener.getOperationType() |
protected abstract DocumentOperationType |
AbstractElasticSearchListener.getOperationType()
Get the operation type
|
| Modifier and Type | Method and Description |
|---|---|
void |
PuiElasticSearchLiveSynchronization.queueOperation(es.prodevelop.pui9.model.dto.interfaces.ITableDto dtoPk,
DocumentOperationType operation,
Long transactionId,
String jwt) |
Copyright © 2020. All rights reserved.