Uses of Class
org.apache.jackrabbit.vault.util.DocViewProperty2
Packages that use DocViewProperty2
-
Uses of DocViewProperty2 in org.apache.jackrabbit.vault.util
Methods in org.apache.jackrabbit.vault.util that return DocViewProperty2Modifier and TypeMethodDescriptionstatic @NotNull DocViewProperty2DocViewProperty2.fromProperty(@NotNull Property prop, boolean sort, boolean useBinaryReferences) Creates a new property based on a JCRPropertyobject.static @NotNull DocViewProperty2DocViewProperty2.fromValues(@NotNull Name name, @NotNull Value[] values, int type, boolean isMulti, boolean sort, boolean useBinaryReferences) Creates a new property based on an array ofValuesstatic @NotNull DocViewProperty2DocViewProperty2.parse(String name, String value, NameResolver nameResolver) Parses a enhanced docview property string and returns the property.static @NotNull DocViewProperty2Parses a enhanced docview property string and returns the property.Methods in org.apache.jackrabbit.vault.util that return types with arguments of type DocViewProperty2Modifier and TypeMethodDescription@NotNull Collection<DocViewProperty2>DocViewNode2.getProperties()@NotNull Optional<DocViewProperty2>DocViewNode2.getProperty(Name name) Methods in org.apache.jackrabbit.vault.util with parameters of type DocViewProperty2Modifier and TypeMethodDescriptionintDocViewProperty2Comparator.compare(DocViewProperty2 o1, DocViewProperty2 o2) static DocViewPropertyDocViewProperty.fromDocViewProperty2(DocViewProperty2 property) Deprecated.Method parameters in org.apache.jackrabbit.vault.util with type arguments of type DocViewProperty2Modifier and TypeMethodDescription@NotNull DocViewNode2DocViewNode2.cloneWithDifferentProperties(@NotNull Collection<DocViewProperty2> properties) Constructor parameters in org.apache.jackrabbit.vault.util with type arguments of type DocViewProperty2ModifierConstructorDescriptionDocViewNode2(@NotNull Name name, int index, @NotNull Collection<DocViewProperty2> properties) DocViewNode2(@NotNull Name name, @NotNull Collection<DocViewProperty2> properties)