|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.ide.common.server.util.RepositoryUpgradeHelper
public class RepositoryUpgradeHelper
Helper class to upgrade model used for Guided Decision Table
| Constructor Summary | |
|---|---|
RepositoryUpgradeHelper()
|
|
| Method Summary | |
|---|---|
static TypeSafeGuidedDecisionTable |
convertGuidedDTModel(GuidedDecisionTable legacyDTModel)
Convert the legacy Decision Table model to the new |
static List<List<DTCellValue>> |
makeDataLists(String[][] oldData)
Convert a two-dimensional array of Strings to a List of Lists, with type-safe individual entries |
static List<DTCellValue> |
makeDataRowList(String[] oldRow)
Convert a single dimension array of Strings to a List with type-safe entries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryUpgradeHelper()
| Method Detail |
|---|
public static TypeSafeGuidedDecisionTable convertGuidedDTModel(GuidedDecisionTable legacyDTModel)
legacyDTModel -
public static List<List<DTCellValue>> makeDataLists(String[][] oldData)
oldData -
public static List<DTCellValue> makeDataRowList(String[] oldRow)
oldRow -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||