public interface DmnPersistFunctions
Modifier and Type | Method and Description |
---|---|
SetHolder |
findDecisionTableIds(ExecutionContext ctx,
String idPattern)
Returns a set of ids of the saved decision tables matching the idPattern regexp.
|
SetHolder |
findDecisionTables(ExecutionContext ctx,
String idPattern)
Returns a set of the saved decision tables matching the idPattern regexp.
|
boolean |
load(ExecutionContext ctx,
String id)
Loads the stored content of the decision table into "this" decision table
(replacing the current content).
|
void |
save(ExecutionContext ctx,
String id)
Persistently stores the content of the decision table under the given identifier.
|
void save(ExecutionContext ctx, String id) throws ErrorException
ctx
- id
- ErrorException
boolean load(ExecutionContext ctx, String id) throws ErrorException
ctx
- id
- true
if success, false
if the decision table
with the given id is not foundErrorException
SetHolder findDecisionTableIds(ExecutionContext ctx, String idPattern) throws ErrorException
ctx
- idPattern
- ErrorException
SetHolder findDecisionTables(ExecutionContext ctx, String idPattern) throws ErrorException
ctx
- idPattern
- ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.