Uses of Interface
org.alfresco.repo.domain.node.NodeDAO.NodeRefQueryCallback
-
Packages that use NodeDAO.NodeRefQueryCallback Package Description org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis -
-
Uses of NodeDAO.NodeRefQueryCallback in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node with parameters of type NodeDAO.NodeRefQueryCallback Modifier and Type Method Description voidAbstractNodeDAOImpl. getNodesWithAspects(Set<QName> aspectQNames, Long minNodeId, Long maxNodeId, NodeDAO.NodeRefQueryCallback resultsCallback)voidNodeDAO. getNodesWithAspects(Set<QName> aspectQNames, Long minNodeId, Long maxNodeId, NodeDAO.NodeRefQueryCallback resultsCallback)Get nodes with aspects between the given rangesprotected abstract voidAbstractNodeDAOImpl. selectNodesWithAspects(List<Long> qnameIds, Long minNodeId, Long maxNodeId, NodeDAO.NodeRefQueryCallback resultsCallback) -
Uses of NodeDAO.NodeRefQueryCallback in org.alfresco.repo.domain.node.ibatis
Methods in org.alfresco.repo.domain.node.ibatis with parameters of type NodeDAO.NodeRefQueryCallback Modifier and Type Method Description protected voidNodeDAOImpl. selectNodesWithAspects(List<Long> qnameIds, Long minNodeId, Long maxNodeId, NodeDAO.NodeRefQueryCallback resultsCallback)
-