Package org.alfresco.rest.model
Class RestCDNodeModel
java.lang.Object
org.alfresco.rest.model.RestCDNodeModel
TAS model representing a single node in a cascading dictionary's
data array. Each node has a properties map and an optional children list of the same type, supporting both flat (single-level) and hierarchical (multi-level) dictionary structures.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChildren(List<RestCDNodeModel> children) voidsetProperties(Map<String, Object> properties)
-
Constructor Details
-
RestCDNodeModel
public RestCDNodeModel()
-
-
Method Details
-
getProperties
-
setProperties
-
getChildren
-
setChildren
-