Class KObjectImpl
- java.lang.Object
-
- org.uberfire.ext.metadata.model.impl.KObjectImpl
-
- All Implemented Interfaces:
Serializable,KObject,KObjectId,KObjectKey,KObjectSimpleKey
public class KObjectImpl extends Object implements KObject
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanfullText()Flag indicating whether a "full text" entry should be created for the KObject.StringgetClusterId()StringgetId()StringgetKey()Iterable<KProperty<?>>getProperties()StringgetSegmentId()MetaTypegetType()
-
-
-
Method Detail
-
fullText
public boolean fullText()
Description copied from interface:KObjectFlag 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.- Specified by:
fullTextin interfaceKObject- Returns:
- See Also:
MetaIndexEngine.FULL_TEXT_FIELD,Indexer
-
getType
public MetaType getType()
- Specified by:
getTypein interfaceKObjectKey
-
getClusterId
public String getClusterId()
- Specified by:
getClusterIdin interfaceKObjectSimpleKey
-
getSegmentId
public String getSegmentId()
- Specified by:
getSegmentIdin interfaceKObjectSimpleKey
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceKObjectSimpleKey
-
-