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