Uses of Class
org.uberfire.ext.wires.bpmn.client.commands.ResultType
-
Packages that use ResultType Package Description org.uberfire.ext.wires.bpmn.client.commands org.uberfire.ext.wires.bpmn.client.commands.impl -
-
Uses of ResultType in org.uberfire.ext.wires.bpmn.client.commands
Methods in org.uberfire.ext.wires.bpmn.client.commands that return ResultType Modifier and Type Method Description ResultTypeResult. getType()Type of Resultstatic ResultTypeResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultType[]ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.wires.bpmn.client.commands with parameters of type ResultType Modifier and Type Method Description booleanResults. contains(ResultType type)List<Result>Results. getMessages(ResultType type) -
Uses of ResultType in org.uberfire.ext.wires.bpmn.client.commands.impl
Methods in org.uberfire.ext.wires.bpmn.client.commands.impl that return ResultType Modifier and Type Method Description ResultTypeDefaultResultImpl. getType()Methods in org.uberfire.ext.wires.bpmn.client.commands.impl with parameters of type ResultType Modifier and Type Method Description booleanDefaultResultsImpl. contains(ResultType type)List<Result>DefaultResultsImpl. getMessages(ResultType type)Constructors in org.uberfire.ext.wires.bpmn.client.commands.impl with parameters of type ResultType Constructor Description DefaultResultImpl(ResultType type, String message)
-