| Package | Description |
|---|---|
| io.vertigo.quarto.publisher.model |
| Modifier and Type | Method and Description |
|---|---|
PublisherNode |
PublisherNode.createNode(String fieldName)
Crée un PublisherNodeData pour un champs donnée.
|
PublisherNode |
PublisherNode.getNode(String fieldName)
Permet de récupérer un champs de type objet.
|
PublisherNode |
PublisherData.getRootNode() |
| Modifier and Type | Method and Description |
|---|---|
List<PublisherNode> |
PublisherNode.getNodes(String fieldName)
Récupère la liste des noeuds d'un champlistes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublisherNode.setNode(String fieldName,
PublisherNode node)
Fixe un champ de type objet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublisherNode.setNodes(String fieldName,
List<PublisherNode> nodes)
Ajoute un élément dans une liste.
|
Copyright © 2016. All Rights Reserved.