Uses of Class
org.ehrbase.webtemplate.path.flat.FlatPathDto
-
Packages that use FlatPathDto Package Description org.ehrbase.webtemplate.path.flat -
-
Uses of FlatPathDto in org.ehrbase.webtemplate.path.flat
Methods in org.ehrbase.webtemplate.path.flat that return FlatPathDto Modifier and Type Method Description static FlatPathDtoFlatPathDto. addEnd(FlatPathDto path, FlatPathDto add)FlatPathDtoFlatPathDto. getChild()FlatPathDtoFlatPathDto. getLast()FlatPathDtoFlatPathDto. nodeWithAttributeName(String attributeName)Clones this node and sets the attributeName propertyFlatPathDtoFlatPathDto. nodeWithChild(FlatPathDto child)Clones this node and appends the childFlatPathDtoFlatPathDto. nodeWithCount(Integer count)Clones this node and sets the count propertystatic FlatPathDtoFlatPathParser. parse(CharSequence path)FlatPathDtoFlatPathDto. pathWithAttributeName(String attributeName)Clones the whole path and sets the attributeName property of the trailing nodeFlatPathDtoFlatPathDto. pathWithChild(FlatPathDto child)Appends the child to a clone of this pathFlatPathDtoFlatPathDto. 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.webtemplate.path.flat that return types with arguments of type FlatPathDto Modifier and Type Method Description static <T> Map.Entry<FlatPathDto,T>FlatPathDto. get(Map<FlatPathDto,T> map, String otherPath)Methods in org.ehrbase.webtemplate.path.flat with parameters of type FlatPathDto Modifier and Type Method Description static 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)FlatPathDtoFlatPathDto. nodeWithChild(FlatPathDto child)Clones this node and appends the childFlatPathDtoFlatPathDto. 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.webtemplate.path.flat with type arguments of type FlatPathDto Modifier and Type Method Description static <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.webtemplate.path.flat with parameters of type FlatPathDto Constructor Description FlatPathDto(String name, FlatPathDto child, Integer count, String attributeName)
-