Uses of Class
org.apache.jackrabbit.vault.util.DocViewProperty
-
Packages that use DocViewProperty Package Description org.apache.jackrabbit.vault.util -
-
Uses of DocViewProperty in org.apache.jackrabbit.vault.util
Fields in org.apache.jackrabbit.vault.util with type parameters of type DocViewProperty Modifier and Type Field Description @NotNull Map<String,DocViewProperty>DocViewNode. propsDeprecated.Methods in org.apache.jackrabbit.vault.util that return DocViewProperty Modifier and Type Method Description static DocViewPropertyDocViewProperty. fromDocViewProperty2(DocViewProperty2 property)Deprecated.static DocViewPropertyDocViewProperty. fromProperty(@NotNull Property prop, boolean sort, boolean useBinaryReferences)Deprecated.Creates a new property based on a JCRPropertyobjectstatic DocViewPropertyDocViewProperty. fromValues(@NotNull String name, @NotNull Value[] values, int type, boolean isMulti, boolean sort, boolean useBinaryReferences)Deprecated.Creates a new property based on an array ofValuesstatic DocViewPropertyDocViewProperty. parse(String name, String value)Deprecated.Parses a enhanced docview property string and returns the property.Constructor parameters in org.apache.jackrabbit.vault.util with type arguments of type DocViewProperty Constructor Description DocViewNode(@NotNull String name, @NotNull String label, String uuid, Map<String,DocViewProperty> props, String[] mixins, String primary)Deprecated.
-