ilog.rules.res.persistence.trace

Interface IlrDeleteOperationsExTraceDAO



  • public interface IlrDeleteOperationsExTraceDAO
    Additional interface for Decision Warehouse trace DAO. This interface defines new methods concerning deletion of traces, which are used by some optional features of the product.
    • Method Detail

      • deleteAllTracesEx

        int deleteAllTracesEx()
                              throws IlrTraceDAOException
        Deletes all the stored traces.
        Throws:
        IlrTraceDAOException - if an error occurred while deleting traces.
        Returns:
        The number of deleted traces.
      • deleteTracesEx

        int deleteTracesEx(IlrTraceQuery query)
                           throws IlrTraceDAOException
        Deletes the traces matching the query criteria.
        Throws:
        IlrTraceDAOException - if an error occurred deleting the traces.
        Parameters:
        query - The query.
        Returns:
        The number of deleted traces.

© Copyright IBM Corp. 1987, 2019