Class TriggerSpecification
- java.lang.Object
-
- org.apache.directory.api.ldap.trigger.TriggerSpecification
-
public class TriggerSpecification extends Object
The Trigger Specification Bean.- Author:
- Apache Directory Project
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTriggerSpecification.SPSpecThe stored procedure spec bean.
-
Constructor Summary
Constructors Constructor Description TriggerSpecification(LdapOperation ldapOperation, ActionTime actionTime, List<TriggerSpecification.SPSpec> spSpecs)Instantiates a new trigger specification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionTimegetActionTime()Gets the action time.LdapOperationgetLdapOperation()Gets the LDAP operation.List<TriggerSpecification.SPSpec>getSPSpecs()Gets the stored procedure specs.
-
-
-
Constructor Detail
-
TriggerSpecification
public TriggerSpecification(LdapOperation ldapOperation, ActionTime actionTime, List<TriggerSpecification.SPSpec> spSpecs)
Instantiates a new trigger specification.- Parameters:
ldapOperation- the LDAP operationactionTime- the action timespSpecs- the stored procedure specs
-
-
Method Detail
-
getActionTime
public ActionTime getActionTime()
Gets the action time.- Returns:
- the action time
-
getLdapOperation
public LdapOperation getLdapOperation()
Gets the LDAP operation.- Returns:
- the LDAP operation
-
getSPSpecs
public List<TriggerSpecification.SPSpec> getSPSpecs()
Gets the stored procedure specs.- Returns:
- the stored procedure specs
-
-