Uses of Class
nl.b3p.formendpoint.resource.TreeInspection
-
Packages that use TreeInspection Package Description nl.b3p.formendpoint.controller nl.b3p.formendpoint.repository nl.b3p.formendpoint.resource -
-
Uses of TreeInspection in nl.b3p.formendpoint.controller
Methods in nl.b3p.formendpoint.controller that return TreeInspection Modifier and Type Method Description TreeInspectionFormTreeInspectionController. get(String objectGuid)TreeInspectionFormTreeInspectionController. save(TreeInspection wv, String parentId)TreeInspectionFormTreeInspectionController. update(String objectGuid, TreeInspection wv)Methods in nl.b3p.formendpoint.controller that return types with arguments of type TreeInspection Modifier and Type Method Description List<TreeInspection>FormTreeInspectionController. getAll()org.springframework.data.domain.Page<TreeInspection>FormTreeInspectionController. getAllPaged(org.springframework.data.domain.Pageable pageable)List<TreeInspection>FormTreeInspectionController. onPoint(double x, double y, double scale)Methods in nl.b3p.formendpoint.controller with parameters of type TreeInspection Modifier and Type Method Description TreeInspectionFormTreeInspectionController. save(TreeInspection wv, String parentId)TreeInspectionFormTreeInspectionController. update(String objectGuid, TreeInspection wv) -
Uses of TreeInspection in nl.b3p.formendpoint.repository
Methods in nl.b3p.formendpoint.repository that return types with arguments of type TreeInspection Modifier and Type Method Description Optional<TreeInspection>TreeInspectionRepository. findByDataGuid(String data_guid)Optional<TreeInspection>TreeInspectionRepository. findById(Long id) -
Uses of TreeInspection in nl.b3p.formendpoint.resource
Methods in nl.b3p.formendpoint.resource that return types with arguments of type TreeInspection Modifier and Type Method Description List<TreeInspection>Tree. getInspecties()Method parameters in nl.b3p.formendpoint.resource with type arguments of type TreeInspection Modifier and Type Method Description voidTree. setInspecties(List<TreeInspection> inspecties)
-