Uses of Class
org.alfresco.repo.domain.node.NodeEntity
-
-
Uses of NodeEntity in org.alfresco.repo.copy.query
Methods in org.alfresco.repo.copy.query that return NodeEntity Modifier and Type Method Description NodeEntityCopyEntity. getCopy()Methods in org.alfresco.repo.copy.query with parameters of type NodeEntity Modifier and Type Method Description voidCopyEntity. setCopy(NodeEntity copy) -
Uses of NodeEntity in org.alfresco.repo.domain.node
Subclasses of NodeEntity in org.alfresco.repo.domain.node Modifier and Type Class Description classNodeUpdateEntityBean to convey alf_node update data.Methods in org.alfresco.repo.domain.node that return NodeEntity Modifier and Type Method Description NodeEntityChildAssocEntity. getChildNode()NodeEntityChildAssocEntity. getParentNode()NodeEntityStoreEntity. getRootNode()NodeEntityNodeAssocEntity. getSourceNode()NodeEntityNodeAssocEntity. getTargetNode()protected abstract NodeEntityAbstractNodeDAOImpl. selectNodeById(java.lang.Long id)protected abstract NodeEntityAbstractNodeDAOImpl. selectNodeByNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef)protected abstract NodeEntityAbstractNodeDAOImpl. selectStoreRootNode(org.alfresco.service.cmr.repository.StoreRef storeRef)Methods in org.alfresco.repo.domain.node that return types with arguments of type NodeEntity Modifier and Type Method Description protected abstract java.util.List<NodeEntity>AbstractNodeDAOImpl. selectTxnChanges(java.lang.Long txnId, java.lang.Long storeId)Methods in org.alfresco.repo.domain.node with parameters of type NodeEntity Modifier and Type Method Description protected abstract java.lang.LongAbstractNodeDAOImpl. insertNode(NodeEntity node)protected java.lang.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 NodeEntity Modifier and Type Method Description protected NodeEntityNodeDAOImpl. selectNodeById(java.lang.Long id)protected NodeEntityNodeDAOImpl. selectNodeByNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef)protected NodeEntityNodeDAOImpl. selectStoreRootNode(org.alfresco.service.cmr.repository.StoreRef storeRef)Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type NodeEntity Modifier and Type Method Description protected java.util.List<NodeEntity>NodeDAOImpl. selectTxnChanges(java.lang.Long txnId, java.lang.Long storeId)Methods in org.alfresco.repo.domain.node.ibatis with parameters of type NodeEntity Modifier and Type Method Description protected java.lang.LongNodeDAOImpl. insertNode(NodeEntity node)protected java.lang.LongNodeDAOImpl.MySQLClusterNDB. newNodeImplInsert(NodeEntity node) -
Uses of NodeEntity in org.alfresco.repo.node.getchildren
Methods in org.alfresco.repo.node.getchildren that return NodeEntity Modifier and Type Method Description NodeEntityFilterSortNodeEntity. getNode()Methods in org.alfresco.repo.node.getchildren with parameters of type NodeEntity Modifier and Type Method Description voidFilterSortNodeEntity. setNode(NodeEntity childNode) -
Uses of NodeEntity in org.alfresco.repo.query
Methods in org.alfresco.repo.query that return NodeEntity Modifier and Type Method Description NodeEntityNodeBackedEntity. getNode()Methods in org.alfresco.repo.query with parameters of type NodeEntity Modifier and Type Method Description voidNodeBackedEntity. setNode(NodeEntity childNode) -
Uses of NodeEntity in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority that return NodeEntity Modifier and Type Method Description NodeEntityAuthorityInfoEntity. getNode()Methods in org.alfresco.repo.security.authority with parameters of type NodeEntity Modifier and Type Method Description voidAuthorityInfoEntity. setNode(NodeEntity childNode)
-