Uses of Class
org.alfresco.repo.domain.node.NodeEntity
Packages that use NodeEntity
Package
Description
-
Uses of NodeEntity in org.alfresco.repo.copy.query
Methods in org.alfresco.repo.copy.query that return NodeEntityMethods in org.alfresco.repo.copy.query with parameters of type NodeEntity -
Uses of NodeEntity in org.alfresco.repo.domain.node
Subclasses of NodeEntity in org.alfresco.repo.domain.nodeMethods in org.alfresco.repo.domain.node that return NodeEntityModifier and TypeMethodDescriptionChildAssocEntity.getChildNode()ChildAssocEntity.getParentNode()StoreEntity.getRootNode()NodeAssocEntity.getSourceNode()NodeAssocEntity.getTargetNode()protected abstract NodeEntityAbstractNodeDAOImpl.selectNodeById(Long id) protected abstract NodeEntityAbstractNodeDAOImpl.selectNodeByNodeRef(NodeRef nodeRef) protected abstract NodeEntityAbstractNodeDAOImpl.selectStoreRootNode(StoreRef storeRef) Methods in org.alfresco.repo.domain.node that return types with arguments of type NodeEntityModifier and TypeMethodDescriptionprotected abstract List<NodeEntity>AbstractNodeDAOImpl.selectTxnChanges(Long txnId, Long storeId) Methods in org.alfresco.repo.domain.node with parameters of type NodeEntityModifier and TypeMethodDescriptionprotected abstract LongAbstractNodeDAOImpl.insertNode(NodeEntity node) protected LongAbstractNodeDAOImpl.newNodeImplInsert(NodeEntity node) voidChildAssocEntity.setChildNode(NodeEntity childNode) voidChildAssocEntity.setParentNode(NodeEntity parentNode) voidStoreEntity.setRootNode(NodeEntity rootNode) voidNodeAssocEntity.setSourceNode(NodeEntity sourceNode) voidNodeAssocEntity.setTargetNode(NodeEntity targetNode) -
Uses of NodeEntity in org.alfresco.repo.domain.node.ibatis
Methods in org.alfresco.repo.domain.node.ibatis that return NodeEntityModifier and TypeMethodDescriptionprotected NodeEntityNodeDAOImpl.selectNodeById(Long id) protected NodeEntityNodeDAOImpl.selectNodeByNodeRef(NodeRef nodeRef) protected NodeEntityNodeDAOImpl.selectStoreRootNode(StoreRef storeRef) Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type NodeEntityModifier and TypeMethodDescriptionprotected List<NodeEntity>NodeDAOImpl.selectTxnChanges(Long txnId, Long storeId) Methods in org.alfresco.repo.domain.node.ibatis with parameters of type NodeEntityModifier and TypeMethodDescriptionprotected LongNodeDAOImpl.insertNode(NodeEntity node) protected LongNodeDAOImpl.MySQLClusterNDB.newNodeImplInsert(NodeEntity node) -
Uses of NodeEntity in org.alfresco.repo.query
Methods in org.alfresco.repo.query that return NodeEntityMethods in org.alfresco.repo.query with parameters of type NodeEntity -
Uses of NodeEntity in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority that return NodeEntityMethods in org.alfresco.repo.security.authority with parameters of type NodeEntity