Uses of Class
com.collabnet.ce.soap60.fault.VersionMismatchFault
-
-
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.categorization
Methods in com.collabnet.ce.soap60.webservices.categorization that throw VersionMismatchFault Modifier and Type Method Description voidCategorizationAppSoap. setCategoryData(String sessionId, CategorySoapDO categoryData)Sets data on a specific category -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw VersionMismatchFault Modifier and Type Method Description voidCollabNetSoap. deleteLinkedApp(String sessionId, String linkedAppId)Delete the linked application.voidCollabNetSoap. setLinkedApplicationData(String sessionId, LinkedApplicationSoapDO linkedApplicationSoapDO, String iconKey, String iconFileName, String iconMimeType)Sets the linked application.voidCollabNetSoap. setLinkedApplicationData2(String sessionId, LinkedApplication2SoapDO linkedApplication2SoapDO, String iconKey, String iconFileName, String iconMimeType)Sets the linked application.voidCollabNetSoap. setProjectGroupData(String sessionId, ProjectGroupSoapDO projectGroupData)Sets the project group's data with the data represented in the projectGroupData parameter.voidCollabNetSoap. setUserData(String sessionId, UserSoapDO userData)Sets the user information.voidCollabNetSoap. setUserData2(String sessionId, User2SoapDO userData)Sets the user information.voidCollabNetSoap. setUserGroupData(String sessionId, UserGroupSoapDO groupData)Sets the user group information. -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw VersionMismatchFault Modifier and Type Method Description voidDocumentAppSoap. addDateField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText)Adds a custom Date field to documents.voidDocumentAppSoap. addMultiSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultValues, String helpText)Adds a custom multi select field to documents.voidDocumentAppSoap. addSingleSelectChildField(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText)Adds a custom single select field to documents.voidDocumentAppSoap. addSingleSelectField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String defaultValue, String helpText)Adds a custom single select field to documents.voidDocumentAppSoap. addTextField(String sessionId, String projectId, String fieldName, int displayColumns, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String defaultValue, String helpText, String pattern)Adds a custom text field to documents.voidDocumentAppSoap. addUserSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] defaultValues, String userFilter, String helpText)Adds a custom User selection field to documents.voidDocumentAppSoap. setDocumentData(String sessionId, DocumentSoapDO documentData, String fileId)Deprecated.in favor of setDocumentData2voidDocumentAppSoap. setDocumentData2(String sessionId, Document2SoapDO documentData, String fileId)Deprecated.in favor of setDocumentData3voidDocumentAppSoap. setDocumentData3(String sessionId, Document3SoapDO documentData, String fileId)Sets specified document data.voidDocumentAppSoap. setDocumentDataWithAssociation(String sessionId, DocumentSoapDO documentData, String fileId, String associationId, String associationComment)Deprecated.in favor of setDocumentDataWithAssociation2voidDocumentAppSoap. setDocumentDataWithAssociation2(String sessionId, Document2SoapDO documentData, String fileId, String associationId, String associationComment)Deprecated.in favor of setDocumentDataWithAssociation3voidDocumentAppSoap. setDocumentDataWithAssociation3(String sessionId, Document3SoapDO documentData, String fileId, String associationId, String associationComment)Sets specified document data with association.voidDocumentAppSoap. setDocumentFolderData(String sessionId, DocumentFolderSoapDO documentFolderData)Sets detailed data on a document foldervoidDocumentAppSoap. setField(String sessionId, DocumentFolderFieldSoapDO fieldData)Sets a custom/flex-field. -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.frs
Methods in com.collabnet.ce.soap60.webservices.frs that throw VersionMismatchFault Modifier and Type Method Description voidFrsAppSoap. setPackageData(String sessionId, PackageSoapDO packageData)Returns package data.voidFrsAppSoap. setReleaseData(String sessionId, ReleaseSoapDO releaseData)Sets the specified release data. -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.page
Methods in com.collabnet.ce.soap60.webservices.page that throw VersionMismatchFault Modifier and Type Method Description voidPageAppSoap. setLifecycleMetricComponentContent(String sessionId, PageComponent2SoapDO pageComponent, String content)Sets Lifecycle metric component.voidPageAppSoap. setPageComponentData(String sessionId, PageComponentSoapDO pageComponent)Updates a page componentvoidPageAppSoap. setPageData(String sessionId, PageSoapDO pageData)Edits an existing page.voidPageAppSoap. setTextComponentContent(String sessionId, String pageCompId, String content)Sets the content of a Text component. -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.planning
Methods in com.collabnet.ce.soap60.webservices.planning that throw VersionMismatchFault Modifier and Type Method Description voidPlanningAppSoap. deletePlanningFolder(String sessionId, String planningFolderId)Deletes a planning folder with the specified id.voidPlanningAppSoap. setPlanningFolder2Data(String sessionId, PlanningFolder2SoapDO planningFolderData)Deprecated.in favor of setPlanningFolder4DatavoidPlanningAppSoap. setPlanningFolder3Data(String sessionId, PlanningFolder3SoapDO planningFolderData)Deprecated.in favor of setPlanningFolder4DatavoidPlanningAppSoap. setPlanningFolder4Data(String sessionId, PlanningFolder4SoapDO planningFolderData)Deprecated.in favor of setPlanningFolder5DatavoidPlanningAppSoap. setPlanningFolder5Data(String sessionId, PlanningFolder5SoapDO planningFolderData)Sets data on a specific planning folder.voidPlanningAppSoap. setPlanningFolderData(String sessionId, PlanningFolderSoapDO planningFolderData)Deprecated.in favor of setPlanningFolder4DatavoidPlanningAppSoap. setPlanningStatusValues(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues)Sets status values that is associated with the planning application of a specific project. -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that throw VersionMismatchFault Modifier and Type Method Description voidRbacAppSoap. setRoleData(String sessionId, RoleSoapDO roleData)Saves a role object. -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that throw VersionMismatchFault Modifier and Type Method Description voidScmAppSoap. setReplicaData(String sessionId, ReplicaDataSoapDO replica)Sets replica server data.voidScmAppSoap. setRepositoryData(String sessionId, Repository2SoapDO repository)Sets the repository data -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.tag
Methods in com.collabnet.ce.soap60.webservices.tag that throw VersionMismatchFault Modifier and Type Method Description TagSoapDOTagAppSoap. updateTag(String sessionId, String tagId, String name, String description)Updates a tag's name and description -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.team
Methods in com.collabnet.ce.soap60.webservices.team that throw VersionMismatchFault Modifier and Type Method Description voidTeamAppSoap. setTeamData(String sessionId, String teamId, String title, String description, String teamOwnerUserName, String[] memberUserNames, int version)Update team data for given team Id -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw VersionMismatchFault Modifier and Type Method Description voidTrackerAppSoap. addDateField(String sessionId, String trackerId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText)Adds a custom Date field to a tracker.voidTrackerAppSoap. addMultiSelectField(String sessionId, String trackerId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultValues, String helpText)Adds a custom multi select field to a tracker.voidTrackerAppSoap. addSingleSelectChildField(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText)Adds a custom single select field to a tracker.voidTrackerAppSoap. addSingleSelectField(String sessionId, String trackerId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String defaultValue, String helpText)Adds a custom single select field to a tracker.voidTrackerAppSoap. addTextField(String sessionId, String trackerId, String fieldName, int displayColumns, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String defaultValue, String helpText, String pattern)Adds a custom text field to a tracker.voidTrackerAppSoap. addUserSelectField(String sessionId, String trackerId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] defaultValues, String userFilter, String helpText)Adds a custom User selection field to a tracker.voidTrackerAppSoap. setArtifactData(String sessionId, ArtifactSoapDO artifactData, String comment, String attachmentFileName, String attachmentMimeType, String attachmentFileId)Deprecated.in favor of setArtifactData4voidTrackerAppSoap. setArtifactData2(String sessionId, ArtifactSoapDO artifactData, String comment, AttachmentSoapDO[] attachments)Deprecated.in favor of setArtifactData4voidTrackerAppSoap. setArtifactData3(String sessionId, Artifact2SoapDO artifactData, String comment, AttachmentSoapDO[] attachments)Deprecated.in favor of setArtifactData4voidTrackerAppSoap. setArtifactData4(String sessionId, Artifact3SoapDO artifactData, String comment, AttachmentSoapDO[] attachments)Sets data associated along with multiple attachments with the specified artifact.voidTrackerAppSoap. setField(String sessionId, String objectId, TrackerFieldSoapDO fieldData)Deprecated.use setField2 insteadvoidTrackerAppSoap. setField2(String sessionId, String objectId, TrackerField2SoapDO fieldData)Sets a custom/flex-field that is associated with a specific folder (e.g.voidTrackerAppSoap. setTracker2Data(String sessionId, Tracker2SoapDO trackerData)Deprecated.use setTracker3Data instead, which includes autosum foreign children supportvoidTrackerAppSoap. setTracker3Data(String sessionId, Tracker3SoapDO trackerData)Sets data on a specific tracker with autosum foreign children supportvoidTrackerAppSoap. setTrackerData(String sessionId, TrackerSoapDO trackerData)Deprecated.use setTracker3Data instead, which includes tracker unit and autosum foreign children support -
Uses of VersionMismatchFault in com.collabnet.ce.soap60.webservices.wiki
Methods in com.collabnet.ce.soap60.webservices.wiki that throw VersionMismatchFault Modifier and Type Method Description voidWikiAppSoap. setWikiPageData(String sessionId, WikiPageSoapDO wikiPageData)Sets specified wiki page data.
-