Uses of Interface
org.jbpm.process.core.validation.ProcessValidationError
-
Packages that use ProcessValidationError Package Description org.jbpm.compiler org.jbpm.process.core.validation org.jbpm.process.core.validation.impl org.jbpm.ruleflow.core.validation -
-
Uses of ProcessValidationError in org.jbpm.compiler
Methods in org.jbpm.compiler with parameters of type ProcessValidationError Modifier and Type Method Description protected org.drools.compiler.compiler.ParserError
ProcessBuilderImpl. newParserError(org.kie.api.io.Resource resource, ProcessValidationError error, int row, int col)
-
Uses of ProcessValidationError in org.jbpm.process.core.validation
Methods in org.jbpm.process.core.validation that return ProcessValidationError Modifier and Type Method Description ProcessValidationError[]
ProcessValidator. validateProcess(org.kie.api.definition.process.Process process)
-
Uses of ProcessValidationError in org.jbpm.process.core.validation.impl
Classes in org.jbpm.process.core.validation.impl that implement ProcessValidationError Modifier and Type Class Description class
ProcessNodeValidationErrorImpl
class
ProcessValidationErrorImpl
-
Uses of ProcessValidationError in org.jbpm.ruleflow.core.validation
Methods in org.jbpm.ruleflow.core.validation that return ProcessValidationError Modifier and Type Method Description ProcessValidationError[]
RuleFlowProcessValidator. validateProcess(RuleFlowProcess process)
ProcessValidationError[]
RuleFlowProcessValidator. validateProcess(org.kie.api.definition.process.Process process)
Method parameters in org.jbpm.ruleflow.core.validation with type arguments of type ProcessValidationError Modifier and Type Method Description protected void
RuleFlowProcessValidator. addErrorMessage(RuleFlowProcess process, org.kie.api.definition.process.Node node, List<ProcessValidationError> errors, String message)
protected void
RuleFlowProcessValidator. validateCompensationIntermediateOrEndEvent(org.kie.api.definition.process.Node node, RuleFlowProcess process, List<ProcessValidationError> errors)
-