Class PropertyValues
java.lang.Object
org.apache.jackrabbit.oak.plugins.memory.PropertyValues
Deprecated.
The Jackrabbit Oak Memory library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after October 2025.
Utility class for creating
PropertyValue instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable PropertyValuecreate(@Nullable PropertyState property) Deprecated.static @Nullable PropertyStatecreate(@Nullable PropertyValue value) Deprecated.static booleanmatch(@NotNull PropertyState p1, @NotNull PropertyValue p2) Deprecated.static booleanmatch(@NotNull PropertyValue p1, @NotNull PropertyState p2) Deprecated.static booleanmatch(@NotNull PropertyValue p1, @NotNull PropertyValue p2) Deprecated.static @NotNull PropertyValuenewBinary(@org.jetbrains.annotations.NotNull byte[] value) Deprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValuenewBoolean(boolean value) Deprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValuenewDecimal(@NotNull BigDecimal value) Deprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValuenewReference(@NotNull String value) Deprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValueDeprecated.static @NotNull PropertyValuenewWeakReference(@NotNull String value) Deprecated.static booleannotMatch(@NotNull PropertyValue p1, @NotNull PropertyValue p2) Deprecated.
-
Method Details
-
create
Deprecated. -
create
Deprecated. -
newString
Deprecated. -
newString
Deprecated. -
newLong
Deprecated. -
newDouble
Deprecated. -
newDecimal
Deprecated. -
newBoolean
Deprecated. -
newDate
Deprecated. -
newName
Deprecated. -
newName
Deprecated. -
newPath
Deprecated. -
newReference
Deprecated. -
newWeakReference
Deprecated. -
newUri
Deprecated. -
newBinary
@NotNull public static @NotNull PropertyValue newBinary(@NotNull @org.jetbrains.annotations.NotNull byte[] value) Deprecated. -
newBinary
Deprecated. -
match
Deprecated. -
match
Deprecated. -
match
Deprecated. -
notMatch
public static boolean notMatch(@NotNull @NotNull PropertyValue p1, @NotNull @NotNull PropertyValue p2) Deprecated.
-