| |
|
| java.lang.Object org.ofbiz.workflow.WfUtil
WfUtil | final public class WfUtil (Code) | | WorkflowUtil - Workflow Engine Utilities
author: Andy Zeneski version: $Revision: 1.1 $ since: 2.0 |
getJavaType | final public static String getJavaType(String xpdlType)(Code) | | Gets the Java type from a XPDL datatype
Parameters: xpdlType - XPDL data type to be translated Java Class name equivalence to the XPDL data type |
getOFBStatus | public static String getOFBStatus(String state)(Code) | | Returns the OFB status code which refers to the passed OMG status code
Parameters: state - String |
getOMGStatus | public static String getOMGStatus(String state)(Code) | | Returns the OMG status code which refers to the passed OFB status code
Parameters: state - String |
|
|
|