Uses of Class
com.collabnet.ce.soap60.fault.InvalidFilterFault
Packages that use InvalidFilterFault
Package
Description
-
Uses of InvalidFilterFault in com.collabnet.ce.soap60.webservices
Methods in com.collabnet.ce.soap60.webservices that throw InvalidFilterFaultModifier and TypeMethodDescriptionstatic Date
FilterUtils.processDateString
(String filterValue) Process a string that was passed in to represent a date. -
Uses of InvalidFilterFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw InvalidFilterFaultModifier and TypeMethodDescriptionstatic com.vasoftware.sf.common.filter.Filter
UserFilterUtil.marshalFilters
(SoapFilter... soapFilters) Marshals SOAP API filter specification to a filter object for back-end use. -
Uses of InvalidFilterFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw InvalidFilterFaultModifier and TypeMethodDescriptionDocumentAppSoap.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.DocumentAppSoap.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. -
Uses of InvalidFilterFault in com.collabnet.ce.soap60.webservices.monitoring
Methods in com.collabnet.ce.soap60.webservices.monitoring that throw InvalidFilterFaultModifier and TypeMethodDescriptionMonitoringAppSoap.getMonitoringSubscriptions
(String sessionId, SoapFilter[] filters) Gets the list of current user's subscriptions optionally filtered by the specified filtersstatic com.vasoftware.sf.common.filter.Filter
MonitoringFilterUtils.marshalFilters
(com.vasoftware.sf.server.types.UserSessionKey sessionKey, SoapFilter[] soapFilters) -
Uses of InvalidFilterFault in com.collabnet.ce.soap60.webservices.planning
Methods in com.collabnet.ce.soap60.webservices.planning that throw InvalidFilterFaultModifier and TypeMethodDescriptionPlanningAppSoap.getArtifactListInPlanningFolder
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) Deprecated.in favor of getArtifactListInPlanningFolder2PlanningAppSoap.getArtifactListInPlanningFolder2
(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) 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.PlanningAppSoap.getRankedArtifactList
(String sessionId, String planningFolderId) Deprecated.in favor of getRankedArtifactList2PlanningAppSoap.getRankedArtifactList2
(String sessionId, String planningFolderId) Returns the list of artifacts assigned to a planning folder or its descendants with the rank information in the specified planning folder -
Uses of InvalidFilterFault in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that throw InvalidFilterFaultModifier and TypeMethodDescriptionScmAppSoap.getCommitList
(String sessionId, String repositoryId, SoapFilter[] filters) Lists the commits on a given repository. -
Uses of InvalidFilterFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw InvalidFilterFaultModifier and TypeMethodDescriptionTrackerAppSoap.getArtifactDetailList
(String sessionId, String trackerId, String[] selectedColumns, SoapFilter[] filters, SoapSortKey[] sortKeys, int startIndex, int maxRows, boolean exceptionIfExpiredCache, boolean forceNewQuery) Deprecated.in favor of getArtifactDetailList2TrackerAppSoap.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.getArtifactList
(String sessionId, String containerId, SoapFilter[] filters) Deprecated.in fovor of getArtifactList2TrackerAppSoap.getArtifactList2
(String sessionId, String containerId, SoapFilter[] filters) Returns a filtered list of artifacts within the specified container (project or tracker).TrackerAppSoap.getCrossTrackerArtifactList
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) Deprecated.in favor of getCrossTrackerArtifactList2TrackerAppSoap.getCrossTrackerArtifactList2
(String sessionId, String containerId, SoapFilter[] filters, String[] selectedColumns) Returns a filtered list of artifacts within the specified container (project or tracker).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)