Class HousekeepingServiceTaskValidator
- java.lang.Object
-
- org.flowable.validation.validator.ValidatorImpl
-
- com.flowable.validation.bpmn.impl.HousekeepingServiceTaskValidator
-
- All Implemented Interfaces:
PlatformServiceTaskValidator
,Validator
public class HousekeepingServiceTaskValidator extends ValidatorImpl implements PlatformServiceTaskValidator
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
PARAMETER_NAME
protected static String
PARAMETER_VALUE
protected static String
QUERY_PARAMETER
protected static String
SCOPE_TYPE
-
Constructor Summary
Constructors Constructor Description HousekeepingServiceTaskValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDelegateExpression()
The delegate expression that this validator is responsible forvoid
validate(BpmnModel bpmnModel, List<ValidationError> list)
void
validate(BpmnModel bpmnModel, Process process, ServiceTask serviceTask, List<ValidationError> errors)
protected void
validateQueryParameters(Process process, ServiceTask serviceTask, List<ValidationError> errors)
protected void
validateScopeType(Process process, ServiceTask serviceTask, List<ValidationError> errors)
-
Methods inherited from class org.flowable.validation.validator.ValidatorImpl
addError, addError, addError, addError, addError, addError, addError, addError, addError, addWarning, addWarning
-
-
-
-
Field Detail
-
SCOPE_TYPE
protected static final String SCOPE_TYPE
- See Also:
- Constant Field Values
-
QUERY_PARAMETER
protected static final String QUERY_PARAMETER
- See Also:
- Constant Field Values
-
PARAMETER_NAME
protected static final String PARAMETER_NAME
- See Also:
- Constant Field Values
-
PARAMETER_VALUE
protected static final String PARAMETER_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
validate
public void validate(BpmnModel bpmnModel, List<ValidationError> list)
-
getDelegateExpression
public String getDelegateExpression()
Description copied from interface:PlatformServiceTaskValidator
The delegate expression that this validator is responsible for- Specified by:
getDelegateExpression
in interfacePlatformServiceTaskValidator
-
validate
public void validate(BpmnModel bpmnModel, Process process, ServiceTask serviceTask, List<ValidationError> errors)
- Specified by:
validate
in interfacePlatformServiceTaskValidator
-
validateScopeType
protected void validateScopeType(Process process, ServiceTask serviceTask, List<ValidationError> errors)
-
validateQueryParameters
protected void validateQueryParameters(Process process, ServiceTask serviceTask, List<ValidationError> errors)
-
-