| Package | Description |
|---|---|
| org.kuali.rice.krms.api.engine |
| Modifier and Type | Method and Description |
|---|---|
static SelectionCriteria |
SelectionCriteria.createCriteria(org.joda.time.DateTime effectiveExecutionTime,
Map<String,String> contextQualifiers,
Map<String,String> agendaQualifiers)
This static factory method creates a SelectionCriteria used to select an Agenda to execute.
|
SelectionCriteria |
ExecutionEnvironment.getSelectionCriteria()
Returns the selection criteria that was used to initialize the environment.
|
| Modifier and Type | Method and Description |
|---|---|
EngineResults |
Engine.execute(SelectionCriteria selectionCriteria,
Facts facts,
ExecutionOptions executionOptions)
Initiates execution of the rules engine.
|
EngineResults |
Engine.execute(SelectionCriteria selectionCriteria,
Map<String,Object> facts,
ExecutionOptions executionOptions)
Initiates execution of the rules engine.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.