|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyInfo
The PropertyInfo provides the basic information to build a
Property. The definition must be calculated from the parent
node type or retrieved from the RepositoryService.
| Method Summary | |
|---|---|
PropertyId |
getId()
|
int |
getType()
|
QValue[] |
getValues()
|
boolean |
isMultiValued()
|
| Methods inherited from interface org.apache.jackrabbit.spi.ItemInfo |
|---|
denotesNode, getPath |
| Method Detail |
|---|
PropertyId getId()
RepositoryService.getNodeInfo(SessionInfo, NodeId)int getType()
type of the Property
base on this PropertyInfo. Note, that
PropertyType.UNDEFINED will never be returned as the
value of a Property always has a defined type.PropertyTypeboolean isMultiValued()
Property based on this info object is
multivalue.PropertyDefinition.isMultiple()QValue[] getValues()
PropertyInfo.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||