Uses of Class
org.alfresco.repo.domain.node.NodeAssocEntity
-
Packages that use NodeAssocEntity Package Description org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis -
-
Uses of NodeAssocEntity in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node that return NodeAssocEntity Modifier and Type Method Description protected abstract NodeAssocEntityAbstractNodeDAOImpl. selectNodeAssocById(Long assocId)Methods in org.alfresco.repo.domain.node that return types with arguments of type NodeAssocEntity Modifier and Type Method Description protected abstract List<NodeAssocEntity>AbstractNodeDAOImpl. selectNodeAssocs(Long nodeId)protected abstract List<NodeAssocEntity>AbstractNodeDAOImpl. selectNodeAssocsBySource(Long sourceNodeId, Long typeQNameId)protected abstract List<NodeAssocEntity>AbstractNodeDAOImpl. selectNodeAssocsBySourceAndPropertyValue(Long sourceNodeId, Long typeQNameId, Long propertyQNameId, NodePropertyValue nodeValue)protected abstract List<NodeAssocEntity>AbstractNodeDAOImpl. selectNodeAssocsByTarget(Long targetNodeId, Long typeQNameId) -
Uses of NodeAssocEntity in org.alfresco.repo.domain.node.ibatis
Methods in org.alfresco.repo.domain.node.ibatis that return NodeAssocEntity Modifier and Type Method Description protected NodeAssocEntityNodeDAOImpl. selectNodeAssocById(Long assocId)Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type NodeAssocEntity Modifier and Type Method Description protected List<NodeAssocEntity>NodeDAOImpl. selectNodeAssocs(Long nodeId)protected List<NodeAssocEntity>NodeDAOImpl. selectNodeAssocsBySource(Long sourceNodeId, Long typeQNameId)protected List<NodeAssocEntity>NodeDAOImpl. selectNodeAssocsBySourceAndPropertyValue(Long sourceNodeId, Long typeQNameId, Long propertyQNameId, NodePropertyValue nodeValue)protected List<NodeAssocEntity>NodeDAOImpl. selectNodeAssocsByTarget(Long targetNodeId, Long typeQNameId)
-