public interface IndexService
| Modifier and Type | Method and Description |
|---|---|
void |
indexAdd(java.util.Map<java.lang.String,java.lang.Object> properties,
java.util.Collection<EObject> objects)
Add the given elements to the index
|
void |
indexAdd(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject... objects)
Add the given elements to the index
|
void |
indexAdd(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject object)
Add the given element to the index
|
void |
indexRemove(java.util.Map<java.lang.String,java.lang.Object> properties,
java.util.Collection<EObject> objects)
Removes the given elements from the updated
|
void |
indexRemove(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject... objects)
Removes the given elements from the updated
|
void |
indexRemove(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject object)
Removes the given element from the updated
|
void |
indexUpdate(java.util.Map<java.lang.String,java.lang.Object> properties,
java.util.Collection<EObject> objects)
Updates the given elements in the index
|
void |
indexUpdate(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject... objects)
Updates the given elements in the index
|
void |
indexUpdate(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject object)
Updates the given element in the index
|
void indexAdd(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject object)
properties - the additional index propertiesobject - the object to be indexedvoid indexAdd(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject... objects)
properties - the additional index propertiesobjects - the objects to be indexedvoid indexAdd(java.util.Map<java.lang.String,java.lang.Object> properties,
java.util.Collection<EObject> objects)
properties - the additional index propertiesobjects - the objects to be indexedvoid indexUpdate(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject object)
properties - the additional index propertiesobject - the object to be updatedvoid indexUpdate(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject... objects)
properties - the additional index propertiesobjects - the objects to be updatedvoid indexUpdate(java.util.Map<java.lang.String,java.lang.Object> properties,
java.util.Collection<EObject> objects)
properties - the additional index propertiesobjects - the objects to be updatedvoid indexRemove(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject object)
properties - the additional index propertiesobject - the object to be removedvoid indexRemove(java.util.Map<java.lang.String,java.lang.Object> properties,
EObject... objects)
properties - the additional index propertiesobjects - the objects to be removedvoid indexRemove(java.util.Map<java.lang.String,java.lang.Object> properties,
java.util.Collection<EObject> objects)
properties - the additional index propertiesobjects - the objects to be removedData In Motion Consulting GmbH