Uses of Class
org.ehrbase.openehr.sdk.webtemplate.path.flat.FlatPathDto
Packages that use FlatPathDto
-
Uses of FlatPathDto in org.ehrbase.openehr.sdk.webtemplate.path.flat
Methods in org.ehrbase.openehr.sdk.webtemplate.path.flat that return FlatPathDtoModifier and TypeMethodDescriptionstatic FlatPathDtoFlatPathDto.addEnd(FlatPathDto path, FlatPathDto add) FlatPathDto.getChild()FlatPathDto.getLast()FlatPathDto.nodeWithAttributeName(String attributeName) Clones this node and sets the attributeName propertyFlatPathDto.nodeWithChild(FlatPathDto child) Clones this node and appends the childFlatPathDto.nodeWithCount(Integer count) Clones this node and sets the count propertystatic FlatPathDtoFlatPathParser.parse(CharSequence path) FlatPathDto.pathWithAttributeName(String attributeName) Clones the whole path and sets the attributeName property of the trailing nodeFlatPathDto.pathWithChild(FlatPathDto child) Appends the child to a clone of this pathFlatPathDto.pathWithCount(Integer count) Clones the whole path and sets the count property of the trailing nodestatic FlatPathDtoFlatPathDto.removeEnd(FlatPathDto path, FlatPathDto remove) static FlatPathDtoFlatPathDto.removeStart(FlatPathDto path, FlatPathDto remove) static FlatPathDtoFlatPathDto.replaceEnd(FlatPathDto path, UnaryOperator<FlatPathDto> replacement) Methods in org.ehrbase.openehr.sdk.webtemplate.path.flat that return types with arguments of type FlatPathDtoModifier and TypeMethodDescriptionstatic <T> Map.Entry<FlatPathDto,T> FlatPathDto.get(Map<FlatPathDto, T> map, String otherPath) Methods in org.ehrbase.openehr.sdk.webtemplate.path.flat with parameters of type FlatPathDtoModifier and TypeMethodDescriptionstatic FlatPathDtoFlatPathDto.addEnd(FlatPathDto path, FlatPathDto add) booleanFlatPathDto.isEqualTo(FlatPathDto otherPath) booleanFlatPathDto.isEqualTo(FlatPathDto otherPath, boolean ignoreCount, boolean ignoreAttribute) static booleanFlatPathDto.isEqualTo(FlatPathDto me, FlatPathDto other, boolean ignoreCount, boolean ignoreAttribute) static booleanFlatPathDto.isNodeEqual(FlatPathDto me, FlatPathDto other) static booleanFlatPathDto.isNodeEqual(FlatPathDto me, FlatPathDto other, boolean ignoreCount, boolean ignoreAttribute) FlatPathDto.nodeWithChild(FlatPathDto child) Clones this node and appends the childFlatPathDto.pathWithChild(FlatPathDto child) Appends the child to a clone of this pathstatic FlatPathDtoFlatPathDto.removeEnd(FlatPathDto path, FlatPathDto remove) static FlatPathDtoFlatPathDto.removeStart(FlatPathDto path, FlatPathDto remove) static FlatPathDtoFlatPathDto.replaceEnd(FlatPathDto path, UnaryOperator<FlatPathDto> replacement) booleanFlatPathDto.startsWith(FlatPathDto other) Method parameters in org.ehrbase.openehr.sdk.webtemplate.path.flat with type arguments of type FlatPathDtoModifier and TypeMethodDescriptionstatic <T> Map.Entry<FlatPathDto,T> FlatPathDto.get(Map<FlatPathDto, T> map, String otherPath) static FlatPathDtoFlatPathDto.replaceEnd(FlatPathDto path, UnaryOperator<FlatPathDto> replacement) Constructors in org.ehrbase.openehr.sdk.webtemplate.path.flat with parameters of type FlatPathDtoModifierConstructorDescriptionFlatPathDto(String name, FlatPathDto child, Integer count, String attributeName)