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