Uses of Interface
nl.b3p.tailormap.api.persistence.json.AppTreeNode
-
Packages that use AppTreeNode Package Description nl.b3p.tailormap.api.persistence.json -
-
Uses of AppTreeNode in nl.b3p.tailormap.api.persistence.json
Classes in nl.b3p.tailormap.api.persistence.json that implement AppTreeNode Modifier and Type Class Description classAppTreeLayerNodeNode referencing a layer.classAppTreeLevelNodeNode for organizing app layer referencing nodes in a folder tree.Methods in nl.b3p.tailormap.api.persistence.json that return types with arguments of type AppTreeNode Modifier and Type Method Description @Valid List<@Valid AppTreeNode>AppContent. getBaseLayerNodes()Get baseLayerNodes@Valid List<@Valid AppTreeNode>AppContent. getLayerNodes()Get layerNodesMethods in nl.b3p.tailormap.api.persistence.json with parameters of type AppTreeNode Modifier and Type Method Description AppContentAppContent. addBaseLayerNodesItem(AppTreeNode baseLayerNodesItem)AppContentAppContent. addLayerNodesItem(AppTreeNode layerNodesItem)Method parameters in nl.b3p.tailormap.api.persistence.json with type arguments of type AppTreeNode Modifier and Type Method Description AppContentAppContent. baseLayerNodes(List<@Valid AppTreeNode> baseLayerNodes)AppContentAppContent. layerNodes(List<@Valid AppTreeNode> layerNodes)voidAppContent. setBaseLayerNodes(List<@Valid AppTreeNode> baseLayerNodes)voidAppContent. setLayerNodes(List<@Valid AppTreeNode> layerNodes)
-