Uses of Class
org.jbpm.workbench.es.util.ExecutionErrorType
-
Packages that use ExecutionErrorType Package Description org.jbpm.workbench.es.model org.jbpm.workbench.es.util -
-
Uses of ExecutionErrorType in org.jbpm.workbench.es.model
Methods in org.jbpm.workbench.es.model that return ExecutionErrorType Modifier and Type Method Description ExecutionErrorTypeExecutionErrorSummary. getType()Methods in org.jbpm.workbench.es.model with parameters of type ExecutionErrorType Modifier and Type Method Description voidExecutionErrorSummary. setType(ExecutionErrorType type)ExecutionErrorSummary.BuilderExecutionErrorSummary.Builder. type(ExecutionErrorType type) -
Uses of ExecutionErrorType in org.jbpm.workbench.es.util
Methods in org.jbpm.workbench.es.util that return ExecutionErrorType Modifier and Type Method Description static ExecutionErrorTypeExecutionErrorType. fromType(String type)static ExecutionErrorTypeExecutionErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionErrorType[]ExecutionErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-