Uses of Class
com.collabnet.ce.soap60.webservices.docman.DocumentReviewSoapList
Packages that use DocumentReviewSoapList
-
Uses of DocumentReviewSoapList in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that return DocumentReviewSoapListModifier and TypeMethodDescriptionDocumentAppSoap.getAssignedDocumentReviewList
(String sessionId, String username) Lists all document reviews assigned to a user for review.DocumentAppSoapMockStub.getAssignedDocumentReviewList
(String sessionId, String username) Simulate a call to getAssignedDocumentReviewListDocumentAppSoapStub.getAssignedDocumentReviewList
(String sessionId, String username) IDocumentAppSoap.getAssignedDocumentReviewList
(String sessionId, String username) Lists all document reviews assigned to a user for review.DocumentAppSoap.getDocumentReviewList
(String sessionId, String containerId, SoapFilter[] filters) Lists all document reviews within a project or a document.DocumentAppSoapMockStub.getDocumentReviewList
(String sessionId, String containerId, SoapFilter[] filters) Simulate a call to getDocumentReviewListDocumentAppSoapStub.getDocumentReviewList
(String sessionId, String containerId, SoapFilter[] filters) IDocumentAppSoap.getDocumentReviewList
(String sessionId, String containerId, SoapFilter[] filters) Lists all document reviews within a project or a document.static DocumentReviewSoapList
DocumentReviewSoapListMarshaler.marshalDocumentReviewList
(com.collabnet.ctf.document.service.DocumentService docman, com.vasoftware.sf.server.types.UserSessionKey sessionKey, com.vasoftware.sf.server.services.docman.CreatedReviewList createdReviewList) Converts a list of outstanding reviews to a SOAP compatible list.static DocumentReviewSoapList
DocumentReviewSoapListMarshaler.marshalDocumentReviewList
(com.collabnet.ctf.document.service.DocumentService docman, com.vasoftware.sf.server.types.UserSessionKey sessionKey, com.vasoftware.sf.server.services.docman.DocumentReviewList documentReviewList) Converts a list of document reviews to a SOAP compatible list.static DocumentReviewSoapList
DocumentReviewSoapListMarshaler.marshalDocumentReviewList
(com.collabnet.ctf.document.service.DocumentService docman, com.vasoftware.sf.server.types.UserSessionKey sessionKey, com.vasoftware.sf.server.services.docman.OutstandingReviewList outstandingReviewList) Converts a list of outstanding reviews to a SOAP compatible list.