org.jbpm.formModeler.core.processing.formProcessing
@ApplicationScoped public class Functions extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.lang.StringUtils |
String
This enables using StringUtils functions by using something like Functions.String.replace(...)
|
static org.apache.commons.lang.WordUtils |
Word
This enables using WordUtils functions by using something like Functions.String.replace(...)
|
Constructor and Description |
---|
Functions() |
Modifier and Type | Method and Description |
---|---|
Date |
getDateFromFields(String sDay,
String sMonth,
String sYear) |
Map |
getMonths() |
Map |
getValidDays() |
Map |
getValidDays(String value) |
Map |
getValidDays(String sMonth,
String sYear) |
Map |
getYearsBetween(int min,
int max) |
String |
str()
Return an empty string.
|
String |
str(String s)
String given as argument
|
public static final org.apache.commons.lang.StringUtils String
public static final org.apache.commons.lang.WordUtils Word
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.