KIE Uberfire Metadata API 6.2.0.CR2

org.kie.uberfire.metadata.engine
Interface MetaIndexEngine


public interface MetaIndexEngine


Field Summary
static String FULL_TEXT_FIELD
           
 
Method Summary
 void beforeDispose(Runnable callback)
           
 void commit(KCluster cluster)
           
 void delete(KCluster cluster)
           
 void delete(KObjectKey... objectsKey)
           
 void delete(KObjectKey objectKey)
           
 void dispose()
           
 boolean freshIndex(KCluster cluster)
           
 void index(KObject... objects)
           
 void index(KObject object)
           
 void rename(KObjectKey from, KObject to)
           
 void startBatch(KCluster cluster)
           
 

Field Detail

FULL_TEXT_FIELD

static final String FULL_TEXT_FIELD
See Also:
Constant Field Values
Method Detail

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)

KIE Uberfire Metadata API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.