mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merged DEV/SWIFT to HEAD
27584: ALF-8189: RINF 16: Upgrade peer associations - Create scripts and upgrades to add alf_node_assoc.assoc_index for all DBs - Part of ALF-7404: RINF 16: Peer association enhancements 27640: Re-added changes from rev 27125, which were overwritten by 27584 (ALF-8334: RSOLR 013) 28295: (RECORD ONLY) Upgrade Tika and POI to the latest versions git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28309 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1815,15 +1815,9 @@ public class AVMNodeService extends AbstractNodeServiceImpl implements NodeServi
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param sourceRef a reference to a <b>real</b> node
|
||||
* @param targetRef a reference to a node
|
||||
* @param assocTypeQName the qualified name of the association type
|
||||
* @return Returns a reference to the new association
|
||||
* @throws InvalidNodeRefException if either of the nodes could not be found
|
||||
* @throws AssociationExistsException
|
||||
* @throws UnsupportedOperationException always
|
||||
*/
|
||||
public AssociationRef createAssociation(NodeRef sourceRef, NodeRef targetRef, QName assocTypeQName)
|
||||
public AssociationRef createAssociation(NodeRef sourceRef, NodeRef targetRef, QName assocTypeQName, Long insertAfter)
|
||||
throws InvalidNodeRefException, AssociationExistsException
|
||||
{
|
||||
throw new UnsupportedOperationException("AVM does not support arbitrary associations.");
|
||||
|
Reference in New Issue
Block a user