Package org.dcom.core.services
Class ComplianceCheckResultIndexItem
java.lang.Object
org.dcom.core.services.ComplianceCheckResultIndexItem
The programmatic implementation and helper serialisation/desieralisation methods of the index of results stored on the result service
-
Constructor Summary
ConstructorsConstructorDescriptionComplianceCheckResultIndexItem
(String complianceDocument, String uid, String result, LocalDateTime time) -
Method Summary
-
Constructor Details
-
ComplianceCheckResultIndexItem
public ComplianceCheckResultIndexItem(String complianceDocument, String uid, String result, LocalDateTime time)
-
-
Method Details
-
getComplianceDocuemnt
-
getComplianceCheckUID
-
getResult
-
getTime
-
toJSON
-
toXML
-