| Package | Description |
|---|---|
| org.apache.directory.api.ldap.trigger |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<TriggerSpecification.SPSpec> |
TriggerSpecification.spSpecs |
private java.util.List<TriggerSpecification.SPSpec> |
AntlrTriggerSpecificationParser.spSpecs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TriggerSpecification.SPSpec> |
TriggerSpecification.getSPSpecs()
Gets the stored procedure specs.
|
| Constructor and Description |
|---|
TriggerSpecification(LdapOperation ldapOperation,
ActionTime actionTime,
java.util.List<TriggerSpecification.SPSpec> spSpecs)
Instantiates a new trigger specification.
|