Class ExecutionErrorTypeConverter

  • All Implemented Interfaces:
    org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,​String>

    public class ExecutionErrorTypeConverter
    extends Object
    implements org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,​String>
    • Constructor Detail

      • ExecutionErrorTypeConverter

        public ExecutionErrorTypeConverter()
    • Method Detail

      • getErrorTypesStrMapping

        public static Map<String,​String> getErrorTypesStrMapping()
      • toModelValue

        public org.jbpm.workbench.es.util.ExecutionErrorType toModelValue​(String widgetValue)
        Specified by:
        toModelValue in interface org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,​String>
      • toWidgetValue

        public String toWidgetValue​(org.jbpm.workbench.es.util.ExecutionErrorType modelValue)
        Specified by:
        toWidgetValue in interface org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,​String>
      • getModelType

        public Class<org.jbpm.workbench.es.util.ExecutionErrorType> getModelType()
        Specified by:
        getModelType in interface org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,​String>
      • getComponentType

        public Class<String> getComponentType()
        Specified by:
        getComponentType in interface org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,​String>