| Package | Description |
|---|---|
| org.apache.directory.api.ldap.trigger |
| Modifier and Type | Field and Description |
|---|---|
private LdapOperation |
TriggerSpecification.ldapOperation |
private LdapOperation |
AntlrTriggerSpecificationParser.triggerLdapOperation |
| Modifier and Type | Method and Description |
|---|---|
LdapOperation |
TriggerSpecification.getLdapOperation()
Gets the LDAP operation.
|
static LdapOperation |
LdapOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LdapOperation[] |
LdapOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TriggerSpecification(LdapOperation ldapOperation,
ActionTime actionTime,
java.util.List<TriggerSpecification.SPSpec> spSpecs)
Instantiates a new trigger specification.
|