Interface NodeDataService
- All Known Implementing Classes:
NodeDataServiceImpl
public interface NodeDataService
-
Method Summary
Modifier and TypeMethodDescriptionaddDocs(ContentTreeNode parentNode, List<org.glassfish.jersey.media.multipart.FormDataBodyPart> files) getChildren(SimpleEntityId parent, jakarta.ws.rs.core.UriInfo uriInfo) getChildrenCount(SimpleEntityId parent, jakarta.ws.rs.core.UriInfo uriInfo) getDomains(jakarta.ws.rs.core.UriInfo uriInfo) getDomainsCount(jakarta.ws.rs.core.UriInfo uriInfo) getPath(SimpleEntityId node, Set<SimpleEntityId> rootNodes) getSearchCount(jakarta.ws.rs.core.UriInfo uriInfo) loadNode(SimpleEntityId node) search(jakarta.ws.rs.core.UriInfo uriInfo) @Nullable ContentTreeNodetryLoadNode(SimpleEntityId node)
-
Method Details
-
search
-
getDomains
-
getChildren
-
getDomainsCount
-
getSearchCount
-
getChildrenCount
-
getPath
-
addDocs
List<ContentTreeNode> addDocs(ContentTreeNode parentNode, List<org.glassfish.jersey.media.multipart.FormDataBodyPart> files) -
loadNode
-
tryLoadNode
-