Uses of Class
com.tibco.ep.tcs.runtime.FlowValidationProblem
-
Packages that use FlowValidationProblem Package Description com.tibco.ep.tcs.runtime This package contains basic TIBCO Cloud Streaming runtime infrastructure classes shared by the other TCS runtime packages. -
-
Uses of FlowValidationProblem in com.tibco.ep.tcs.runtime
Methods in com.tibco.ep.tcs.runtime that return FlowValidationProblem Modifier and Type Method Description FlowValidationProblem
FlowValidationProblemList. getError(int n)
Return the Nth error.FlowValidationProblem
FlowValidationProblemList. getWarning(int n)
Return the Nth warning.Methods in com.tibco.ep.tcs.runtime that return types with arguments of type FlowValidationProblem Modifier and Type Method Description List<FlowValidationProblem>
FlowValidationProblemList. getErrors()
Return a copy of this problem list's errors.List<FlowValidationProblem>
FlowValidationProblemList. getWarnings()
Return a copy of this problem list's warnings.Iterator<FlowValidationProblem>
FlowValidationProblemList. iterator()
Return an iterator over this list.Methods in com.tibco.ep.tcs.runtime with parameters of type FlowValidationProblem Modifier and Type Method Description boolean
FlowValidationProblemList. add(FlowValidationProblem toAdd)
Add a validation problem to the list.Method parameters in com.tibco.ep.tcs.runtime with type arguments of type FlowValidationProblem Modifier and Type Method Description boolean
FlowValidationProblemList. addAll(Collection<? extends FlowValidationProblem> c)
Add all of the problems in the specified collection to this list.
-