Uses of Class
com.collabnet.ce.soap60.types.SoapSortKey
Packages that use SoapSortKey
-
Uses of SoapSortKey in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker with parameters of type SoapSortKeyModifier and TypeMethodDescriptioncom.vasoftware.sf.server.services.tracker.ArtifactDetailArrangedListSortableArtifactDetailArrangedList.getArtifactDetailArrangedList(SoapSortKey[] sortKeys) ITrackerAppSoap.getArtifactDetailList(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) Deprecated.in favor of getArtifactDetailList2TrackerAppSoap.getArtifactDetailList(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) Deprecated.in favor of getArtifactDetailList2com.vasoftware.sf.server.services.tracker.ArtifactDetailArrangedListTrackerAppSoapMockStub.getArtifactDetailList(String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery, String sessionId) Simulate a call to getArtifactDetailListTrackerAppSoapMockStub.getArtifactDetailList(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) Simulate a call to getArtifactDetailListTrackerAppSoapStub.getArtifactDetailList(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) ITrackerAppSoap.getArtifactDetailList2(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) Returns a filtered and ordered list of artifacts from the specified tracker.TrackerAppSoap.getArtifactDetailList2(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) Returns a filtered and ordered list of artifacts from the specified tracker.TrackerAppSoapMockStub.getArtifactDetailList2(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) Simulate a call to getArtifactDetailList2TrackerAppSoapStub.getArtifactDetailList2(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) TrackerAppSoapMockStub.getArtifactDetailsQueryResults(Set selectedColumns, SoapSortKey[] sortKeys, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery, String trackerId, String sessionId, SoapFilter[] filters, String loggedInUser) Simulate a call to getArtifactDetailsQueryResultsvoidTrackerAppSoapMockStub.prepareGetArtifactDetailList(String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery, String sessionId, Object returnValue) Prepare a simulated response to getArtifactDetailListvoidTrackerAppSoapMockStub.prepareGetArtifactDetailList(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery, Object returnValue) Prepare a simulated response to getArtifactDetailListvoidTrackerAppSoapMockStub.prepareGetArtifactDetailList2(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery, Object returnValue) Prepare a simulated response to getArtifactDetailList2voidTrackerAppSoapMockStub.prepareGetArtifactDetailsQueryResults(Set selectedColumns, SoapSortKey[] sortKeys, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery, String trackerId, String sessionId, SoapFilter[] filters, String loggedInUser, Object returnValue) Prepare a simulated response to getArtifactDetailsQueryResultsvoidTrackerAppSoapMockStub.prepareValidateSelectedColumns(Collection selectedColumns, SoapSortKey[] sortKeys) Prepare a simulated response to validateSelectedColumnsvoidTrackerAppSoapMockStub.prepareValidateSelectedColumns(Collection selectedColumns, SoapSortKey[] sortKeys, Exception exception) Prepare a simulated response to validateSelectedColumnsvoidTrackerAppSoapMockStub.validateSelectedColumns(Collection selectedColumns, SoapSortKey[] sortKeys) Simulate a call to validateSelectedColumnsConstructors in com.collabnet.ce.soap60.webservices.tracker with parameters of type SoapSortKeyModifierConstructorDescriptionSortableArtifactDetailArrangedList(SoapSortKey[] sortKeys, SoapFilter[] filters, Collection selectedColumns, com.vasoftware.sf.server.services.tracker.ArtifactDetailArrangedList detailArrangedList)