Package | Description |
---|---|
org.xwiki.livedata |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
LiveDataPropertyDescriptorStore.save(LiveDataPropertyDescriptor propertyDescriptor)
Adds a new property descriptor or updates an existing one.
|
Modifier and Type | Method and 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.
|
Copyright © 2004–2022 XWiki. All rights reserved.