Package org.dcom.core.services
Class ResultService
java.lang.Object
org.dcom.core.services.ResultService
The Result Service class, contains method to enable retrieval and transmission of Results to the Result Service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllChecks
(String building, String checkUid, LocalDateTime start, LocalDateTime end, String search, String documentFilter, DCOMBearerToken token) getAllChecks
(String building, DCOMBearerToken token) getBuildingChecks
(String uprn, DCOMBearerToken token) getCheck
(String building, String checkUid, LocalDateTime start, LocalDateTime end, String search, String documentFilter, DCOMBearerToken token) getCheck
(String building, String checkUid, DCOMBearerToken token) org.dcom.core.services.HttpClient
getName()
getURL()
void
sendResults
(String uprn, String uid, List<String> conditions, List<ComplianceCheckResultItem> results, DCOMBearerToken token) void
updateUPRN
(String oldUPRN, String newUPRN, DCOMBearerToken token)
-
Constructor Details
-
ResultService
public ResultService()
-
-
Method Details
-
getBuildingChecks
-
updateUPRN
-
getAllChecks
-
getAllChecks
public List<ComplianceCheckResultItem> getAllChecks(String building, String checkUid, LocalDateTime start, LocalDateTime end, String search, String documentFilter, DCOMBearerToken token) -
getCheck
public List<ComplianceCheckResultItem> getCheck(String building, String checkUid, DCOMBearerToken token) -
getCheck
public List<ComplianceCheckResultItem> getCheck(String building, String checkUid, LocalDateTime start, LocalDateTime end, String search, String documentFilter, DCOMBearerToken token) -
sendResults
public void sendResults(String uprn, String uid, List<String> conditions, List<ComplianceCheckResultItem> results, DCOMBearerToken token) -
getClient
public org.dcom.core.services.HttpClient getClient() -
getURL
-
getName
-
getSecurityServiceType
-
getSecurityServiceURI
-
getCertificate
-
getSecurityService
-