| Package | Description |
|---|---|
| org.egov.infra.script.repository | |
| org.egov.infra.script.service |
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptRepository.findByName(String name) |
Script |
ScriptRepository.findByNameAndPeriod(String name,
Date period) |
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptService.findByNameAndPeriod(String name,
Date period) |
Script |
ScriptService.getByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ScriptService.executeScript(Script script,
ScriptContext context)
Executes the given script with context as the ScriptContext.
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.