Uses of Class
com.collabnet.ce.soap60.types.SoapFilter
Packages that use SoapFilter
Package
Description
-
Uses of SoapFilter in com.collabnet.ce.soap60.webservices
Methods in com.collabnet.ce.soap60.webservices with parameters of type SoapFilterModifier and TypeMethodDescriptionstatic String
FilterUtils.getFilterValue
(SoapFilter[] filters, String filterName) Returns the value for the specified filter -
Uses of SoapFilter in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain with parameters of type SoapFilterModifier and TypeMethodDescriptionCollabNetSoap.getUserList
(String sessionId, SoapFilter soapFilter) Deprecated.use getUserList2 instead, which includes organization, alternate emails, locale and timeZone details in the result.CollabNetSoapMockStub.getUserList
(String sessionId, SoapFilter soapFilter) Simulate a call to getUserListCollabNetSoapStub.getUserList
(String sessionId, SoapFilter soapFilter) ICollabNetSoap.getUserList
(String sessionId, SoapFilter soapFilter) Deprecated.use getUserList2 insteadCollabNetSoap.getUserList2
(String sessionId, SoapFilter soapFilter) Gets a list of all users on the system.CollabNetSoapMockStub.getUserList2
(String sessionId, SoapFilter soapFilter) Simulate a call to getUserList2CollabNetSoapStub.getUserList2
(String sessionId, SoapFilter soapFilter) ICollabNetSoap.getUserList2
(String sessionId, SoapFilter soapFilter) Gets a list of all users on the system.static com.vasoftware.sf.common.filter.Filter
UserFilterUtil.marshalFilters
(SoapFilter... soapFilters) Marshals SOAP API filter specification to a filter object for back-end use.void
CollabNetSoapMockStub.prepareGetUserList
(String sessionId, SoapFilter soapFilter, Object returnValue) Prepare a simulated response to getUserListvoid
CollabNetSoapMockStub.prepareGetUserList2
(String sessionId, SoapFilter soapFilter, Object returnValue) Prepare a simulated response to getUserList2 -
Uses of SoapFilter in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman with parameters of type SoapFilterModifier and TypeMethodDescriptionDocumentAppSoap.getDocumentList
(String sessionId, String parentId, SoapFilter[] filters) Deprecated.in favor of getDocumentList2DocumentAppSoapMockStub.getDocumentList
(String sessionId, String parentId, SoapFilter[] filters) Deprecated.DocumentAppSoapStub.getDocumentList
(String sessionId, String parentId, SoapFilter[] filters) IDocumentAppSoap.getDocumentList
(String sessionId, String parentId, SoapFilter[] filters) Deprecated.in favor of getDocumentList2DocumentAppSoap.getDocumentList2
(String sessionId, String parentId, SoapFilter[] filters) Lists all documents within a document folder.DocumentAppSoapMockStub.getDocumentList2
(String sessionId, String parentId, SoapFilter[] filters) Simulate a call to getDocumentList2DocumentAppSoapStub.getDocumentList2
(String sessionId, String parentId, SoapFilter[] filters) IDocumentAppSoap.getDocumentList2
(String sessionId, String parentId, SoapFilter[] filters) Lists all documents within a document folder.DocumentAppSoap.getDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters) Lists all documents within a document folder.DocumentAppSoapMockStub.getDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters) Simulate a call to getDocumentList3DocumentAppSoapStub.getDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters) IDocumentAppSoap.getDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters) Lists all documents within a document folder.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.com.vasoftware.sf.server.services.docman.DocumentList
DocumentAppSoapMockStub.listDocuments
(String sessionId, String parentId, SoapFilter[] filters) Simulate a call to listDocumentscom.vasoftware.sf.server.services.docman.DocumentDetailArrangedList
DocumentAppSoapMockStub.listDocumentsDetailed
(String sessionId, String documentFolderId, SoapFilter[] filters) Simulate a call to listDocumentsDetailedvoid
DocumentAppSoapMockStub.prepareGetDocumentList
(String sessionId, String parentId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getDocumentListvoid
DocumentAppSoapMockStub.prepareGetDocumentList2
(String sessionId, String parentId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getDocumentList2void
DocumentAppSoapMockStub.prepareGetDocumentList3
(String sessionId, String documentFolderId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getDocumentList3void
DocumentAppSoapMockStub.prepareGetDocumentReviewList
(String sessionId, String containerId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getDocumentReviewListvoid
DocumentAppSoapMockStub.prepareListDocuments
(String sessionId, String parentId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to listDocumentsvoid
DocumentAppSoapMockStub.prepareListDocumentsDetailed
(String sessionId, String documentFolderId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to listDocumentsDetailed -
Uses of SoapFilter in com.collabnet.ce.soap60.webservices.monitoring
Methods in com.collabnet.ce.soap60.webservices.monitoring with parameters of type SoapFilterModifier and TypeMethodDescriptionIMonitoringAppSoap.getMonitoringSubscriptions
(String sessionId, SoapFilter[] filters) Gets the list of current user's subscriptions optionally filtered by the specified filtersMonitoringAppSoap.getMonitoringSubscriptions
(String sessionId, SoapFilter[] filters) Gets the list of current user's subscriptions optionally filtered by the specified filtersMonitoringAppSoapMockStub.getMonitoringSubscriptions
(String sessionId, SoapFilter[] filters) Simulate a call to getMonitoringSubscriptionsMonitoringAppSoapStub.getMonitoringSubscriptions
(String sessionId, SoapFilter[] filters) MonitoringAppSoapMockStub.getMonitoringSubscriptionsByUser
(String sessionId, String userName, SoapFilter[] filters) Simulate a call to getMonitoringSubscriptionsByUserstatic com.vasoftware.sf.common.filter.Filter
MonitoringFilterUtils.marshalFilters
(com.vasoftware.sf.server.types.UserSessionKey sessionKey, SoapFilter[] soapFilters) void
MonitoringAppSoapMockStub.prepareGetMonitoringSubscriptions
(String sessionId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getMonitoringSubscriptionsvoid
MonitoringAppSoapMockStub.prepareGetMonitoringSubscriptionsByUser
(String sessionId, String userName, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getMonitoringSubscriptionsByUser -
Uses of SoapFilter in com.collabnet.ce.soap60.webservices.planning
Methods in com.collabnet.ce.soap60.webservices.planning with parameters of type SoapFilterModifier and TypeMethodDescriptionIPlanningAppSoap.getArtifactListInPlanningFolder
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) Deprecated.in favor of getArtifactListInPlanningFolder2PlanningAppSoap.getArtifactListInPlanningFolder
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) Deprecated.in favor of getArtifactListInPlanningFolder2com.vasoftware.sf.server.services.tracker.ArtifactDetailList
PlanningAppSoapMockStub.getArtifactListInPlanningFolder
(String parentId, String[] teamId, SoapFilter[] filters, boolean recursive, String loggedInUser) Simulate a call to getArtifactListInPlanningFolderPlanningAppSoapMockStub.getArtifactListInPlanningFolder
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) Simulate a call to getArtifactListInPlanningFolderPlanningAppSoapStub.getArtifactListInPlanningFolder
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) IPlanningAppSoap.getArtifactListInPlanningFolder2
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) Returns the list of artifacts contained in a planning folder or its descendants.PlanningAppSoap.getArtifactListInPlanningFolder2
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) Returns the list of artifacts contained in a planning folder or its descendants.PlanningAppSoapMockStub.getArtifactListInPlanningFolder2
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) Simulate a call to getArtifactListInPlanningFolder2PlanningAppSoapStub.getArtifactListInPlanningFolder2
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) IPlanningAppSoap.getArtifactListInPlanningFolder3
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, String[] teamId) Returns the list of artifacts contained in a planning folder or its descendants.PlanningAppSoap.getArtifactListInPlanningFolder3
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, String[] teamId) Returns the list of artifacts contained in a planning folder or its descendants.PlanningAppSoapMockStub.getArtifactListInPlanningFolder3
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, String[] teamId) Simulate a call to getArtifactListInPlanningFolder3PlanningAppSoapStub.getArtifactListInPlanningFolder3
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, String[] teamId) void
PlanningAppSoapMockStub.prepareGetArtifactListInPlanningFolder
(String parentId, String[] teamId, SoapFilter[] filters, boolean recursive, String loggedInUser, Object returnValue) Prepare a simulated response to getArtifactListInPlanningFoldervoid
PlanningAppSoapMockStub.prepareGetArtifactListInPlanningFolder
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, Object returnValue) Prepare a simulated response to getArtifactListInPlanningFoldervoid
PlanningAppSoapMockStub.prepareGetArtifactListInPlanningFolder2
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, Object returnValue) Prepare a simulated response to getArtifactListInPlanningFolder2void
PlanningAppSoapMockStub.prepareGetArtifactListInPlanningFolder3
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, String[] teamId, Object returnValue) Prepare a simulated response to getArtifactListInPlanningFolder3 -
Uses of SoapFilter in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm with parameters of type SoapFilterModifier and TypeMethodDescriptionIScmAppSoap.getCommitList
(String sessionId, String repositoryId, SoapFilter[] filters) Lists the commits on a given repository.ScmAppSoap.getCommitList
(String sessionId, String repositoryId, SoapFilter[] filters) Lists the commits on a given repository.ScmAppSoapMockStub.getCommitList
(String sessionId, String repositoryId, SoapFilter[] filters) Simulate a call to getCommitListScmAppSoapStub.getCommitList
(String sessionId, String repositoryId, SoapFilter[] filters) void
ScmAppSoapMockStub.prepareGetCommitList
(String sessionId, String repositoryId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getCommitList -
Uses of SoapFilter in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker with parameters of type SoapFilterModifier and TypeMethodDescriptionITrackerAppSoap.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.ArtifactDetailArrangedList
TrackerAppSoapMockStub.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 getArtifactDetailsQueryResultsITrackerAppSoap.getArtifactList
(String sessionId, String containerId, SoapFilter[] filters) Deprecated.in fovor of getArtifactList2TrackerAppSoap.getArtifactList
(String sessionId, String containerId, SoapFilter[] filters) Deprecated.in fovor of getArtifactList2com.vasoftware.sf.server.services.tracker.ArtifactList
TrackerAppSoapMockStub.getArtifactList
(String containerId, SoapFilter[] filters, String sessionId) Simulate a call to getArtifactListTrackerAppSoapMockStub.getArtifactList
(String sessionId, String containerId, SoapFilter[] filters) Simulate a call to getArtifactListTrackerAppSoapStub.getArtifactList
(String sessionId, String containerId, SoapFilter[] filters) ITrackerAppSoap.getArtifactList2
(String sessionId, String containerId, SoapFilter[] filters) Returns a filtered list of artifacts within the specified container (project or tracker).TrackerAppSoap.getArtifactList2
(String sessionId, String containerId, SoapFilter[] filters) Returns a filtered list of artifacts within the specified container (project or tracker).TrackerAppSoapMockStub.getArtifactList2
(String sessionId, String containerId, SoapFilter[] filters) Simulate a call to getArtifactList2TrackerAppSoapStub.getArtifactList2
(String sessionId, String containerId, SoapFilter[] filters) ITrackerAppSoap.getCrossTrackerArtifactList
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) Deprecated.in favor of getCrossTrackerArtifactList2TrackerAppSoap.getCrossTrackerArtifactList
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) Deprecated.in favor of getCrossTrackerArtifactList2com.vasoftware.sf.server.services.tracker.ArtifactDetailList
TrackerAppSoapMockStub.getCrossTrackerArtifactList
(String containerId, SoapFilter[] filters, String[] selectedColumns, String sessionId) Simulate a call to getCrossTrackerArtifactListTrackerAppSoapMockStub.getCrossTrackerArtifactList
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) Simulate a call to getCrossTrackerArtifactListTrackerAppSoapStub.getCrossTrackerArtifactList
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) ITrackerAppSoap.getCrossTrackerArtifactList2
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) Returns a filtered list of artifacts within the specified container (project or tracker).TrackerAppSoap.getCrossTrackerArtifactList2
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) Returns a filtered list of artifacts within the specified container (project or tracker).TrackerAppSoapMockStub.getCrossTrackerArtifactList2
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) Simulate a call to getCrossTrackerArtifactList2TrackerAppSoapStub.getCrossTrackerArtifactList2
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) boolean
SortableArtifactDetailArrangedList.hasExactTheseFiltersAndSelectedColumns
(SoapFilter[] filters, Collection selectedColumns) static com.vasoftware.sf.common.filter.Filter
TrackerFilterUtils.marshalFilters
(com.vasoftware.sf.server.types.UserSessionKey sessionKey, SoapFilter[] soapFilters) Marshals SOAP API filter specification to a filter object for back-end use.static com.vasoftware.sf.common.filter.Filter
TrackerFilterUtils.marshalFilters
(com.vasoftware.sf.server.types.UserSessionKey sessionKey, SoapFilter[] soapFilters, com.vasoftware.sf.server.services.field.FieldDO[] trackerFields) void
TrackerAppSoapMockStub.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 getArtifactDetailListvoid
TrackerAppSoapMockStub.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 getArtifactDetailListvoid
TrackerAppSoapMockStub.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 getArtifactDetailList2void
TrackerAppSoapMockStub.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 getArtifactDetailsQueryResultsvoid
TrackerAppSoapMockStub.prepareGetArtifactList
(String containerId, SoapFilter[] filters, String sessionId, Object returnValue) Prepare a simulated response to getArtifactListvoid
TrackerAppSoapMockStub.prepareGetArtifactList
(String sessionId, String containerId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getArtifactListvoid
TrackerAppSoapMockStub.prepareGetArtifactList2
(String sessionId, String containerId, SoapFilter[] filters, Object returnValue) Prepare a simulated response to getArtifactList2void
TrackerAppSoapMockStub.prepareGetCrossTrackerArtifactList
(String containerId, SoapFilter[] filters, String[] selectedColumns, String sessionId, Object returnValue) Prepare a simulated response to getCrossTrackerArtifactListvoid
TrackerAppSoapMockStub.prepareGetCrossTrackerArtifactList
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns, Object returnValue) Prepare a simulated response to getCrossTrackerArtifactListvoid
TrackerAppSoapMockStub.prepareGetCrossTrackerArtifactList2
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns, Object returnValue) Prepare a simulated response to getCrossTrackerArtifactList2Constructors in com.collabnet.ce.soap60.webservices.tracker with parameters of type SoapFilterModifierConstructorDescriptionSortableArtifactDetailArrangedList
(SoapSortKey[] sortKeys, SoapFilter[] filters, Collection selectedColumns, com.vasoftware.sf.server.services.tracker.ArtifactDetailArrangedList detailArrangedList)