Class TriggerSpecification

    • 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