Uses of Interface
org.alfresco.repo.domain.node.NodeIdAndAclId
-
Packages that use NodeIdAndAclId Package Description org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis -
-
Uses of NodeIdAndAclId in org.alfresco.repo.domain.node
Subinterfaces of NodeIdAndAclId in org.alfresco.repo.domain.node Modifier and Type Interface Description interfaceNodeInterface for beans carrying general information for alf_node data.Classes in org.alfresco.repo.domain.node that implement NodeIdAndAclId Modifier and Type Class Description classNodeEntityBean to convey alf_node data.classNodeUpdateEntityBean to convey alf_node update data.Methods in org.alfresco.repo.domain.node that return types with arguments of type NodeIdAndAclId Modifier and Type Method Description java.util.List<NodeIdAndAclId>AbstractNodeDAOImpl. getPrimaryChildrenAcls(java.lang.Long nodeId)java.util.List<NodeIdAndAclId>NodeDAO. getPrimaryChildrenAcls(java.lang.Long nodeId)Fetch all primary child node IDs and corresponding ACL IDs.protected abstract java.util.List<NodeIdAndAclId>AbstractNodeDAOImpl. selectPrimaryChildAcls(java.lang.Long nodeId) -
Uses of NodeIdAndAclId in org.alfresco.repo.domain.node.ibatis
Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type NodeIdAndAclId Modifier and Type Method Description java.util.List<NodeIdAndAclId>NodeDAOImpl. selectPrimaryChildAcls(java.lang.Long nodeId)
-