Class FlowablePlatformValidatorSetFactory
java.lang.Object
com.flowable.validation.bpmn.FlowablePlatformValidatorSetFactory
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BiFunction<String, String, tools.jackson.databind.JsonNode> -
Constructor Summary
ConstructorsConstructorDescriptionFlowablePlatformValidatorSetFactory(BiFunction<String, String, tools.jackson.databind.JsonNode> serviceModelContentProvider) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.validation.validator.ValidatorSetprotected PlatformEventsValidatorprotected PlatformServiceTasksValidator
-
Field Details
-
serviceModelContentProvider
-
-
Constructor Details
-
FlowablePlatformValidatorSetFactory
public FlowablePlatformValidatorSetFactory() -
FlowablePlatformValidatorSetFactory
public FlowablePlatformValidatorSetFactory(BiFunction<String, String, tools.jackson.databind.JsonNode> serviceModelContentProvider)
-
-
Method Details
-
createFlowablePlatformValidatorSet
public org.flowable.validation.validator.ValidatorSet createFlowablePlatformValidatorSet() -
createPlatformServiceTasksValidator
-
createPlatformEventsValidator
-