Uses of Class
org.xwiki.livedata.LiveDataPropertyDescriptor
-
Packages that use LiveDataPropertyDescriptor Package Description org.xwiki.livedata -
-
Uses of LiveDataPropertyDescriptor in org.xwiki.livedata
Methods in org.xwiki.livedata that return types with arguments of type LiveDataPropertyDescriptor Modifier and Type Method Description Collection<LiveDataPropertyDescriptor>
LiveDataPropertyDescriptorStore. get()
default Optional<LiveDataPropertyDescriptor>
LiveDataPropertyDescriptorStore. get(String propertyId)
Collection<LiveDataPropertyDescriptor>
LiveDataMeta. getPropertyDescriptors()
Collection<LiveDataPropertyDescriptor>
LiveDataMeta. getPropertyTypes()
default Optional<LiveDataPropertyDescriptor>
LiveDataPropertyDescriptorStore. remove(String propertyId)
Removes the specified property descriptor.Methods in org.xwiki.livedata with parameters of type LiveDataPropertyDescriptor Modifier and Type Method Description default boolean
LiveDataPropertyDescriptorStore. save(LiveDataPropertyDescriptor propertyDescriptor)
Adds a new property descriptor or updates an existing one.Method parameters in org.xwiki.livedata with type arguments of type LiveDataPropertyDescriptor Modifier and Type Method Description void
LiveDataMeta. setPropertyDescriptors(Collection<LiveDataPropertyDescriptor> propertyDescriptors)
Sets the list of known properties.void
LiveDataMeta. setPropertyTypes(Collection<LiveDataPropertyDescriptor> propertyTypes)
Sets the list of known property types.
-