Class ComputedFieldMetaClass

  • All Implemented Interfaces:
    com.xpn.xwiki.internal.objects.classes.PropertyClassProvider, com.xpn.xwiki.internal.objects.meta.PropertyMetaClassInterface, ClassInterface, ElementInterface, ObjectInterface, PropertyInterface, Serializable, Cloneable

    @Component
    @Named("ComputedField")
    @Singleton
    public class ComputedFieldMetaClass
    extends PropertyMetaClass
    Computed Field Class allows to create a field without storage that will display computed values based on other data in the object or wiki.
    Since:
    4.2M2
    Version:
    $Id: a5b284abef09425e6975a1fcf80cfb886d65f42d $
    See Also:
    Serialized Form
    • Constructor Detail

      • ComputedFieldMetaClass

        public ComputedFieldMetaClass()
        Constructor for ComputerFieldMetaClass.
    • Method Detail

      • getInstance

        public PropertyClassInterface getInstance()
        Specified by:
        getInstance in interface com.xpn.xwiki.internal.objects.classes.PropertyClassProvider
        Overrides:
        getInstance in class PropertyMetaClass
        Returns:
        a new XClass property instance