Uses of Class
org.apache.jackrabbit.vault.util.DocViewProperty2
-
Packages that use DocViewProperty2 Package Description org.apache.jackrabbit.vault.util -
-
Uses of DocViewProperty2 in org.apache.jackrabbit.vault.util
Methods in org.apache.jackrabbit.vault.util that return DocViewProperty2 Modifier and Type Method Description static @NotNull DocViewProperty2
DocViewProperty2. fromProperty(@NotNull Property prop, boolean sort, boolean useBinaryReferences)
Creates a new property based on a JCRProperty
object.static @NotNull DocViewProperty2
DocViewProperty2. fromValues(@NotNull Name name, @NotNull Value[] values, int type, boolean isMulti, boolean sort, boolean useBinaryReferences)
Creates a new property based on an array ofValue
sstatic @NotNull DocViewProperty2
DocViewProperty2. parse(String name, String value, NameResolver nameResolver)
Parses a enhanced docview property string and returns the property.static @NotNull DocViewProperty2
DocViewProperty2. parse(Name name, String value)
Parses a enhanced docview property string and returns the property.Methods in org.apache.jackrabbit.vault.util that return types with arguments of type DocViewProperty2 Modifier and Type Method Description @NotNull Collection<DocViewProperty2>
DocViewNode2. getProperties()
@NotNull Optional<DocViewProperty2>
DocViewNode2. getProperty(Name name)
Methods in org.apache.jackrabbit.vault.util with parameters of type DocViewProperty2 Modifier and Type Method Description int
DocViewProperty2Comparator. compare(DocViewProperty2 o1, DocViewProperty2 o2)
static DocViewProperty
DocViewProperty. fromDocViewProperty2(DocViewProperty2 property)
Deprecated.Method parameters in org.apache.jackrabbit.vault.util with type arguments of type DocViewProperty2 Modifier and Type Method Description @NotNull DocViewNode2
DocViewNode2. cloneWithDifferentProperties(@NotNull Collection<DocViewProperty2> properties)
Constructor parameters in org.apache.jackrabbit.vault.util with type arguments of type DocViewProperty2 Constructor Description DocViewNode2(@NotNull Name name, int index, @NotNull Collection<DocViewProperty2> properties)
DocViewNode2(@NotNull Name name, @NotNull Collection<DocViewProperty2> properties)
-