| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.memory |
| Modifier and Type | Method and Description |
|---|---|
@NotNull PropertyBuilder<T> |
PropertyBuilder.addValue(T value) |
@NotNull PropertyBuilder<T> |
PropertyBuilder.addValues(Iterable<T> values) |
static <T> PropertyBuilder<T> |
PropertyBuilder.array(org.apache.jackrabbit.oak.api.Type<T> type)
Create a new instance for building array
PropertyState instances
of the given type. |
static <T> PropertyBuilder<T> |
PropertyBuilder.array(org.apache.jackrabbit.oak.api.Type<T> type,
String name)
Create a new instance for building array
PropertyState instances
of the given type. |
@NotNull PropertyBuilder<T> |
PropertyBuilder.assignFrom(org.apache.jackrabbit.oak.api.PropertyState property) |
static <T> PropertyBuilder<T> |
PropertyBuilder.copy(org.apache.jackrabbit.oak.api.Type<T> type,
org.apache.jackrabbit.oak.api.PropertyState property)
Create a new instance for building
PropertyState instances
of the given type. |
@NotNull PropertyBuilder<T> |
PropertyBuilder.removeValue(int index) |
@NotNull PropertyBuilder<T> |
PropertyBuilder.removeValue(Object value) |
static <T> PropertyBuilder<T> |
PropertyBuilder.scalar(org.apache.jackrabbit.oak.api.Type<T> type)
Create a new instance for building scalar
PropertyState instances
of the given type. |
static <T> PropertyBuilder<T> |
PropertyBuilder.scalar(org.apache.jackrabbit.oak.api.Type<T> type,
String name)
Create a new instance for building scalar
PropertyState instances
of the given type. |
@NotNull PropertyBuilder<T> |
PropertyBuilder.setArray() |
@NotNull PropertyBuilder<T> |
PropertyBuilder.setName(String name) |
@NotNull PropertyBuilder<T> |
PropertyBuilder.setScalar() |
@NotNull PropertyBuilder<T> |
PropertyBuilder.setValue(T value) |
@NotNull PropertyBuilder<T> |
PropertyBuilder.setValue(T value,
int index) |
@NotNull PropertyBuilder<T> |
PropertyBuilder.setValues(Iterable<T> values) |
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.