WS.Decision.validateDecisionTable()
Signature
String validateDecisionTable(String scsRootURL, String projectName, String archivePath, String extendedClasspath, String studioToolsExecPath, String tempFilePath, String tableModelXML)
Description
Validates Decision Table specified by tempFilePath.
Parameters
Name | Type | Description |
rootURL | String | SCS Root URL. |
projectName | String | Project name. |
archivePath | String | Project archive path. |
extendedClasspath | String | Extended classpath. |
studioToolsExecPath | String | Path of Studio-tools exe. |
tempFilePath | String | DT Temp file. |
tableModelXML | String | Table Model XML. |
Returns
Type | Description |
Object | New ArrayList to populate entity properties. |