Uses of Class
org.alfresco.rest.model.RestNodeAssociationModel
Packages that use RestNodeAssociationModel
-
Uses of RestNodeAssociationModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestNodeAssociationModelModifier and TypeMethodDescriptionRestNodeAssociationModel.getModel()RestNodeAssociationModel.onModel()Methods in org.alfresco.rest.model with parameters of type RestNodeAssociationModelModifier and TypeMethodDescriptionvoidRestNodeAssociationModel.setModel(RestNodeAssociationModel model) -
Uses of RestNodeAssociationModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests with parameters of type RestNodeAssociationModelModifier and TypeMethodDescriptionvoidNode.removeSecondaryChild(RestNodeAssociationModel secondaryChildAssociation) Removes secondary child association using DELETE call 'nodes/{nodeId}/secondary-children/{childId}'.