Package org.imixs.workflow.jaxrs
Class RestAPIUtil
- java.lang.Object
-
- org.imixs.workflow.jaxrs.RestAPIUtil
-
public class RestAPIUtil extends Object
This Utility class provides methods to convert Item Values in Rest API calls.
-
-
Constructor Summary
Constructors Constructor Description RestAPIUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getItemList(String items)This method returns a List object from a given comma separated string.
-
-
-
Method Detail
-
getItemList
public static List<String> getItemList(String items)
This method returns a List object from a given comma separated string. The method returns null if no elements are found. The provided parameter looks typical like this:txtWorkflowStatus,numProcessID,txtName- Parameters:
items-- Returns:
-
-