Package org.uberfire.ext.metadata.model
Interface KObject
-
- All Superinterfaces:
KObjectId,KObjectKey,KObjectSimpleKey,Serializable
- All Known Implementing Classes:
KObjectImpl
public interface KObject extends KObjectKey, Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfullText()Flag indicating whether a "full text" entry should be created for the KObject.Iterable<KProperty<?>>getProperties()-
Methods inherited from interface org.uberfire.ext.metadata.model.KObjectKey
getType
-
Methods inherited from interface org.uberfire.ext.metadata.model.KObjectSimpleKey
getClusterId, getKey, getSegmentId
-
-
-
-
Method Detail
-
fullText
boolean fullText()
Flag indicating whether a "full text" entry should be created for the KObject. This should be true for "default indexing", i.e. that supported out of the box; however additional indexers should not create additional "full text" entries.- Returns:
- See Also:
MetaIndexEngine.FULL_TEXT_FIELD,Indexer
-
-