|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.shared.ldap.trigger.TriggerSpecification
public class TriggerSpecification
The Trigger Specification Bean.
| Nested Class Summary | |
|---|---|
static class |
TriggerSpecification.SPSpec
The stored procedure spec bean. |
| Constructor Summary | |
|---|---|
TriggerSpecification(LdapOperation ldapOperation,
ActionTime actionTime,
List<TriggerSpecification.SPSpec> spSpecs)
Instantiates a new trigger specification. |
|
| Method Summary | |
|---|---|
ActionTime |
getActionTime()
Gets the action time. |
LdapOperation |
getLdapOperation()
Gets the LDAP operation. |
List<TriggerSpecification.SPSpec> |
getSPSpecs()
Gets the stored procedure specs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TriggerSpecification(LdapOperation ldapOperation,
ActionTime actionTime,
List<TriggerSpecification.SPSpec> spSpecs)
ldapOperation - the LDAP operationactionTime - the action timespSpecs - the stored procedure specs| Method Detail |
|---|
public ActionTime getActionTime()
public LdapOperation getLdapOperation()
public List<TriggerSpecification.SPSpec> getSPSpecs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||