Uses of Class
org.kie.server.api.model.instance.ErrorInfoInstance
-
Packages that use ErrorInfoInstance Package Description org.kie.server.api.model.instance -
-
Uses of ErrorInfoInstance in org.kie.server.api.model.instance
Methods in org.kie.server.api.model.instance that return ErrorInfoInstance Modifier and Type Method Description ErrorInfoInstanceErrorInfoInstance.Builder. build()ErrorInfoInstance[]ErrorInfoInstanceList. getErrorInfoInstances()Methods in org.kie.server.api.model.instance that return types with arguments of type ErrorInfoInstance Modifier and Type Method Description List<ErrorInfoInstance>ErrorInfoInstanceList. getItems()Methods in org.kie.server.api.model.instance with parameters of type ErrorInfoInstance Modifier and Type Method Description voidErrorInfoInstanceList. setErrorInfoInstances(ErrorInfoInstance[] errorInfoInstances)Constructors in org.kie.server.api.model.instance with parameters of type ErrorInfoInstance Constructor Description ErrorInfoInstanceList(ErrorInfoInstance[] errorInfoInstances)Constructor parameters in org.kie.server.api.model.instance with type arguments of type ErrorInfoInstance Constructor Description ErrorInfoInstanceList(List<ErrorInfoInstance> errorInfoInstances)
-