Uses of Class
com.collabnet.ce.soap60.webservices.cemain.AuditHistorySoapList
Packages that use AuditHistorySoapList
-
Uses of AuditHistorySoapList in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that return AuditHistorySoapListModifier and TypeMethodDescriptionCollabNetSoap.getAuditHistoryList(String sessionId, String objectId, boolean includeDerivedChanges) Returns the list of changes made to the specified object in reverse chronological order.CollabNetSoapMockStub.getAuditHistoryList(String sessionId, String objectId, boolean includeDerivedChanges) Simulate a call to getAuditHistoryListCollabNetSoapStub.getAuditHistoryList(String sessionId, String objectId, boolean includeDerivedChanges) ICollabNetSoap.getAuditHistoryList(String sessionId, String objectId, boolean includeDerivedChanges) Returns the list of changes made to the specified object in reverse chronological order.AuditHistorySoapListMarshaler.rmiToSoap(com.vasoftware.sf.server.services.auditing.AuditHistoryList auditHistoryList, List<com.collabnet.ctf.dataobject.comment.CommentData> commentList, boolean translateFields) Overloaded version of the marshaler that merges history and comments into SOAP audit history list.Methods in com.collabnet.ce.soap60.webservices.cemain with parameters of type AuditHistorySoapListModifier and TypeMethodDescriptionprotected voidAuditHistorySoapListMarshaler.protectedRmiToSoap(AuditHistorySoapList soapList, com.vasoftware.sf.server.services.auditing.AuditHistoryList rmiList, List<com.collabnet.ctf.dataobject.comment.CommentData> commentList, boolean translateFields) Overloaded method to marshal RMI auditing list and comment list into a single SOAP auditing history list.