public class RunDocumentStatus extends Object
Modifier and Type | Method and Description |
---|---|
protected static String |
commaEscape(String input) |
static void |
main(String[] args) |
protected static StatusFilterCriteria |
parseFilterCriteria(String jobList,
String currentTime,
String matchRegexp,
String matchStateList,
String matchStatusList) |
protected static Long[] |
parseJobList(String jobList) |
protected static RegExpCriteria |
parseRegexp(String regexp) |
protected static SortOrder |
parseSortorder(String sortorder) |
protected static int[] |
parseStateList(String stateList) |
protected static int[] |
parseStatusList(String statusList) |
public static final String _rcsid
public static void main(String[] args)
protected static StatusFilterCriteria parseFilterCriteria(String jobList, String currentTime, String matchRegexp, String matchStateList, String matchStatusList) throws Exception
Exception
protected static Long[] parseJobList(String jobList) throws Exception
Exception
protected static int[] parseStateList(String stateList) throws Exception
Exception
protected static int[] parseStatusList(String statusList) throws Exception
Exception
protected static RegExpCriteria parseRegexp(String regexp) throws Exception
Exception