Class AuditHistorySoapListMarshaler

    • Method Detail

      • getInstance

        public static SoapMarshaler getInstance()
        Returns the singleton class instance.
        Returns:
        Singleton class instance.
      • rmiToSoap

        public AuditHistorySoapList rmiToSoap​(com.vasoftware.sf.server.services.auditing.AuditHistoryList auditHistoryList,
                                              com.vasoftware.sf.server.services.comment.CommentList commentList,
                                              boolean translateFields)
                                       throws SoapMarshalingException
        Overloaded version of the marshaler that merges history and comments into SOAP audit history list.
        Parameters:
        auditHistoryList - Audit history list.
        commentList - Comment list.
        translateFields - denotes whether fields not known to pre 5.3 versions of TeamForge should be translated
        Returns:
        Audit history SOAP list.
        Throws:
        SoapMarshalingException - when an error is encountered duirng marshaling.
      • protectedRmiToSoap

        protected void protectedRmiToSoap​(AuditHistorySoapList soapList,
                                          com.vasoftware.sf.server.services.auditing.AuditHistoryList rmiList,
                                          com.vasoftware.sf.server.services.comment.CommentList commentList,
                                          boolean translateFields)
                                   throws SoapMarshalingException
        Overloaded method to marshal RMI auditing list and comment list into a single SOAP auditing history list.
        Parameters:
        soapList - SOAP auditing history list.
        rmiList - RMI auditing history list.
        commentList - List of comments.
        translateFields - denotes whether fields not known to pre 5.3 versions of TeamForge should be translated
        Throws:
        SoapMarshalingException - when an error is encountered during marshaling.