|
Kie Workbench - Common - UI 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.workbench.common.widgets.client.datamodel.OracleUtils
public class OracleUtils
Utilities shared between the different Oracles
| Constructor Summary | |
|---|---|
OracleUtils()
|
|
| Method Summary | |
|---|---|
static String[] |
joinArrays(String[] first,
String[]... others)
Join an arbitrary number of arrays together |
static String[] |
toStringArray(List<?> list)
Return a List as a String array |
static String[] |
toStringArray(Set<?> set)
Return a Set as a String array |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OracleUtils()
| Method Detail |
|---|
public static String[] joinArrays(String[] first,
String[]... others)
first - others -
public static String[] toStringArray(Set<?> set)
set -
public static String[] toStringArray(List<?> list)
list -
|
Kie Workbench - Common - UI 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||