Uses of Class
org.apache.jackrabbit.oak.plugins.memory.PropertyBuilder
Packages that use PropertyBuilder
Package
Description
Internal utilities and implementation of a memory-based store.
-
Uses of PropertyBuilder in org.apache.jackrabbit.oak.plugins.memory
Methods in org.apache.jackrabbit.oak.plugins.memory that return PropertyBuilderModifier and TypeMethodDescription@NotNull PropertyBuilder<T>@NotNull PropertyBuilder<T>static <T> PropertyBuilder<T>PropertyBuilder.array(org.apache.jackrabbit.oak.api.Type<T> type) Create a new instance for building arrayPropertyStateinstances of the giventype.static <T> PropertyBuilder<T>Create a new instance for building arrayPropertyStateinstances of the giventype.@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 buildingPropertyStateinstances of the giventype.@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 scalarPropertyStateinstances of the giventype.static <T> PropertyBuilder<T>Create a new instance for building scalarPropertyStateinstances of the giventype.@NotNull PropertyBuilder<T>PropertyBuilder.setArray()@NotNull PropertyBuilder<T>@NotNull PropertyBuilder<T>PropertyBuilder.setScalar()@NotNull PropertyBuilder<T>@NotNull PropertyBuilder<T>@NotNull PropertyBuilder<T>