Uses of Interface
org.uberfire.ext.wires.bpmn.client.commands.Result
-
Packages that use Result Package Description org.uberfire.ext.wires.bpmn.client.commands org.uberfire.ext.wires.bpmn.client.commands.impl -
-
Uses of Result in org.uberfire.ext.wires.bpmn.client.commands
Methods in org.uberfire.ext.wires.bpmn.client.commands that return types with arguments of type Result Modifier and Type Method Description List<Result>Results. getMessages()List<Result>Results. getMessages(ResultType type)Methods in org.uberfire.ext.wires.bpmn.client.commands with parameters of type Result Modifier and Type Method Description voidResults. addMessage(Result result) -
Uses of Result in org.uberfire.ext.wires.bpmn.client.commands.impl
Classes in org.uberfire.ext.wires.bpmn.client.commands.impl that implement Result Modifier and Type Class Description classDefaultResultImplResult from the execution of a commandMethods in org.uberfire.ext.wires.bpmn.client.commands.impl that return types with arguments of type Result Modifier and Type Method Description List<Result>DefaultResultsImpl. getMessages()List<Result>DefaultResultsImpl. getMessages(ResultType type)Methods in org.uberfire.ext.wires.bpmn.client.commands.impl with parameters of type Result Modifier and Type Method Description voidDefaultResultsImpl. addMessage(Result result)
-