public class PropertyInfoImpl extends Object implements org.apache.jackrabbit.spi.PropertyInfo
PropertyInfoImpl...| Constructor and Description |
|---|
PropertyInfoImpl(org.apache.jackrabbit.spi.PropertyId id,
org.apache.jackrabbit.webdav.property.DavPropertySet propSet,
org.apache.jackrabbit.spi.commons.conversion.NamePathResolver resolver,
ValueFactory valueFactory,
org.apache.jackrabbit.spi.QValueFactory qValueFactory) |
PropertyInfoImpl(org.apache.jackrabbit.spi.PropertyId id,
org.apache.jackrabbit.spi.Path path,
int type,
boolean isMultiValued,
org.apache.jackrabbit.spi.QValue[] values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
denotesNode() |
org.apache.jackrabbit.spi.PropertyId |
getId() |
org.apache.jackrabbit.spi.Path |
getPath() |
int |
getType() |
org.apache.jackrabbit.spi.QValue[] |
getValues() |
boolean |
isMultiValued() |
public PropertyInfoImpl(org.apache.jackrabbit.spi.PropertyId id,
org.apache.jackrabbit.spi.Path path,
int type,
boolean isMultiValued,
org.apache.jackrabbit.spi.QValue[] values)
public PropertyInfoImpl(org.apache.jackrabbit.spi.PropertyId id,
org.apache.jackrabbit.webdav.property.DavPropertySet propSet,
org.apache.jackrabbit.spi.commons.conversion.NamePathResolver resolver,
ValueFactory valueFactory,
org.apache.jackrabbit.spi.QValueFactory qValueFactory)
throws RepositoryException,
IOException,
org.apache.jackrabbit.spi.commons.conversion.NameException
RepositoryExceptionIOExceptionorg.apache.jackrabbit.spi.commons.conversion.NameExceptionpublic boolean denotesNode()
denotesNode in interface org.apache.jackrabbit.spi.ItemInfopublic org.apache.jackrabbit.spi.PropertyId getId()
getId in interface org.apache.jackrabbit.spi.ItemInfogetId in interface org.apache.jackrabbit.spi.PropertyInfopublic int getType()
getType in interface org.apache.jackrabbit.spi.PropertyInfopublic boolean isMultiValued()
isMultiValued in interface org.apache.jackrabbit.spi.PropertyInfopublic org.apache.jackrabbit.spi.QValue[] getValues()
getValues in interface org.apache.jackrabbit.spi.PropertyInfopublic org.apache.jackrabbit.spi.Path getPath()
getPath in interface org.apache.jackrabbit.spi.ItemInfoItemInfo.getPath()Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.