Uses of Class
org.dcom.core.services.ComplianceCheckResultItem
Packages that use ComplianceCheckResultItem
-
Uses of ComplianceCheckResultItem in org.dcom.core.services
Methods in org.dcom.core.services that return ComplianceCheckResultItemModifier and TypeMethodDescriptionstatic ComplianceCheckResultItem
static ComplianceCheckResultItem
Methods in org.dcom.core.services that return types with arguments of type ComplianceCheckResultItemModifier and TypeMethodDescriptionstatic List<ComplianceCheckResultItem>
ComplianceCheckResultItem.fromJSONCollection
(String json) static List<ComplianceCheckResultItem>
ComplianceCheckResultItem.fromXMLCollection
(String xml) ResultService.getAllChecks
(String building, String checkUid, LocalDateTime start, LocalDateTime end, String search, String documentFilter, DCOMBearerToken token) ResultService.getAllChecks
(String building, DCOMBearerToken token) ResultService.getCheck
(String building, String checkUid, LocalDateTime start, LocalDateTime end, String search, String documentFilter, DCOMBearerToken token) ResultService.getCheck
(String building, String checkUid, DCOMBearerToken token) RuleEngineService.getResults
(String checkId, LocalDateTime start, LocalDateTime end, String search, DCOMBearerToken token)