Uses of Interface
org.alfresco.repo.domain.node.Node
-
Packages that use Node Package Description org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis org.alfresco.repo.domain.solr org.alfresco.repo.domain.solr.ibatis org.alfresco.repo.solr -
-
Uses of Node in org.alfresco.repo.domain.node
Classes in org.alfresco.repo.domain.node that implement Node 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 Node Modifier and Type Method Description List<Node>NodeDAO. selectChildAssocsWithoutNodeAssocsOfTypes(Long parentNodeId, Long minNodeId, Long maxNodeId, Set<QName> assocToExcludeTypeQNames)protected abstract List<Node>AbstractNodeDAOImpl. selectNodesByIds(SortedSet<Long> ids)protected abstract List<Node>AbstractNodeDAOImpl. selectNodesByUuids(Long storeId, SortedSet<String> uuids)Methods in org.alfresco.repo.domain.node with parameters of type Node Modifier and Type Method Description static voidLocalizedPropertiesEntity. addLocalizedProperties(LocaleDAO localeDAO, Node node, Map<QName,Serializable> properties)Adds alllocalizedproperties.static voidReferenceablePropertiesEntity. addReferenceableProperties(Node node, Map<QName,Serializable> properties)Adds allreferencableproperties.static SerializableLocalizedPropertiesEntity. getLocalizedProperty(LocaleDAO localeDAO, Node node, QName qname)static SerializableReferenceablePropertiesEntity. getReferenceableProperty(Node node, QName qname)static voidLocalizedPropertiesEntity. removeLocalizedProperties(Node node, Map<QName,Serializable> properties)Remove alllocalizedpropertiesstatic voidReferenceablePropertiesEntity. removeReferenceableProperties(Node node, Map<QName,Serializable> properties)Remove allreferencablepropertiesprotected voidAbstractNodeDAOImpl. updatePrimaryParentAssocs(ChildAssocEntity primaryParentAssoc, Node newParentNode, Node childNode, Long newChildNodeId, String childNodeName, Long oldParentNodeId, QName assocTypeQName, QName assocQName)protected intAbstractNodeDAOImpl. updatePrimaryParentAssocsImpl(ChildAssocEntity primaryParentAssoc, Node newParentNode, Node childNode, Long newChildNodeId, String childNodeName, Long oldParentNodeId, QName assocTypeQName, QName assocQName) -
Uses of Node in org.alfresco.repo.domain.node.ibatis
Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type Node Modifier and Type Method Description List<Node>NodeDAOImpl. selectChildAssocsWithoutNodeAssocsOfTypes(Long parentNodeId, Long minNodeId, Long maxNodeId, Set<QName> assocTypeQNames)protected List<Node>NodeDAOImpl. selectNodesByIds(SortedSet<Long> ids)protected List<Node>NodeDAOImpl. selectNodesByUuids(Long storeId, SortedSet<String> uuids)Methods in org.alfresco.repo.domain.node.ibatis with parameters of type Node Modifier and Type Method Description protected voidNodeDAOImpl.MySQLClusterNDB. updatePrimaryParentAssocs(ChildAssocEntity primaryParentAssoc, Node newParentNode, Node childNode, Long newChildNodeId, String childNodeName, Long oldParentNodeId, QName assocTypeQName, QName assocQName) -
Uses of Node in org.alfresco.repo.domain.solr
Methods in org.alfresco.repo.domain.solr that return types with arguments of type Node Modifier and Type Method Description List<Node>SOLRDAO. getNodes(NodeParameters nodeParameters, QName shardPropertQName, QName shardPropertyTypeName)Get the nodes satisfying the constraints in nodeParameters -
Uses of Node in org.alfresco.repo.domain.solr.ibatis
Methods in org.alfresco.repo.domain.solr.ibatis that return types with arguments of type Node Modifier and Type Method Description List<Node>SOLRDAOImpl. getNodes(NodeParameters nodeParameters, QName shardPropertyQName, QName shardPropertyTypeName)Get the nodes satisfying the constraints in nodeParameters -
Uses of Node in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr with parameters of type Node Modifier and Type Method Description booleanSOLRTrackingComponent.NodeQueryCallback. handleNode(Node node)Handle a node.voidSOLRTrackingComponentImpl.NodeQueryRowHandler. processResult(Node row)
-