Class JobStatusConverter
- java.lang.Object
-
- org.jbpm.workbench.es.client.util.JobStatusConverter
-
-
Constructor Summary
Constructors Constructor Description JobStatusConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<String>getComponentType()Class<org.jbpm.workbench.es.util.RequestStatus>getModelType()static Map<String,String>getStatesStrMapping()org.jbpm.workbench.es.util.RequestStatustoModelValue(String widgetValue)StringtoWidgetValue(org.jbpm.workbench.es.util.RequestStatus modelValue)
-
-
-
Method Detail
-
toModelValue
public org.jbpm.workbench.es.util.RequestStatus toModelValue(String widgetValue)
- Specified by:
toModelValuein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.RequestStatus,String>
-
toWidgetValue
public String toWidgetValue(org.jbpm.workbench.es.util.RequestStatus modelValue)
- Specified by:
toWidgetValuein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.RequestStatus,String>
-
getModelType
public Class<org.jbpm.workbench.es.util.RequestStatus> getModelType()
- Specified by:
getModelTypein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.RequestStatus,String>
-
-