Class BTDataCollectionTemplateCheckJSONModel
java.lang.Object
overit.geocall.bl.BusinessTask<CheckerEvent<String>>
overit.geocallapp.utilities.core.bl.common.check.checker.task.AbstractCheckerBusinessTask<String>
overit.geocallapp.utilities.core.bl.common.check.checker.task.ValidExecutionAbstractCheckerBusinessTask<String>
overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollectionChecker<String>
overit.geocallapp.wfm.mobileforms.bl.template.task.BTDataCollectionTemplateCheckJSONModel
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(DataCollectionTemplateCheckJSONModelEvent.class)
public class BTDataCollectionTemplateCheckJSONModel
extends BTDataCollectionChecker<String>
Business task in order to check the json model of a
When the
DataCollectionTemplate. When the
DataCollectionTemplateCheckJSONModelEvent is launched
the BT notices the call and checks the json model of the DataCollectionTemplate basing on the event's input. - Since:
- 12.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<CheckIssue> computeCheckIssues(String model, PoolKit poolKit) Computes the check issues.Methods inherited from class overit.geocallapp.wfm.mobileforms.bl.task.BTDataCollectionChecker
getException, isValidExecution, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.utilities.core.bl.common.check.checker.task.ValidExecutionAbstractCheckerBusinessTask
body, checkValidExecutionMethods inherited from class overit.geocallapp.utilities.core.bl.common.check.checker.task.AbstractCheckerBusinessTask
addCheckIssuesToCheckResult, initCheckResultMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTDataCollectionTemplateCheckJSONModel
public BTDataCollectionTemplateCheckJSONModel()
-
-
Method Details
-
computeCheckIssues
protected List<CheckIssue> computeCheckIssues(String model, PoolKit poolKit) throws DAException, DAValidateException Computes the check issues.- Specified by:
computeCheckIssuesin classAbstractCheckerBusinessTask<String>- Parameters:
model- the modelStringpoolKit- thePoolKit- Returns:
- a list of check issue elements of type CheckIssue
- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception- See Also:
-