Uses of Interface
com.solibri.smc.api.checking.ResultCategory
Packages that use ResultCategory
Package
Description
-
Uses of ResultCategory in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return ResultCategoryModifier 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.Methods in com.solibri.smc.api.checking that return types with arguments of type ResultCategoryModifier 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.Methods in com.solibri.smc.api.checking with parameters of type ResultCategoryModifier 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.Method parameters in com.solibri.smc.api.checking with type arguments of type ResultCategoryModifier 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
Methods in com.solibri.smc.api.communication that return types with arguments of type ResultCategoryModifier and TypeMethodDescriptionSlide.getResultCategory()
Returns the related checking result category, if one exists. -
Uses of ResultCategory in com.solibri.smc.api.ui.views.checkingresults
Methods in com.solibri.smc.api.ui.views.checkingresults that return types with arguments of type ResultCategoryModifier and TypeMethodDescriptionCheckingResultsViewRow.getResultCategory()
Returns the category.Methods in com.solibri.smc.api.ui.views.checkingresults with parameters of type ResultCategoryModifier and TypeMethodDescriptionstatic CheckingResultsViewRow
CheckingResultsViewRow.create
(ResultCategory resultCategory)