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(java.lang.Long assocId)Methods in org.alfresco.repo.domain.node that return types with arguments of type NodeAssocEntity Modifier and Type Method Description protected abstract java.util.List<NodeAssocEntity>AbstractNodeDAOImpl. selectNodeAssocs(java.lang.Long nodeId)protected abstract java.util.List<NodeAssocEntity>AbstractNodeDAOImpl. selectNodeAssocsBySource(java.lang.Long sourceNodeId, java.lang.Long typeQNameId)protected abstract java.util.List<NodeAssocEntity>AbstractNodeDAOImpl. selectNodeAssocsBySourceAndPropertyValue(java.lang.Long sourceNodeId, java.lang.Long typeQNameId, java.lang.Long propertyQNameId, NodePropertyValue nodeValue)protected abstract java.util.List<NodeAssocEntity>AbstractNodeDAOImpl. selectNodeAssocsByTarget(java.lang.Long targetNodeId, java.lang.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(java.lang.Long assocId)Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type NodeAssocEntity Modifier and Type Method Description protected java.util.List<NodeAssocEntity>NodeDAOImpl. selectNodeAssocs(java.lang.Long nodeId)protected java.util.List<NodeAssocEntity>NodeDAOImpl. selectNodeAssocsBySource(java.lang.Long sourceNodeId, java.lang.Long typeQNameId)protected java.util.List<NodeAssocEntity>NodeDAOImpl. selectNodeAssocsBySourceAndPropertyValue(java.lang.Long sourceNodeId, java.lang.Long typeQNameId, java.lang.Long propertyQNameId, NodePropertyValue nodeValue)protected java.util.List<NodeAssocEntity>NodeDAOImpl. selectNodeAssocsByTarget(java.lang.Long targetNodeId, java.lang.Long typeQNameId)
-