Uses of Interface
com.solibri.smc.api.checking.ResultCategory
Package
Description
-
Uses of ResultCategory in com.solibri.smc.api.checking
Modifier and TypeMethodDescriptionResultFactory.createCategory
(String uniqueName, String displayName) Creates a new checking result category.ResultFactory.createCategory
(String uniqueName, String displayName, ResultCategory parent) Creates a new checking result category.Modifier and TypeMethodDescriptionResult.getCategories()
Deprecated.This method is deprecated as only one category may belong to a result.Result.getCategory()
Returns the category this result belongs to.ResultCategory.getChildCategories()
Returns the categories for which this category is the parent.ResultCategory.getParentCategory()
Returns the parent result category of this result category if such exists.Modifier and TypeMethodDescriptionResultFactory.create
(String name, String description, ResultCategory category) Returns a result indicating that the component has a problem.ResultFactory.createCategory
(String uniqueName, String displayName, ResultCategory parent) Creates a new checking result category.Result.withCategory
(ResultCategory category) Returns a copy of this result but assigned to the specified category.Modifier and TypeMethodDescriptionResultFactory.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. -
Uses of ResultCategory in com.solibri.smc.api.communication
Modifier and TypeMethodDescriptionSlide.getResultCategory()
Returns the related checking result category, if one exists. -
Uses of ResultCategory in com.solibri.smc.api.ui.views.checkingresults
Modifier and TypeMethodDescriptionCheckingResultsViewRow.getResultCategory()
Returns the category.Modifier and TypeMethodDescriptionstatic CheckingResultsViewRow
CheckingResultsViewRow.create
(ResultCategory resultCategory)