| Package | Description |
|---|---|
| org.apache.directory.api.ldap.trigger |
| Modifier and Type | Class and Description |
|---|---|
class |
StoredProcedureLanguageSchemeOption
The language schema option of triggered stored procedure.
|
class |
StoredProcedureSearchContextOption
The search context option of the triggered stored procedure.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<StoredProcedureOption> |
TriggerSpecification.SPSpec.options |
private java.util.List<StoredProcedureOption> |
AntlrTriggerSpecificationParser.triggerStoredProcedureOptions |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StoredProcedureOption> |
TriggerSpecification.SPSpec.getOptions()
Gets the options.
|
| Constructor and Description |
|---|
SPSpec(java.lang.String name,
java.util.List<StoredProcedureOption> options,
java.util.List<StoredProcedureParameter> parameters)
Instantiates a new stored procedure spec.
|