Uses of Interface
org.alfresco.repo.domain.node.Node
Packages that use Node
Package
Description
-
Uses of Node in org.alfresco.repo.domain.node
Classes in org.alfresco.repo.domain.node that implement NodeModifier and TypeClassDescriptionclassBean to convey alf_node data.classBean to convey alf_node update data.Methods in org.alfresco.repo.domain.node that return types with arguments of type NodeModifier and TypeMethodDescriptionNodeDAO.selectChildAssocsWithoutNodeAssocsOfTypes(Long parentNodeId, Long minNodeId, Long maxNodeId, Set<QName> assocToExcludeTypeQNames) AbstractNodeDAOImpl.selectNodesByIds(SortedSet<Long> ids) AbstractNodeDAOImpl.selectNodesByUuids(Long storeId, SortedSet<String> uuids) Methods in org.alfresco.repo.domain.node with parameters of type NodeModifier and TypeMethodDescriptionstatic voidLocalizedPropertiesEntity.addLocalizedProperties(LocaleDAO localeDAO, Node node, Map<QName, Serializable> properties) Adds alllocalizedproperties.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 NodeModifier and TypeMethodDescriptionNodeDAOImpl.selectChildAssocsWithoutNodeAssocsOfTypes(Long parentNodeId, Long minNodeId, Long maxNodeId, Set<QName> assocTypeQNames) NodeDAOImpl.selectNodesByIds(SortedSet<Long> ids) NodeDAOImpl.selectNodesByUuids(Long storeId, SortedSet<String> uuids) Methods in org.alfresco.repo.domain.node.ibatis with parameters of type NodeModifier and TypeMethodDescriptionprotected 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 -
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 -
Uses of Node in org.alfresco.repo.search
Methods in org.alfresco.repo.search with parameters of type NodeModifier and TypeMethodDescriptionbooleanSearchTrackingComponent.NodeQueryCallback.handleNode(Node node) Handle a node. -
Uses of Node in org.alfresco.repo.search.impl.querymodel.impl.db
Fields in org.alfresco.repo.search.impl.querymodel.impl.db with type parameters of type NodeModifier and TypeFieldDescriptionprotected EntityLookupCache<Long,Node, NodeRef> DBQueryEngine.nodesCacheMethods in org.alfresco.repo.search.impl.querymodel.impl.db that return NodeMethods in org.alfresco.repo.search.impl.querymodel.impl.db with parameters of type NodeModifier and TypeMethodDescriptionbooleanNodePermissionAssessor.isIncluded(Node node) protected booleanNodePermissionAssessor.isOwnerReading(Node node, Authority authority) Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl.db with type arguments of type NodeModifierConstructorDescriptionDBResultSet(SearchParameters searchParameters, List<Node> nodes, NodeDAO nodeDao, NodeService nodeService, TenantService tenantService, int maximumResultsFromUnlimitedQuery) NodePermissionAssessor(NodeService nodeService, PermissionService permissionService, Authority authority, EntityLookupCache<Long, Node, NodeRef> nodeCache) -
Uses of Node in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr with parameters of type NodeModifier and TypeMethodDescriptionvoidSOLRTrackingComponentImpl.NodeQueryRowHandler.processResult(Node row)