public final class CaseIdExpressionFunctions extends Object
Modifier and Type | Field and Description |
---|---|
static CaseIdExpressionFunctions |
CASE_ID_FUNCTIONS |
Modifier and Type | Method and Description |
---|---|
static String |
LPAD(Integer id,
Integer count,
String pad) |
static String |
LPAD(String text,
Integer count,
String pad) |
static String |
RPAD(Integer id,
Integer count,
String pad) |
static String |
RPAD(String text,
Integer count,
String pad) |
static String |
TRUNCATE(String text,
int size) |
static String |
UPPER(String text) |
public static final CaseIdExpressionFunctions CASE_ID_FUNCTIONS
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.