Package com.flowable.validation.cmmn
Interface PlatformServiceTaskValidator
- All Known Implementing Classes:
AbbyyServiceTaskValidator,AgentServiceTaskValidator,ConvertDocumentToPDFServiceTaskValidator,CreateDocumentServiceTaskValidator,DataObjectServiceTaskValidator,GenerateDocumentServiceTaskValidator,GenerateSequenceServiceTaskValidator,InitVariablesServiceTaskValidator,MergeDocumentServiceTaskValidator,ServiceRegistryServiceTaskValidator
public interface PlatformServiceTaskValidator
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionThe delegate expression that this validator is responsible forvoidvalidate(org.flowable.cmmn.model.CmmnModel cmmnModel, org.flowable.cmmn.model.Case caze, org.flowable.cmmn.model.ServiceTask serviceTask, org.flowable.cmmn.validation.CaseValidationContext validationContext)
-
Method Details
-
getDelegateExpression
String getDelegateExpression()The delegate expression that this validator is responsible for -
validate
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)
-