Class PropertyValues
java.lang.Object
org.apache.jackrabbit.oak.plugins.memory.PropertyValues
Utility class for creating
PropertyValue instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable PropertyValuecreate(@Nullable PropertyState property) static @Nullable PropertyStatecreate(@Nullable PropertyValue value) static booleanmatch(@NotNull PropertyState p1, @NotNull PropertyValue p2) static booleanmatch(@NotNull PropertyValue p1, @NotNull PropertyState p2) static booleanmatch(@NotNull PropertyValue p1, @NotNull PropertyValue p2) static @NotNull PropertyValuenewBinary(@org.jetbrains.annotations.NotNull byte[] value) static @NotNull PropertyValuestatic @NotNull PropertyValuenewBoolean(boolean value) static @NotNull PropertyValuestatic @NotNull PropertyValuenewDecimal(@NotNull BigDecimal value) static @NotNull PropertyValuestatic @NotNull PropertyValuestatic @NotNull PropertyValuestatic @NotNull PropertyValuestatic @NotNull PropertyValuestatic @NotNull PropertyValuenewReference(@NotNull String value) static @NotNull PropertyValuestatic @NotNull PropertyValuestatic @NotNull PropertyValuestatic @NotNull PropertyValuenewWeakReference(@NotNull String value) static booleannotMatch(@NotNull PropertyValue p1, @NotNull PropertyValue p2)
-
Method Details
-
create
-
create
-
newString
-
newString
-
newLong
-
newDouble
-
newDecimal
-
newBoolean
-
newDate
-
newName
-
newName
-
newPath
-
newReference
-
newWeakReference
-
newUri
-
newBinary
@NotNull public static @NotNull PropertyValue newBinary(@NotNull @org.jetbrains.annotations.NotNull byte[] value) -
newBinary
-
match
-
match
-
match
-
notMatch
public static boolean notMatch(@NotNull @NotNull PropertyValue p1, @NotNull @NotNull PropertyValue p2)
-