mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged V2.2 to HEAD (QNames)
7624: QName Refactor Merge 1 of 9 7625: QName Refactor Merge 2 of 9 7626: QName Refactor Merge 3 of 9 7627: QName Refactor Merge 4 of 9 7628: QName Refactor Merge 5 of 9 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8436 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -7,6 +7,7 @@ import org.alfresco.repo.attributes.AttributeDAO;
|
||||
import org.alfresco.repo.attributes.GlobalAttributeEntryDAO;
|
||||
import org.alfresco.repo.attributes.ListEntryDAO;
|
||||
import org.alfresco.repo.attributes.MapEntryDAO;
|
||||
import org.alfresco.repo.domain.QNameDAO;
|
||||
|
||||
/**
|
||||
* This is the (shudder) global context for AVM. It a rendezvous
|
||||
@@ -44,6 +45,11 @@ public class AVMDAOs
|
||||
*/
|
||||
public AVMNodeDAO fAVMNodeDAO;
|
||||
|
||||
/**
|
||||
* The QName DAO
|
||||
*/
|
||||
public QNameDAO fQNameDAO;
|
||||
|
||||
/**
|
||||
* The AVMStore DAO.
|
||||
*/
|
||||
@@ -102,6 +108,11 @@ public class AVMDAOs
|
||||
fAVMNodeDAO = nodeDAO;
|
||||
}
|
||||
|
||||
public void setQnameDAO(QNameDAO qnameDAO)
|
||||
{
|
||||
this.fQNameDAO = qnameDAO;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param childEntryDAO the fChildEntryDAO to set
|
||||
*/
|
||||
|
Reference in New Issue
Block a user