Package org.dcom.core.services
Class ComplianceCheckResultSubmission
java.lang.Object
org.dcom.core.services.ComplianceCheckResultSubmission
The programmatic implementation and helper serialisation/desieralisation methods of the submission of a result from the project team of building control to the rule engine (i.e. where not automation is possible).
-
Constructor Summary
ConstructorsConstructorDescriptionComplianceCheckResultSubmission
(String docRef, LocalDateTime time, List<String> reasons, String result, String supportingFileData, String supportingFileContentType) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ComplianceCheckResultSubmission>
fromJSONCollection
(String json) static List<ComplianceCheckResultSubmission>
fromXMLCollection
(String xml) toJSON()
toXML()
-
Constructor Details
-
ComplianceCheckResultSubmission
public ComplianceCheckResultSubmission(@JsonProperty("complianceDocumentReference") String docRef, @JsonProperty("operationMode") LocalDateTime time, @JsonProperty("reasons") List<String> reasons, @JsonProperty("result") String result, @JsonProperty("supportingFileData") String supportingFileData, @JsonProperty("supportingFileContentType") String supportingFileContentType)
-
-
Method Details
-
fromJSON
-
fromXML
-
fromJSONCollection
-
fromXMLCollection
-
getComplianceDocumentReference
-
getReasons
-
getResult
-
getSupportingFileData
-
getSupportingFileContentType
-
toJSON
-
toXML
-