Class MergeDocumentServiceTaskValidator
java.lang.Object
com.flowable.validation.cmmn.impl.MergeDocumentServiceTaskValidator
- All Implemented Interfaces:
PlatformServiceTaskValidator
public class MergeDocumentServiceTaskValidator
extends Object
implements PlatformServiceTaskValidator
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe delegate expression that this validator is responsible forvoid
validate
(org.flowable.cmmn.model.CmmnModel cmmnModel, org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext)
-
Constructor Details
-
MergeDocumentServiceTaskValidator
public MergeDocumentServiceTaskValidator()
-
-
Method Details
-
getDelegateExpression
Description copied from interface:PlatformServiceTaskValidator
The delegate expression that this validator is responsible for- Specified by:
getDelegateExpression
in interfacePlatformServiceTaskValidator
-
validate
public void validate(org.flowable.cmmn.model.CmmnModel cmmnModel, org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext) - Specified by:
validate
in interfacePlatformServiceTaskValidator
-