Uses of Class
org.apache.jackrabbit.vault.util.DocViewProperty
Packages that use DocViewProperty
-
Uses of DocViewProperty in org.apache.jackrabbit.vault.util
Fields in org.apache.jackrabbit.vault.util with type parameters of type DocViewPropertyModifier and TypeFieldDescriptionfinal @NotNull Map<String,DocViewProperty> DocViewNode.propsDeprecated.Methods in org.apache.jackrabbit.vault.util that return DocViewPropertyModifier and TypeMethodDescriptionstatic 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 DocViewPropertyDeprecated.Parses a enhanced docview property string and returns the property.Constructor parameters in org.apache.jackrabbit.vault.util with type arguments of type DocViewPropertyModifierConstructorDescriptionDocViewNode(@NotNull String name, @NotNull String label, String uuid, Map<String, DocViewProperty> props, String[] mixins, String primary) Deprecated.