
Uses of Class
ca.uhn.fhir.jpa.patch.ParsedFhirPath.FhirPathNode
Packages that use ParsedFhirPath.FhirPathNode
-
Uses of ParsedFhirPath.FhirPathNode in ca.uhn.fhir.jpa.patch
Subclasses of ParsedFhirPath.FhirPathNode in ca.uhn.fhir.jpa.patchModifier and TypeClassDescriptionstatic class
A fhirpath node that is actually a function see http://hl7.org/fhirpath/N1/#literalsMethods in ca.uhn.fhir.jpa.patch that return ParsedFhirPath.FhirPathNodeModifier and TypeMethodDescriptionParsedFhirPath.getFinalPathNode()
Returns the last non-function, non-value nodeParsedFhirPath.getFirstNode
(Predicate<ParsedFhirPath.FhirPathNode> thePred) ParsedFhirPath.getHead()
ParsedFhirPath.FhirPathNode.getNext()
ParsedFhirPath.FhirPathNode.getPrevious()
ParsedFhirPath.getTail()
Methods in ca.uhn.fhir.jpa.patch that return types with arguments of type ParsedFhirPath.FhirPathNodeModifier and TypeMethodDescriptionParsedFhirPath.getNodes
(Predicate<ParsedFhirPath.FhirPathNode> thePred) Retrieve a list of nodes that meet the given predicate.Methods in ca.uhn.fhir.jpa.patch with parameters of type ParsedFhirPath.FhirPathNodeModifier and TypeMethodDescriptionvoid
ParsedFhirPath.setTail
(ParsedFhirPath.FhirPathNode theTail) Method parameters in ca.uhn.fhir.jpa.patch with type arguments of type ParsedFhirPath.FhirPathNodeModifier and TypeMethodDescriptionvoid
ParsedFhirPath.getAllNodesWithPred
(List<ParsedFhirPath.FhirPathNode> theNodes, Predicate<ParsedFhirPath.FhirPathNode> thePred) Returns all nodes, ordered, filtering by the provided predicatevoid
ParsedFhirPath.getAllNodesWithPred
(List<ParsedFhirPath.FhirPathNode> theNodes, Predicate<ParsedFhirPath.FhirPathNode> thePred) Returns all nodes, ordered, filtering by the provided predicateParsedFhirPath.getFirstNode
(Predicate<ParsedFhirPath.FhirPathNode> thePred) ParsedFhirPath.getNodes
(Predicate<ParsedFhirPath.FhirPathNode> thePred) Retrieve a list of nodes that meet the given predicate.ParsedFhirPath.getTopLevelPathFromTo
(Predicate<ParsedFhirPath.FhirPathNode> theFromPred, Predicate<ParsedFhirPath.FhirPathNode> theToPred) Returns the top level path from the provided from predicate to the provided to predicate Top level means it will not delve into subpaths. -
Uses of ParsedFhirPath.FhirPathNode in ca.uhn.fhir.jpa.util
Methods in ca.uhn.fhir.jpa.util with parameters of type ParsedFhirPath.FhirPathNodeModifier and TypeMethodDescriptionstatic boolean
FhirPathUtils.isSubsettingNode
(ParsedFhirPath.FhirPathNode theNode) Determines if the node is a subsetting node as described by http://hl7.org/fhirpath/N1/#subsetting