public class TriggerSpecification
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TriggerSpecification.SPSpec
The stored procedure spec bean.
|
| Modifier and Type | Field and Description |
|---|---|
private ActionTime |
actionTime |
private LdapOperation |
ldapOperation |
private java.util.List<TriggerSpecification.SPSpec> |
spSpecs |
| Constructor and Description |
|---|
TriggerSpecification(LdapOperation ldapOperation,
ActionTime actionTime,
java.util.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.
|
java.util.List<TriggerSpecification.SPSpec> |
getSPSpecs()
Gets the stored procedure specs.
|
private LdapOperation ldapOperation
private ActionTime actionTime
private java.util.List<TriggerSpecification.SPSpec> spSpecs
public TriggerSpecification(LdapOperation ldapOperation, ActionTime actionTime, java.util.List<TriggerSpecification.SPSpec> spSpecs)
ldapOperation - the LDAP operationactionTime - the action timespSpecs - the stored procedure specspublic ActionTime getActionTime()
public LdapOperation getLdapOperation()
public java.util.List<TriggerSpecification.SPSpec> getSPSpecs()