Package org.jbpm.casemgmt.impl.generator
Class CaseIdExpressionFunctions
- java.lang.Object
-
- org.jbpm.casemgmt.impl.generator.CaseIdExpressionFunctions
-
public final class CaseIdExpressionFunctions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CaseIdExpressionFunctionsCASE_ID_FUNCTIONS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringLPAD(Integer id, Integer count, String pad)static StringLPAD(String text, Integer count, String pad)static StringRPAD(Integer id, Integer count, String pad)static StringRPAD(String text, Integer count, String pad)static StringTRUNCATE(String text, int size)static StringUPPER(String text)
-
-
-
Field Detail
-
CASE_ID_FUNCTIONS
public static final CaseIdExpressionFunctions CASE_ID_FUNCTIONS
-
-