Apache Jackrabbit : Nt -file

JCR representation of a file.

Definition

[nt:file] > nt:hierarchyNode
+ jcr:content primary mandatory

Description

The file node type represents a file with some content. The jcr:created property inherited from hierarchyNode contains the file creation time, while any other file metadata and the file contents can be found in the jcr:content child node.

The jcr:content child node can be of any node type to allow maximum flexibility, but the resource node type is the common choice for jcr:content nodes.

Related node types

Comments and questions