Class MergeDocumentServiceTaskValidator
java.lang.Object
com.flowable.validation.bpmn.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 forvoidvalidate(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.validation.ProcessValidationContext validationContext)
-
Constructor Details
-
MergeDocumentServiceTaskValidator
public MergeDocumentServiceTaskValidator()
-
-
Method Details
-
getDelegateExpression
Description copied from interface:PlatformServiceTaskValidatorThe delegate expression that this validator is responsible for- Specified by:
getDelegateExpressionin interfacePlatformServiceTaskValidator
-
validate
public void validate(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.validation.ProcessValidationContext validationContext) - Specified by:
validatein interfacePlatformServiceTaskValidator
-