Copyright© 2008-2026 Sitevision AB, all rights reserved.
| Package | Description |
|---|---|
| javax.jcr |
Provides interfaces and classes for the Content Repository for Java Technology.
|
| javax.jcr.nodetype |
This package provides interfaces and classes for content repository node type functionality.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinition |
Property.getDefinition()
Returns the property definition that applies to this property.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyDefinitionTemplate
The
PropertyDefinitionTemplate interface extends
PropertyDefinition with the addition of write methods, enabling
the characteristics of a child property definition to be set, after which the
PropertyDefinitionTemplate is added to a
NodeTypeTemplate. |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinition[] |
NodeTypeDefinition.getDeclaredPropertyDefinitions()
Returns an array containing the property definitions actually declared in
this node type.
|
PropertyDefinition[] |
NodeType.getPropertyDefinitions()
Returns an array containing the property definitions of this node type.
|
Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2026 Sitevision AB, all rights reserved.