Uses of Class
ru.cg.webbpm.studio.core.api.validation.ValidationResult
Packages that use ValidationResult
Package
Description
-
Uses of ValidationResult in ru.cg.webbpm.studio.core.api.validation
Methods in ru.cg.webbpm.studio.core.api.validation that return ValidationResultModifier and TypeMethodDescriptionstatic ValidationResult
ValidationResult.empty()
static ValidationResult
ValidationResult.errorMessage
(String message, Object navigationPoint) static ValidationResult
ValidationResult.errorMessage
(String message, Throwable cause, Object navigationPoint) static ValidationResult
ValidationResult.warningMessage
(String message, Object navigationPoint) Methods in ru.cg.webbpm.studio.core.api.validation with parameters of type ValidationResult -
Uses of ValidationResult in ru.cg.webbpm.studio.subsystems.bpmn.validation.impl
Methods in ru.cg.webbpm.studio.subsystems.bpmn.validation.impl that return ValidationResultModifier and TypeMethodDescriptionBpmn2Validator.validate
(TDefinitions tDefinitions, Path filePath) -
Uses of ValidationResult in ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.component
Methods in ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.component that return ValidationResultModifier and TypeMethodDescriptionprotected abstract ValidationResult
BaseComponentValidator.validateComponent
(Component component, Path componentPath) protected ValidationResult
ComponentScriptsValidator.validateComponent
(Component component, Path componentPath) protected ValidationResult
ComponentUniqueIdValidator.validateComponent
(Component component, Path componentPath) protected ValidationResult
PageObjectUniqueIdComponentValidator.validateComponent
(Component component, Path componentPath) -
Uses of ValidationResult in ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.page
Methods in ru.cg.webbpm.studio.subsystems.page_designer.validation.impl.page that return ValidationResultModifier and TypeMethodDescriptionprotected abstract ValidationResult
BasePageValidator.validatePage
(Page page, Path pagePath) protected ValidationResult
PageObjectUniqueIdPageValidator.validatePage
(Page page, Path pagePath) protected ValidationResult
PagePageObjectValidator.validatePage
(Page page, Path pagePath) protected ValidationResult
PageUniquePrototypeValidator.validatePage
(Page page, Path pagePath)