Uses of Interface
com.solibri.smc.api.checking.Result
Package
Description
-
Uses of Result in com.solibri.smc.api.checking
Modifier and TypeMethodDescriptionReturns a result indicating that the component has a problem.ResultFactory.create
(String name, String description, ResultCategory category) Returns a result indicating that the component has a problem.ResultFactory.create
(String name, String description, Collection<ResultCategory> categories) Returns a result indicating that the component has a problem.Result.withCategories
(Collection<? extends ResultCategory> categories) Deprecated.This method is deprecated as only one category can be assigned to a result.Result.withCategory
(ResultCategory category) Returns a copy of this result but assigned to the specified category.Result.withCustomUniqueKey
(String uniqueKey) Returns a copy of this result with the unique key identifying it replaced by a custom one.Result.withInvolvedComponent
(Component component) Returns a copy of this result with the specified involved component added.Result.withInvolvedComponents
(Collection<? extends Component> component) Returns a copy of this result with the specified involved component added.Result.withLocation
(String location) Returns a copy of this result with a descriptive location information.Result.withReplacedVisualization
(Consumer<Visualization> visualizationCreator) Returns a copy of this result with the specified visualization creator replacing the default one and any other previously set.Result.withSeverity
(Severity severity) Returns a copy of this result with the specified severity.Result.withVisualization
(Consumer<Visualization> visualizationCreator) Returns a copy of this result with the specified visualization creator added.Modifier and TypeMethodDescriptionabstract Collection<Result>
ConcurrentRule.check
(Component component, ResultFactory resultFactory) Called once for each component to be checked.abstract Collection<Result>
OneByOneRule.check
(Component component, ResultFactory resultFactory) Called once for each component to be checked.ResultCategory.getAllResults()
Returns all the results directly under this category or any child categories of any degree of nesting.Checking.getResults()
Returns results of the checking.Checking.getResults
(Rule rule) Returns results of the checking for a givenRule
.ResultCategory.getResults()
Returns all the results directly under this category.Checking.runChecking
(boolean checkSelected) Runs checking and returns the checking results.Modifier and TypeMethodDescriptionvoid
Mark a component as checked and register a failure described by the specifiedResult
.void
CheckingSelection.fail
(Collection<? extends Component> components, Result result) Mark the specified components as checked and register a failure described by the specifiedResult
. -
Uses of Result in com.solibri.smc.api.communication
Modifier and TypeMethodDescriptionSlide.getCheckingResult()
Returns the checking result this slide is based on, if it is based on a checking result.Slide.getResultAndComponent()
Get the source result and component pair. -
Uses of Result in com.solibri.smc.api.ui.views.checkingresults
Modifier and TypeMethodDescriptionCheckingResultsViewRow.getResult()
Returns the checking result.