Package org.dcom.core.services
Class ComplianceCheckAnswer
java.lang.Object
org.dcom.core.services.ComplianceCheckAnswer
The programmatic implementation and helper serialisation/desieralisation methods of the representation of a result an answer of a given question submitted to the rule engine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ComplianceCheckAnswer>
fromJSONCollection
(String json) static List<ComplianceCheckAnswer>
fromXMLCollection
(String json) getId()
getJobId()
boolean
isJob()
toJSON()
toXML()
-
Constructor Details
-
ComplianceCheckAnswer
-
-
Method Details
-
toJSON
-
toXML
-
getPropertyId
-
getId
-
isJob
public boolean isJob() -
getMissValue
-
getSupportingFileData
-
getSupportingFileContentType
-
getAnswer
-
getJobId
-
fromJSONCollection
-
fromXMLCollection
-