LSPS documentation logo
LSPS Documentation
Functions

Dmn

findDecisionTableIds(idPattern : String) : Set<String>

Returns a set of ids of the saved decision tables matching the idPattern regexp. If the idPattern parameter is null, it returns ids of all saved decision tables.

Parameters:

  • idPattern
findDecisionTables(idPattern : String) : Set<DecisionTable>

Returns a set of the saved decision tables matching the idPattern regexp. If the idPattern parameter is null, it returns all saved decision tables. A decision table is returned as an initialized instance of the DecisionTable record.

Parameters:

  • idPattern