コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Is there any option to see all the properties of a node type at one place?

Avatar

Level 9

Hi All,

Is there any way to know what are all the properties available for a specific node type without writing any custom code?For example, I want to know all the available properties of node type dam:AssetContent.I have gone to node type administration in /crx/explorer but seeing very fewer properties.

Thanks,

Kishore

1 受け入れられたソリューション

Avatar

正解者
Level 10

You are correct - this does list some props - however - does not look complete. For a complete list of props - you may need to write logic using JCR API.

Node (Content Repository for Java Technology API Version 2.0)

The node object has a method name getProperties.

元の投稿で解決策を見る

2 返信

Avatar

Level 10

This is the best place for this requirement - http://localhost:4502/crx/explorer/nodetypes/index.jsp

NodesAdmin.png

Avatar

正解者
Level 10

You are correct - this does list some props - however - does not look complete. For a complete list of props - you may need to write logic using JCR API.

Node (Content Repository for Java Technology API Version 2.0)

The node object has a method name getProperties.