Interface WebChangeJournalSearch

    • Method Detail

      • setUsers

        void setUsers​(java.util.List<WebObjectInfo> users)
        Set the restriction about users for the change journal entries that the search returns.
        Parameters:
        users - . A list of the users that used to filter the change journal result.
      • setMachines

        void setMachines​(java.util.List<java.lang.String> machines)
        Set the restriction about machines for the change journal entries that the search returns.
        Parameters:
        machines - . A list of the machine names that used to filter the change journal result.
      • setSessions

        void setSessions​(java.util.List<java.lang.String> sessions)
        Set the restriction about sessions for the change journal entries that the search returns.
        Parameters:
        sessions - . A list of the sessions that used to filter the change journal result.
      • setAffectedObjects

        void setAffectedObjects​(java.util.List<WebObjectInfo> objects)
        Set the restriction about affected objects for the change journal entries that the search returns.
        Parameters:
        objects - . A list of the affected objects that used to filter the change journal result.
      • setAffectedProjects

        void setAffectedProjects​(java.util.List<WebObjectInfo> projects)
        Set the restriction about affected projects for the change journal entries that the search returns.
        Parameters:
        projects - . A list of the projects that used to filter the change journal result.
      • setTransactionTypes

        void setTransactionTypes​(java.util.List<java.lang.Integer> transactionTypes)
        Set the restriction about transaction types for the change journal entries that the search returns.
        Parameters:
        transactionTypes - . A list of the transaction types that used to filter the change journal result.
      • setChangeTypes

        void setChangeTypes​(java.util.List<java.lang.Integer> changeTypes)
        Set the restriction about transaction types for the change journal entries that the search returns.
        Parameters:
        changeTypes - . A list of the change types that used to filter the change journal result.
      • setApplicationTypes

        void setApplicationTypes​(java.util.List<java.lang.Integer> applicationTypes)
        Set the restriction about application types for the change journal entries that the search returns.
        Parameters:
        applicationTypes - . A list of the application types that used to filter the change journal result.
      • setBeginTime

        void setBeginTime​(java.lang.String beginTime)
        Set the begin time value for the change journal entries that the search returns.
        Parameters:
        beginTime - . The begin time of the change journal search restriction.
      • setEndTime

        void setEndTime​(java.lang.String endTime)
        Set the end time value for the change journal entries that the search returns.
        Parameters:
        endTime - . The end time of the change journal search restriction.
      • setBeginTransactionID

        void setBeginTransactionID​(java.lang.String transactionID)
        Set the begin transaction id value for the change journal entries that the search returns.
        Parameters:
        transactionID - . The begin transaction id of the change journal search restriction.
      • setEndTransactionID

        void setEndTransactionID​(java.lang.String transactionID)
        Set the end transaction id value for the change journal entries that the search returns.
        Parameters:
        transactionID - . The end transaction id of the change journal search restriction.
      • getChangeJournalResults

        WebChangeJournalEntries getChangeJournalResults()
                                                 throws WebObjectsException
        Attempts to get the change journal results of a search from the Intelligence Server. The search ID used will be the one set on this WebChangeJournalSearch object.
        Returns:
        A WebChangeJournalEntries object representing the collection of WebChangeJournalEntry returned from the search, or null if the search is not yet ready.
        Throws:
        WebObjectsException - Signals an error in the execution or retrieval of results of the search.