Package com.flowable.validation.bpmn
Interface PlatformServiceTaskValidator
- All Known Implementing Classes:
AbbyyServiceTaskValidator
,AgentServiceTaskValidator
,ConvertDocumentToPDFServiceTaskValidator
,CreateDocumentServiceTaskValidator
,DataObjectServiceTaskValidator
,GenerateDocumentServiceTaskValidator
,GenerateSequenceServiceTaskValidator
,HousekeepingServiceTaskValidator
,InitVariablesServiceTaskValidator
,MergeDocumentServiceTaskValidator
,ServiceRegistryServiceTaskValidator
public interface PlatformServiceTaskValidator
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionThe delegate expression that this validator is responsible forvoid
validate
(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, List<org.flowable.validation.ValidationError> errors)
-
Method Details
-
getDelegateExpression
String getDelegateExpression()The delegate expression that this validator is responsible for -
validate
void validate(org.flowable.bpmn.model.BpmnModel bpmnModel, org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, List<org.flowable.validation.ValidationError> errors)
-