06-26-2012 06:40 AM
06-26-2012 07:18 AM
/**
* Associates a given child node with a given collection of parents. All nodes must belong to the same store.
*
* @param parentRefs the parent nodes (there will be this many associations created).
* @param childRef the child node
* @param assocTypeQName the qualified name of the association type as defined in the datadictionary
* @param qname the qualified name of the association
* @return Returns a reference to the newly created child association
* @throws InvalidNodeRefException if the parent or child nodes could not be found
* @throws CyclicChildRelationshipException if the child partakes in a cyclic relationship after the add
*/
@Auditable(parameters = {"parentRefs", "childRef", "assocTypeQName", "qname"})
public List<ChildAssociationRef> addChild(
Collection<NodeRef> parentRefs,
NodeRef childRef,
QName assocTypeQName,
QName qname) throws InvalidNodeRefException;
Cordialement,Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.