Uses of Class
org.kie.workbench.common.screens.examples.model.ExampleProjectError
-
Packages that use ExampleProjectError Package Description org.kie.workbench.common.screens.examples.model org.kie.workbench.common.screens.examples.validation -
-
Uses of ExampleProjectError in org.kie.workbench.common.screens.examples.model
Methods in org.kie.workbench.common.screens.examples.model that return types with arguments of type ExampleProjectError Modifier and Type Method Description List<ExampleProjectError>ImportProject. getErrors() -
Uses of ExampleProjectError in org.kie.workbench.common.screens.examples.validation
Methods in org.kie.workbench.common.screens.examples.validation that return types with arguments of type ExampleProjectError Modifier and Type Method Description protected abstract Optional<ExampleProjectError>ImportProjectValidator. getError(org.guvnor.structure.organizationalunit.OrganizationalUnit organizationalUnit, ImportProject importProject)Optional<ExampleProjectError>ImportProjectValidator. validate(org.guvnor.structure.organizationalunit.OrganizationalUnit organizationalUnit, ImportProject importProject)
-