org.apache.directory.shared.ldap.trigger
Class TriggerSpecification

java.lang.Object
  extended by org.apache.directory.shared.ldap.trigger.TriggerSpecification

public class TriggerSpecification
extends Object

The Trigger Specification Bean.

Author:
Apache Directory Project

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

TriggerSpecification

public TriggerSpecification(LdapOperation ldapOperation,
                            ActionTime actionTime,
                            List<TriggerSpecification.SPSpec> spSpecs)
Instantiates a new trigger specification.

Parameters:
ldapOperation - the LDAP operation
actionTime - the action time
spSpecs - 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


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.