Uses of Class
com.collabnet.ce.soap60.fault.SearchQuerySyntaxFault
Packages that use SearchQuerySyntaxFault
Package
Description
-
Uses of SearchQuerySyntaxFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw SearchQuerySyntaxFaultModifier and TypeMethodDescriptionCollabNetSoap.findProjects(String sessionId, String queryString) Finds a list of projects matching a search string.Finds a list of users matching a search string.CollabNetSoap.getUserList(String sessionId, SoapFilter soapFilter) Deprecated.use getUserList2 instead, which includes organization, alternate emails, locale and timeZone details in the result.CollabNetSoap.getUserList2(String sessionId, SoapFilter soapFilter) Gets a list of all users on the system. -
Uses of SearchQuerySyntaxFault in com.collabnet.ce.soap60.webservices.discussion
Methods in com.collabnet.ce.soap60.webservices.discussion that throw SearchQuerySyntaxFault -
Uses of SearchQuerySyntaxFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw SearchQuerySyntaxFaultModifier and TypeMethodDescriptionvoidDocumentAppSoap.deleteDocumentByVersions(String sessionId, String documentId, int[] versionNumbers) Deletes particular version(s) of a document.Locked document version(s) cannot be deleted, When a locked document's id is passed to this API, a SystemFault will be thrown.DocumentAppSoap.findDocuments(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Deprecated.in favor of findDocuments2DocumentAppSoap.findDocuments2(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Finds a list of documents matching a search string.DocumentAppSoap.findDocuments3(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Finds a list of documents matching a search string. -
Uses of SearchQuerySyntaxFault in com.collabnet.ce.soap60.webservices.news
Methods in com.collabnet.ce.soap60.webservices.news that throw SearchQuerySyntaxFault -
Uses of SearchQuerySyntaxFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw SearchQuerySyntaxFaultModifier and TypeMethodDescriptionTrackerAppSoap.findArtifacts(String sessionId, String queryString, String projectId, boolean searchAttachments) Deprecated.in favor of findArtifacts2TrackerAppSoap.findArtifacts2(String sessionId, String queryString, String projectId, boolean searchAttachments) Finds a list of artifacts matching a search string.