Uses of Class
com.collabnet.ce.soap60.fault.SearchQuerySyntaxFault
-
-
Uses of SearchQuerySyntaxFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw SearchQuerySyntaxFault Modifier and Type Method Description ProjectSoapListCollabNetSoap. findProjects(String sessionId, String queryString)Finds a list of projects matching a search string.UserSoapListCollabNetSoap. findUsers(String sessionId, String queryString)Finds a list of users matching a search string.UserSoapListCollabNetSoap. getUserList(String sessionId, SoapFilter soapFilter)Deprecated.use getUserList2 instead, which includes organization, alternate emails, locale and timeZone details in the result.User2SoapListCollabNetSoap. 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 Modifier and Type Method Description PostSoapListDiscussionAppSoap. findPosts(String sessionId, String queryString, String projectId, boolean searchAttachments)Finds a list of posts matching a search string. -
Uses of SearchQuerySyntaxFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw SearchQuerySyntaxFault Modifier and Type Method Description voidDocumentAppSoap. 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.DocumentSoapListDocumentAppSoap. findDocuments(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly)Deprecated.in favor of findDocuments2Document2SoapListDocumentAppSoap. findDocuments2(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly)Finds a list of documents matching a search string.Document3SoapListDocumentAppSoap. 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 Modifier and Type Method Description NewsPostSoapListNewsAppSoap. findNews(String sessionId, String queryString, String projectId, boolean searchAttachments)Finds a list of news posts matching a search string. -
Uses of SearchQuerySyntaxFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw SearchQuerySyntaxFault Modifier and Type Method Description ArtifactSoapListTrackerAppSoap. findArtifacts(String sessionId, String queryString, String projectId, boolean searchAttachments)Deprecated.in favor of findArtifacts2Artifact2SoapListTrackerAppSoap. findArtifacts2(String sessionId, String queryString, String projectId, boolean searchAttachments)Finds a list of artifacts matching a search string.
-