Class HousekeepingServiceTaskValidator
java.lang.Object
com.flowable.validation.bpmn.impl.HousekeepingServiceTaskValidator
- All Implemented Interfaces:
PlatformServiceTaskValidator
public class HousekeepingServiceTaskValidator
extends Object
implements PlatformServiceTaskValidator
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
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) protected voidvalidateQueryParameters(org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.validation.ProcessValidationContext validationContext) protected voidvalidateScopeType(org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.validation.ProcessValidationContext validationContext)
-
Field Details
-
SCOPE_TYPE
- See Also:
-
QUERY_PARAMETER
- See Also:
-
PARAMETER_NAME
- See Also:
-
PARAMETER_VALUE
- See Also:
-
-
Constructor Details
-
HousekeepingServiceTaskValidator
public HousekeepingServiceTaskValidator()
-
-
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
-
validateScopeType
protected void validateScopeType(org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.validation.ProcessValidationContext validationContext) -
validateQueryParameters
protected void validateQueryParameters(org.flowable.bpmn.model.Process process, org.flowable.bpmn.model.ServiceTask serviceTask, org.flowable.validation.ProcessValidationContext validationContext)
-