public class TriggerSpecification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TriggerSpecification.SPSpec
The stored procedure spec bean.
|
| Constructor and Description |
|---|
TriggerSpecification(LdapOperation ldapOperation,
ActionTime actionTime,
List<TriggerSpecification.SPSpec> spSpecs)
Instantiates a new trigger specification.
|
| Modifier and Type | Method and Description |
|---|---|
ActionTime |
getActionTime()
Gets the action time.
|
LdapOperation |
getLdapOperation()
Gets the LDAP operation.
|
List<TriggerSpecification.SPSpec> |
getSPSpecs()
Gets the stored procedure specs.
|
public TriggerSpecification(LdapOperation ldapOperation, ActionTime actionTime, List<TriggerSpecification.SPSpec> spSpecs)
ldapOperation - the LDAP operationactionTime - the action timespSpecs - the stored procedure specspublic ActionTime getActionTime()
public LdapOperation getLdapOperation()
public List<TriggerSpecification.SPSpec> getSPSpecs()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.