Uses of Class
org.alfresco.rest.api.model.AssocChild
-
Packages that use AssocChild Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.nodes -
-
Uses of AssocChild in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return types with arguments of type AssocChild Modifier and Type Method Description List<AssocChild>
Nodes. addChildren(String parentNodeId, List<AssocChild> entities)
Method parameters in org.alfresco.rest.api with type arguments of type AssocChild Modifier and Type Method Description List<AssocChild>
Nodes. addChildren(String parentNodeId, List<AssocChild> entities)
-
Uses of AssocChild in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return types with arguments of type AssocChild Modifier and Type Method Description List<AssocChild>
NodesImpl. addChildren(String parentNodeId, List<AssocChild> entities)
Method parameters in org.alfresco.rest.api.impl with type arguments of type AssocChild Modifier and Type Method Description List<AssocChild>
NodesImpl. addChildren(String parentNodeId, List<AssocChild> entities)
-
Uses of AssocChild in org.alfresco.rest.api.model
Fields in org.alfresco.rest.api.model with type parameters of type AssocChild Modifier and Type Field Description protected List<AssocChild>
Node. secondaryChildren
Methods in org.alfresco.rest.api.model that return types with arguments of type AssocChild Modifier and Type Method Description List<AssocChild>
Node. getSecondaryChildren()
Method parameters in org.alfresco.rest.api.model with type arguments of type AssocChild Modifier and Type Method Description void
Node. setSecondaryChildren(List<AssocChild> secondaryChildren)
-
Uses of AssocChild in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return types with arguments of type AssocChild Modifier and Type Method Description List<AssocChild>
NodeSecondaryChildrenRelation. create(String parentNodeId, List<AssocChild> entities, Parameters parameters)
Method parameters in org.alfresco.rest.api.nodes with type arguments of type AssocChild Modifier and Type Method Description List<AssocChild>
NodeSecondaryChildrenRelation. create(String parentNodeId, List<AssocChild> entities, Parameters parameters)
-