DocumentReviewSoapList |
DocumentAppSoap.getAssignedDocumentReviewList(String sessionId,
String username) |
Lists all document reviews assigned to a user for review.
|
DocumentReviewSoapList |
DocumentAppSoapMockStub.getAssignedDocumentReviewList(String sessionId,
String username) |
Simulate a call to getAssignedDocumentReviewList
|
DocumentReviewSoapList |
DocumentAppSoapStub.getAssignedDocumentReviewList(String sessionId,
String username) |
|
DocumentReviewSoapList |
IDocumentAppSoap.getAssignedDocumentReviewList(String sessionId,
String username) |
Lists all document reviews assigned to a user for review.
|
DocumentReviewSoapList |
DocumentAppSoap.getDocumentReviewList(String sessionId,
String containerId,
SoapFilter[] filters) |
Lists all document reviews within a project or a document.
|
DocumentReviewSoapList |
DocumentAppSoapMockStub.getDocumentReviewList(String sessionId,
String containerId,
SoapFilter[] filters) |
Simulate a call to getDocumentReviewList
|
DocumentReviewSoapList |
DocumentAppSoapStub.getDocumentReviewList(String sessionId,
String containerId,
SoapFilter[] filters) |
|
DocumentReviewSoapList |
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.
|