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. props
Deprecated.Methods in org.apache.jackrabbit.vault.util that return DocViewProperty Modifier and Type Method Description static DocViewProperty
DocViewProperty. fromDocViewProperty2(DocViewProperty2 property)
Deprecated.static DocViewProperty
DocViewProperty. fromProperty(@NotNull Property prop, boolean sort, boolean useBinaryReferences)
Deprecated.Creates a new property based on a JCRProperty
objectstatic DocViewProperty
DocViewProperty. fromValues(@NotNull String name, @NotNull Value[] values, int type, boolean isMulti, boolean sort, boolean useBinaryReferences)
Deprecated.Creates a new property based on an array ofValue
sstatic DocViewProperty
DocViewProperty. 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.
-