Uses of Class
org.alfresco.rest.api.model.AssocChild
Packages that use AssocChild
Package
Description
-
Uses of AssocChild in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return types with arguments of type AssocChildModifier and TypeMethodDescriptionNodes.addChildren
(String parentNodeId, List<AssocChild> entities) Method parameters in org.alfresco.rest.api with type arguments of type AssocChildModifier and TypeMethodDescriptionNodes.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 AssocChildModifier and TypeMethodDescriptionNodesImpl.addChildren
(String parentNodeId, List<AssocChild> entities) Method parameters in org.alfresco.rest.api.impl with type arguments of type AssocChildModifier and TypeMethodDescriptionNodesImpl.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 AssocChildMethods in org.alfresco.rest.api.model that return types with arguments of type AssocChildMethod parameters in org.alfresco.rest.api.model with type arguments of type AssocChildModifier and TypeMethodDescriptionvoid
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 AssocChildModifier and TypeMethodDescriptionNodeSecondaryChildrenRelation.create
(String parentNodeId, List<AssocChild> entities, Parameters parameters) Method parameters in org.alfresco.rest.api.nodes with type arguments of type AssocChildModifier and TypeMethodDescriptionNodeSecondaryChildrenRelation.create
(String parentNodeId, List<AssocChild> entities, Parameters parameters)