org.kie.uberfire.metadata.engine
Interface MetaIndexEngine
public interface MetaIndexEngine
FULL_TEXT_FIELD
static final String FULL_TEXT_FIELD
- See Also:
- Constant Field Values
freshIndex
boolean freshIndex(KCluster cluster)
startBatch
void startBatch(KCluster cluster)
index
void index(KObject object)
index
void index(KObject... objects)
rename
void rename(KObjectKey from,
KObject to)
delete
void delete(KCluster cluster)
delete
void delete(KObjectKey objectKey)
delete
void delete(KObjectKey... objectsKey)
commit
void commit(KCluster cluster)
dispose
void dispose()
beforeDispose
void beforeDispose(Runnable callback)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.