Package | Description |
---|---|
org.alfresco.repo.domain.node | |
org.alfresco.repo.domain.node.ibatis |
Modifier and Type | Interface and Description |
---|---|
interface |
Node
Interface for beans carrying general information for alf_node data.
|
Modifier and Type | Class and Description |
---|---|
class |
NodeEntity
Bean to convey alf_node data.
|
class |
NodeUpdateEntity
Bean to convey alf_node update data.
|
Modifier and Type | Method and Description |
---|---|
List<NodeIdAndAclId> |
NodeDAO.getPrimaryChildrenAcls(Long nodeId)
Fetch all primary child node IDs and corresponding ACL IDs.
|
List<NodeIdAndAclId> |
AbstractNodeDAOImpl.getPrimaryChildrenAcls(Long nodeId) |
protected abstract List<NodeIdAndAclId> |
AbstractNodeDAOImpl.selectPrimaryChildAcls(Long nodeId) |
Modifier and Type | Method and Description |
---|---|
List<NodeIdAndAclId> |
NodeDAOImpl.selectPrimaryChildAcls(Long nodeId) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.