Uses of Interface
org.alfresco.service.cmr.repository.NodeService
-
-
Uses of NodeService in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return NodeService Modifier and Type Method Description NodeServiceCmisFunctionEvaluationContext. getNodeService()Methods in org.alfresco.opencmis.search with parameters of type NodeService Modifier and Type Method Description voidCmisFunctionEvaluationContext. setNodeService(NodeService nodeService) -
Uses of NodeService in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers that return NodeService Modifier and Type Method Description NodeServiceAlfrescoFunctionEvaluationContext. getNodeService() -
Uses of NodeService in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return NodeService Modifier and Type Method Description NodeServiceFunctionEvaluationContext. getNodeService() -
Uses of NodeService in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type NodeService Modifier and Type Method Description NodeRefSingleTServiceImpl. getRootNode(NodeService nodeService, SearchService searchService, NamespaceService namespaceService, String rootPath, NodeRef rootNodeRef)NodeRefTenantService. getRootNode(NodeService nodeService, SearchService searchService, NamespaceService namespaceService, String rootPath, NodeRef rootNodeRef) -
Uses of NodeService in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with parameters of type NodeService Modifier and Type Method Description StringPath. toDisplayPath(NodeService nodeService, PermissionService permissionService)Return the human readable form of the specified node Path.
-