Class DocumentReviewSoapListMarshaler

    • Method Detail

      • getInstance

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

        public static DocumentReviewSoapList marshalDocumentReviewList​(com.collabnet.ctf.document.service.DocumentService docman,
                                                                       com.vasoftware.sf.server.types.UserSessionKey sessionKey,
                                                                       com.vasoftware.sf.server.services.docman.DocumentReviewList documentReviewList)
                                                                throws SystemFault
        Converts a list of document reviews to a SOAP compatible list.
        Parameters:
        docman - Document manager handle.
        sessionKey - User session key.
        documentReviewList - Document review list (RMI).
        Returns:
        Document review SOAP list.
        Throws:
        SystemFault - when a system level error is encountered.
      • marshalDocumentReviewList

        public static DocumentReviewSoapList marshalDocumentReviewList​(com.collabnet.ctf.document.service.DocumentService docman,
                                                                       com.vasoftware.sf.server.types.UserSessionKey sessionKey,
                                                                       com.vasoftware.sf.server.services.docman.OutstandingReviewList outstandingReviewList)
                                                                throws SystemFault
        Converts a list of outstanding reviews to a SOAP compatible list.
        Parameters:
        docman - Document manager handle.
        sessionKey - User session key.
        outstandingReviewList - Document review list (RMI).
        Returns:
        Document review SOAP list.
        Throws:
        SystemFault - when a system level error is encountered.
      • marshalDocumentReviewList

        public static DocumentReviewSoapList marshalDocumentReviewList​(com.collabnet.ctf.document.service.DocumentService docman,
                                                                       com.vasoftware.sf.server.types.UserSessionKey sessionKey,
                                                                       com.vasoftware.sf.server.services.docman.CreatedReviewList createdReviewList)
                                                                throws SystemFault
        Converts a list of outstanding reviews to a SOAP compatible list.
        Parameters:
        docman - Document manager handle.
        sessionKey - User session key.
        createdReviewList - Document review list (RMI).
        Returns:
        Document review SOAP list.
        Throws:
        SystemFault - when a system level error is encountered.