Uses of Class
com.collabnet.ce.soap60.fault.IllegalArgumentFault
Packages that use IllegalArgumentFault
Package
Description
-
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices
Methods in com.collabnet.ce.soap60.webservices that throw IllegalArgumentFaultModifier and TypeMethodDescriptionprotected Locale
Returns locale object from string specification.protected void
WebService.validateChoice
(String name, int[] choices, int value) Validates integer value to be one of the possible choices.protected void
WebService.validateChoice
(String name, String[] choices, String value) Validates string to be one of the possible choices.protected void
WebService.validateIconFile
(String iconFileName, String iconMimeType) Validates the icon fileName and mime type.protected void
WebService.validateString
(String name, String value) Validates string to be non-null and non-empty.protected void
WebService.validateStringArray
(String name, String[] values) Validates values in the string array to be non-null and non-empty.protected void
WebService.validateStringWithTrim
(String name, String value) Validates string to be non-null and non-empty with ignoring white spaces at starting and ending of the stringprotected void
WebService.validateWikiPageName
(String name, String value) Validates wiki page name to be conformant. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.categorization
Methods in com.collabnet.ce.soap60.webservices.categorization that throw IllegalArgumentFaultModifier and TypeMethodDescriptionvoid
CategorizationAppSoap.setCategoryData
(String sessionId, CategorySoapDO categoryData) Sets data on a specific category -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw IllegalArgumentFaultModifier and TypeMethodDescriptionvoid
CollabNetSoap.addProjectsToProjectGroup
(String sessionId, String projectGroupId, String[] projectIds) Adds the given projects to a project group.void
CollabNetSoap.changeIAObjectTitle
(String sessionId, String pluggableObjectId, String pluggableObjectTitle) Updates the title for Pluggable objects only.boolean
CollabNetSoap.changePassword
(String sessionId, String userName, String newPassword) Allows the user to change the password
Note: From 16.7, the length of password cannot exceed the value of the configuration variable "MAX_PASSWORD_LENGTH" specified in the site-options.conf file.void
CollabNetSoap.createAssociation
(String sessionId, String originId, String targetId, String description) Creates an association between two objects.void
CollabNetSoap.createAssociationWithTitles
(String sessionId, String originId, String originTitle, String targetId, String targetTitle, String description) Creates an association between two objects with specified title.CollabNetSoap.createOrReplaceProjectTemplate
(String sessionId, String projectId, String title, String description, String[] contentChoices, String templateId) Creates or replaces a template from an existing projectCollabNetSoap.createProject
(String sessionId, String name, String title, String description) Creates a project.CollabNetSoap.createProjectFromTemplate
(String sessionId, String templateId, String name, String title, String description) Creates a project from template.CollabNetSoap.createProjectGroup
(String sessionId, String title, String description) Creates a Project Group.CollabNetSoap.createProjectLinkedApp
(String sessionId, String projectId, String title, String applicationUrl, String iconKey, String iconFileName, String iconMimeType, boolean singleSignon) Creates linked application in a given project and return the created application IdCollabNetSoap.createProjectLinkedApp2
(String sessionId, String projectId, String title, String applicationUrl, String iconKey, String iconFileName, String iconMimeType, boolean singleSignon, String toolId) Creates linked application in a given project and return the created application IdCollabNetSoap.createSiteWideLinkedApp
(String sessionId, String title, String applicationUrl, String applicationType, boolean singleSignon) Create a site-wide linked application and return the created application IdCollabNetSoap.createUser
(String sessionId, String userName, String email, String fullName, String organization, String locale, String timeZone, String licenseType, boolean isSuperUser, boolean isRestrictedUser, String password) Creates a new user with the specified parameters.CollabNetSoap.createUserGroup
(String sessionId, String fullName, String description) Creates a new user group with the specified parameters.void
CollabNetSoap.deleteAssociation
(String sessionId, String originId, String targetId) Deletes an association between two objectsvoid
CollabNetSoap.deleteLinkedApp
(String sessionId, String linkedAppId) Delete the linked application.CollabNetSoap.doMandatoryPasswordChange
(String userName, String oldPassword, String newPassword) Allows user to change the password if and only if the password was set by an administrator.CollabNetSoap.findProjects
(String sessionId, String queryString) Finds a list of projects matching a search string.Finds a list of users matching a search string.CollabNetSoap.getAuditHistoryList
(String sessionId, String objectId, boolean includeDerivedChanges) Returns the list of changes made to the specified object in reverse chronological order.CollabNetSoap.getLinkedApplicationData
(String sessionId, String linkedAppId) Gets Linked Application Data by Linked Application IdCollabNetSoap.getLinkedApplicationData2
(String sessionId, String linkedAppId) Gets Linked Application Data by Linked Application IdCollabNetSoap.getUserByEmail
(String sessionId, String email) Returns the user information for the given email address.CollabNetSoap.getUserByName
(String sessionId, String fullname) Returns the user information for the given full name.CollabNetSoap.getUserData
(String sessionId, String username) Gets the user details for the given username.CollabNetSoap.getUserData2
(String sessionId, String username) Gets the user details for the given username.boolean
CollabNetSoap.hasGeneralPermission
(String sessionId, String username, String projectId, String operationString, String objectId) Checks if the user has general permission for the resource (specified by objectid).boolean
CollabNetSoap.hasPermission
(String sessionId, String username, String projectId, String operationString, String objectId) Checks whether the given user has permission for an operation on a specified object Note on an exceptional behavior: It returns false, if the calling user does not have 'Project view' permission.boolean
CollabNetSoap.hasPermission2
(String sessionId, String projectId, String operationString, String objectId) Checks whether the current user has permission for an operation on a specified object Note on an exceptional behavior: It returns false, if the calling user does not have 'Project view' permission.boolean
CollabNetSoap.hasSitewideRolePermission
(String sessionId, String operationString) Checks if the current user has the given site wide permission to perform the operation.CollabNetSoap.listGroupsWithGeneralPermission
(String sessionId, String projectId, String operationString, String folderId, boolean includeInherited) Returns a list of user groups which have some permission to perform the given operation in the given folder (Doesn't check default access permission nor site admins)CollabNetSoap.listProjectAdmins
(String sessionId, String projectId) Returns project administrators list.CollabNetSoap.listProjectLinkedApps
(String sessionId, String projectId) Lists project-level linked applications for a given project.CollabNetSoap.listProjectLinkedApps2
(String sessionId, String projectId) Lists project-level linked applications for a given project.CollabNetSoap.listUsersWithGeneralPermission
(String sessionId, String projectId, String operationString, String folderId) Returns a list of users who have some permission to perform the given operation in the given folder (Doesn't check default access permission nor site admins)CollabNetSoap.listUsersWithPermissionOnObject
(String sessionId, String operationString, String objectId, int flag) Returns the list of users who have the given permission on the given object.void
CollabNetSoap.setLinkedApplicationData
(String sessionId, LinkedApplicationSoapDO linkedApplicationSoapDO, String iconKey, String iconFileName, String iconMimeType) Sets the linked application.void
CollabNetSoap.setLinkedApplicationData2
(String sessionId, LinkedApplication2SoapDO linkedApplication2SoapDO, String iconKey, String iconFileName, String iconMimeType) Sets the linked application.void
CollabNetSoap.setParentProject
(String sessionId, String projectId, String parentProjectId) Sets the parent of a project.void
CollabNetSoap.setProjectAccessLevel
(String sessionId, String projectId, int accessLevel) Sets the project access level.void
CollabNetSoap.setUserGroupData
(String sessionId, UserGroupSoapDO groupData) Sets the user group information. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.discussion
Methods in com.collabnet.ce.soap60.webservices.discussion that throw IllegalArgumentFaultModifier and TypeMethodDescriptionDiscussionAppSoap.createForum
(String sessionId, String projectId, String listName, String forumName, String description, boolean listEnabled, String prefix, String footer, String forumType, String[] moderators, String[] trustedUsers, String replyTo, int messageSize) Creates a discussion forumDiscussionAppSoap.createForum2
(String sessionId, String projectId, String listName, String forumName, String description, boolean listEnabled, String prefix, String footer, String forumType, String[] moderators, String[] trustedUsers, String replyTo, int messageSize, int emailPosting, int emailMonitoring, int webPosting, String captcha) Creates a public discussion forumDiscussionAppSoap.createPost
(String sessionId, String parentPostId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients) Posts a new message to the discussion topic.DiscussionAppSoap.createPost2
(String sessionId, String parentPostId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients) Posts a new message to the discussion topic with multiple attachment support.DiscussionAppSoap.createPrivateForum
(String sessionId, String projectId, String listName, String forumName, String description, boolean listEnabled, String prefix, String footer, String forumType, String[] moderators, String[] trustedUsers, String replyTo, int messageSize) Creates a discussion forumDiscussionAppSoap.createPrivateForum2
(String sessionId, String projectId, String listName, String forumName, String description, boolean listEnabled, String prefix, String footer, String forumType, String[] moderators, String[] trustedUsers, String replyTo, int messageSize, int emailPosting, int emailMonitoring, int webPosting, String captcha) Creates a private discussion forumDiscussionAppSoap.createTopic
(String sessionId, String forumId, String title, String message, String attachmentFileName, String attachmentMimeType, String attachmentFileId, String ccRecipients) Creates a new discussion topic within a specified forum but unlikecreateTopic
, this method lets you set the attachment files and cc email values at creation time and returns a TopicSoapData ObjectDiscussionAppSoap.createTopic2
(String sessionId, String forumId, String title, String message, AttachmentSoapDO[] attachments, String ccRecipients) Creates a new discussion topic within a specified forum but unlikecreateTopic
, this method lets you set the attachment files and cc email values at creation time and returns a TopicSoapData Objectvoid
DiscussionAppSoap.deletePost
(String sessionId, String postId) Deletes the specified post.DiscussionAppSoap.findPosts
(String sessionId, String queryString, String projectId, boolean searchAttachments) Finds a list of posts matching a search string. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw IllegalArgumentFaultModifier and TypeMethodDescriptionvoid
DocumentAppSoap.addDateField
(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText) Adds a custom Date field to documents.void
DocumentAppSoap.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.void
DocumentAppSoap.addSeparator
(String sessionId, String projectId, String separatorType, String separatorLabel) Adds a separator to a document root folder.void
DocumentAppSoap.addSingleSelectChildField
(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Adds a custom single select field to documents.void
DocumentAppSoap.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.void
DocumentAppSoap.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.void
DocumentAppSoap.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.DocumentAppSoap.createDocument
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileName, String mimeType, String fileId, String associationId, String associationDesc) Deprecated.in favor of createDocument2DocumentAppSoap.createDocument2
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc) Deprecated.in favor of createDocument3DocumentAppSoap.createDocument3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields) Creates a new document with the specified title, description, etc.DocumentAppSoap.createDocumentFolder
(String sessionId, String parentId, String title, String description) Creates a new document folder with the specified title, description, etc.DocumentAppSoap.createDocumentWithUrl
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, String fileUrl, String associationId, String associationDesc) Deprecated.in favor of createDocumentWithUrl2DocumentAppSoap.createDocumentWithUrl2
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc) Deprecated.in favor of createDocumentWithUrl3DocumentAppSoap.createDocumentWithUrl3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields) Creates a new document with the specified title, description, etc.DocumentAppSoap.createReview
(String sessionId, String documentId, int version, String title, String description, Date dueDate, String[] requiredReviewers, String[] optionalReviewers, boolean attachDocument) Creates a document review cyclevoid
DocumentAppSoap.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.void
DocumentAppSoap.deleteDocumentFolder
(String sessionId, String folderId) Deletes a document folder with the specified id.void
DocumentAppSoap.deleteSeparator
(String sessionId, String layoutId) Deletes a separator of a document root folder layout.DocumentAppSoap.findDocuments3
(String sessionId, String queryString, String projectId, boolean searchAttachments, boolean currentVersionsOnly) Finds a list of documents matching a search string.DocumentAppSoap.getDocumentFolderData
(String sessionId, String folderId) Gets detailed data on a document folderDocumentAppSoap.moveDocument3
(String sessionId, String documentId, String targetFolderId) Moves a document to a specified target folder.void
DocumentAppSoap.reorderDocumentFields
(String sessionId, String projectId, String[] layoutIds) Sets a new order of the fields and the separators within the given project's document root folder.void
DocumentAppSoap.setDocumentData
(String sessionId, DocumentSoapDO documentData, String fileId) Deprecated.in favor of setDocumentData2void
DocumentAppSoap.setDocumentData2
(String sessionId, Document2SoapDO documentData, String fileId) Deprecated.in favor of setDocumentData3void
DocumentAppSoap.setDocumentData3
(String sessionId, Document3SoapDO documentData, String fileId) Sets specified document data.void
DocumentAppSoap.setDocumentDataWithAssociation
(String sessionId, DocumentSoapDO documentData, String fileId, String associationId, String associationComment) Deprecated.in favor of setDocumentDataWithAssociation2void
DocumentAppSoap.setDocumentDataWithAssociation2
(String sessionId, Document2SoapDO documentData, String fileId, String associationId, String associationComment) Deprecated.in favor of setDocumentDataWithAssociation3void
DocumentAppSoap.setDocumentDataWithAssociation3
(String sessionId, Document3SoapDO documentData, String fileId, String associationId, String associationComment) Sets specified document data with association.void
DocumentAppSoap.setField
(String sessionId, DocumentFolderFieldSoapDO fieldData) Sets a custom/flex-field. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.filestorage
Methods in com.collabnet.ce.soap60.webservices.filestorage that throw IllegalArgumentFaultModifier and TypeMethodDescriptionjavax.activation.DataHandler
FileStorageAppSoap.downloadFile
(String sessionId, String fileStorageId) Downloads file as SOAP attachment.void
SimpleFileStorageAppSoap.endFileUpload
(String sessionId, String fileStorageId) Closes and saves uploaded file.long
Returns size of the specified temporary storage file in bytes.byte[]
Reads from file a specified a number of bytes from the offset specified.byte[]
Reads from file a specified a number of bytes from the offset specified.void
Appends data to the file being uploaded. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.frs
Methods in com.collabnet.ce.soap60.webservices.frs that throw IllegalArgumentFaultModifier and TypeMethodDescriptionFrsAppSoap.createFrsFile
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) Creates a new FRS file and adds it to the specified release.FrsAppSoap.createFrsFile2
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) Creates a new FRS file and adds it to the specified release.FrsAppSoap.createPackage
(String sessionId, String projectId, String title, String description, boolean isPublished) Creates a new FRS package.FrsAppSoap.createRelease
(String sessionId, String packageId, String title, String description, String status, String maturity) Creates a new release within a specified package.FrsAppSoap.getFrsFileData
(String sessionId, String frsFileId) Gets FRS file data.FrsAppSoap.getFrsFileData2
(String sessionId, String frsFileId) Gets FRS file data.void
FrsAppSoap.setPackageData
(String sessionId, PackageSoapDO packageData) Returns package data.void
FrsAppSoap.setReleaseData
(String sessionId, ReleaseSoapDO releaseData) Sets the specified release data. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.monitoring
Methods in com.collabnet.ce.soap60.webservices.monitoring that throw IllegalArgumentFaultModifier and TypeMethodDescriptionboolean
MonitoringAppSoap.isUserMonitoring
(String sessionId, String userName, String objectId) Gets whether the specified object is being monitored by the given user name or not.void
MonitoringAppSoap.setApplicationMonitoringNotificationPreferences
(String sessionId, String projectId, SoapNamedValues appPreferences) Sets current user's application level monitoring notification preferences for the specified projectvoid
MonitoringAppSoap.startMonitoringByUser
(String sessionId, String userName, String objectId) Starts monitoring the specified object for the given uservoid
MonitoringAppSoap.stopMonitoringByUser
(String sessionId, String userName, String objectId) Stops monitoring the specified object for the given user. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.news
Methods in com.collabnet.ce.soap60.webservices.news that throw IllegalArgumentFaultModifier and TypeMethodDescriptionNewsAppSoap.createNewsPost
(String sessionId, String projectId, String title, String body) Posts a news item to the project.void
NewsAppSoap.editNewsPost
(String sessionId, String postId, String title, String body) Modifies a news post. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.page
Methods in com.collabnet.ce.soap60.webservices.page that throw IllegalArgumentFaultModifier and TypeMethodDescriptionPageAppSoap.createComponent
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) Creates a page component.PageAppSoap.createComponent2
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) Creates a page component.void
PageAppSoap.setLifecycleMetricComponentContent
(String sessionId, PageComponent2SoapDO pageComponent, String content) Sets Lifecycle metric component.void
PageAppSoap.setPageComponentData
(String sessionId, PageComponentSoapDO pageComponent) Updates a page componentvoid
PageAppSoap.setTextComponentContent
(String sessionId, String pageCompId, String content) Sets the content of a Text component. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.planning
Methods in com.collabnet.ce.soap60.webservices.planning that throw IllegalArgumentFaultModifier and TypeMethodDescriptionPlanningAppSoap.createPlanningFolder
(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId) Deprecated.in favor of createPlanningFolder4PlanningAppSoap.createPlanningFolder2
(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId, String trackerUnitId) Deprecated.in favor of createPlanningFolder4PlanningAppSoap.createPlanningFolder3
(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, int pointsCapacity, String releaseId, String trackerUnitId) Deprecated.in favor of createPlanningFolder4PlanningAppSoap.createPlanningFolder4
(String sessionId, String parentId, PlanningFolder4SoapDO soapDO) Deprecated.in favor of createPlanningFolder5PlanningAppSoap.createPlanningFolder5
(String sessionId, String parentId, String type, String title, String description, Date startDate, Date endDate, String status, int capacity, int pointsCapacity, String releaseId, String trackerUnitId, String burndownViewMode) Creates a new planning foldervoid
PlanningAppSoap.deletePlanningFolder
(String sessionId, String planningFolderId) Deletes a planning folder with the specified id.PlanningAppSoap.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.getPlanningFolder2Data
(String sessionId, String planningFolderId) Deprecated.in favor of getPlanningFolder4Data.PlanningAppSoap.getPlanningFolder2List
(String sessionId, String parentId, boolean recursive) Deprecated.in favor of getPlanningFolder4ListPlanningAppSoap.getPlanningFolder3Data
(String sessionId, String planningFolderId) Deprecated.in favor of getPlanningFolder4Data.PlanningAppSoap.getPlanningFolder3List
(String sessionId, String parentId, boolean recursive) Deprecated.in favor of getPlanningFolder4ListPlanningAppSoap.getPlanningFolder4Data
(String sessionId, String planningFolderId) Deprecated.in favor of getPlanningFolder5Data.PlanningAppSoap.getPlanningFolder4List
(String sessionId, String parentId, boolean recursive) Returns the list of planning folders within the specified project.PlanningAppSoap.getPlanningFolder5Data
(String sessionId, String planningFolderId) Returns a data object for a given planning folderPlanningAppSoap.getPlanningFolder5List
(String sessionId, String parentId, boolean recursive) Returns the list of planning folders within the specified project.PlanningAppSoap.getPlanningFolderData
(String sessionId, String planningFolderId) Deprecated.in favor of getPlanningFolder4Data.PlanningAppSoap.getPlanningFolderList
(String sessionId, String parentId, boolean recursive) Deprecated.in favor of getPlanningFolder4ListPlanningAppSoap.getPlanningFolderSummary
(String sessionId, String planningFolderId) Deprecated.in favor of getPlanningFolderSummary4PlanningAppSoap.getPlanningFolderSummary2
(String sessionId, String planningFolderId) Deprecated.in favor of getPlanningFolderSummary4PlanningAppSoap.getPlanningFolderSummary2List
(String sessionId, String parentId, boolean recursive) Deprecated.in favor of getPlanningFolderSummary4ListPlanningAppSoap.getPlanningFolderSummary3
(String sessionId, String planningFolderId) Deprecated.in favor of getPlanningFolderSummary4PlanningAppSoap.getPlanningFolderSummary3List
(String sessionId, String parentId, boolean recursive) Deprecated.in favor of getPlanningFolderSummary4ListPlanningAppSoap.getPlanningFolderSummary4
(String sessionId, String planningFolderId) Returns the statistics for the artifacts in a given planning folder and all its sub planning foldersPlanningAppSoap.getPlanningFolderSummary4List
(String sessionId, String parentId, boolean recursive) Returns the list of planning folders within the specified project including their statistics Planning folders having the same parent are correctly ordered.PlanningAppSoap.getPlanningFolderSummary5
(String sessionId, String planningFolderId) Returns the statistics for the artifacts in a given planning folder and all its sub planning foldersPlanningAppSoap.getPlanningFolderSummary5List
(String sessionId, String parentId, boolean recursive) Returns the list of planning folders within the specified project including their statistics Planning folders having the same parent are correctly ordered.PlanningAppSoap.getPlanningFolderSummaryList
(String sessionId, String parentId, boolean recursive) Deprecated.in favor of getPlanningFolderSummary4ListPlanningAppSoap.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 folderPlanningAppSoap.movePlanningFolder
(String sessionId, String planningFolderId, String destParentId) Deprecated.in favor of movePlanningFolder5PlanningAppSoap.movePlanningFolder2
(String sessionId, String planningFolderId, String destParentId) Deprecated.in favor of movePlanningFolder5PlanningAppSoap.movePlanningFolder3
(String sessionId, String planningFolderId, String destParentId) Deprecated.in favor of movePlanningFolder5PlanningAppSoap.movePlanningFolder4
(String sessionId, String planningFolderId, String destParentId) Deprecated.in favor of movePlanningFolder5PlanningAppSoap.movePlanningFolder5
(String sessionId, String planningFolderId, String destParentId) Moves a Planning Folder including its sub folders and contents.void
PlanningAppSoap.reorderPlanningFolders
(String sessionId, String parentId, String[] planningFolderIds) Sets a new order for the planning folders in their parent folder.void
PlanningAppSoap.setPlanningFolder2Data
(String sessionId, PlanningFolder2SoapDO planningFolderData) Deprecated.in favor of setPlanningFolder4Datavoid
PlanningAppSoap.setPlanningFolder3Data
(String sessionId, PlanningFolder3SoapDO planningFolderData) Deprecated.in favor of setPlanningFolder4Datavoid
PlanningAppSoap.setPlanningFolder4Data
(String sessionId, PlanningFolder4SoapDO planningFolderData) Deprecated.in favor of setPlanningFolder5Datavoid
PlanningAppSoap.setPlanningFolder5Data
(String sessionId, PlanningFolder5SoapDO planningFolderData) Sets data on a specific planning folder.void
PlanningAppSoap.setPlanningFolderData
(String sessionId, PlanningFolderSoapDO planningFolderData) Deprecated.in favor of setPlanningFolder4Datavoid
PlanningAppSoap.setPlanningStatusValues
(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues) Sets status values that is associated with the planning application of a specific project. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.pluggable
Methods in com.collabnet.ce.soap60.webservices.pluggable that throw IllegalArgumentFaultModifier and TypeMethodDescriptionPluggableAppSoap.createIntegratedApplication
(String sessionId, String plugName, String description, String baseUrl, String goUrl, String prefix, String isScmRequired, String requireProjPrefix, String iconFileId, String endPoint, PluggableComponentParameterSoapDO[] paramDO, String adminUrl, PluggablePermissionSoapDO[] permSoapDO, String pceInputType, String pceResultFormat, String pceDescription, String pceTitle) Deprecated.PluggableAppSoap.createIntegratedApplication2
(String sessionId, String plugName, String description, String baseUrl, String goUrl, String prefix, String isScmRequired, String requireProjPrefix, String iconFileId, String endPoint, PluggableComponentParameterSoapDO[] paramDO, String adminUrl, PluggablePermissionSoapDO[] permSoapDO, String isPageComponentRequired, String pceInputType, String pceResultFormat, String pceDescription, String pceTitle, String idPattern, String serviceType) Deprecated.PluggableAppSoap.createIntegratedApplication3
(String sessionId, String plugName, String description, String baseUrl, String goUrl, String prefix, String isScmRequired, String requireProjPrefix, String iconFileKey, String iconFileName, String iconMimeType, String endPoint, PluggableComponentParameterSoapDO[] paramDO, String adminUrl, PluggablePermissionSoapDO[] permSoapDO, String isPageComponentRequired, String pceInputType, String pceResultFormat, String pceDescription, String pceTitle, String idPattern, String serviceType) Deprecated.PluggableAppSoap.createIntegratedApplication4
(String sessionId, PluggableComponent3SoapDO soapDO, String iconFileKey, String iconFileName, String iconMimeType) Deprecated.PluggableAppSoap.createIntegratedApplication5
(String sessionId, PluggableComponent4SoapDO soapDO, String iconFileKey, String iconFileName, String iconMimeType) Deprecated.PluggableAppSoap.createIntegratedApplication6
(String sessionId, PluggableComponent5SoapDO soapDO, String iconFileKey, String iconFileName, String iconMimeType) Creates a Integrated Application Note that the icon file has to be uploaded seperately (through FileStorageApp or SimpleFileStorageApp service) and the maximum size of the icon file is 10KB.PluggableAppSoap.createIntegratedApplicationFromXMLFiles3
(String sessionId, byte[] depXmlByteArray, byte[] appXmlByteArray, String iconFileKey, String iconFileName, String iconMimeType) Deprecated.PluggableAppSoap.createIntegratedApplicationFromXMLFiles4
(String sessionId, byte[] depXmlByteArray, byte[] appXmlByteArray, String iconFileKey, String iconFileName, String iconMimeType) Deprecated.PluggableAppSoap.createIntegratedApplicationFromXMLFiles5
(String sessionId, byte[] depXmlByteArray, byte[] appXmlByteArray, String iconFileKey, String iconFileName, String iconMimeType) Deprecated.PluggableAppSoap.createIntegratedApplicationFromXMLFiles6
(String sessionId, byte[] depXmlByteArray, byte[] appXmlByteArray, String iconFileKey, String iconFileName, String iconMimeType) Create/import an integrated application from XML files.void
PluggableAppSoap.editIntegratedApplication
(String sessionId, PluggableComponentSoapDO soapDO) Deprecated.void
PluggableAppSoap.editIntegratedApplication2
(String sessionId, PluggableComponent2SoapDO soapDO) Deprecated.void
PluggableAppSoap.editIntegratedApplication3
(String sessionId, PluggableComponent3SoapDO soapDO) Deprecated.void
PluggableAppSoap.editIntegratedApplication4
(String sessionId, PluggableComponent4SoapDO soapDO) Deprecated.void
PluggableAppSoap.editIntegratedApplication5
(String sessionId, PluggableComponent5SoapDO soapDO) Edit the integrated application properties.void
PluggableAppSoap.editIntegratedApplicationFromXMLFiles
(String sessionId, String integratedAppId, byte[] depXmlByteArray, byte[] appXmlByteArray, String iconFileId) Edit integrated application from xml files.void
PluggableAppSoap.setIntegratedApplicationIcon
(String sessionId, String integratedAppId, String iconFileKey, String iconFileName, String iconMimeType) Sets new icon for specified integrated applicationvoid
PluggableAppSoap.updateRecentAccess
(String userId, String objectId) Updates the recent access entries for the user. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that throw IllegalArgumentFaultModifier and TypeMethodDescriptionvoid
RbacAppSoap.addCluster
(String sessionId, String roleId, String operationCluster, String folderId) Adds an operation cluster to a role, expanding the permission set that the role grants access to.void
RbacAppSoap.addGroup
(String sessionId, String groupId, String roleId, String projectOrProjectGroupId) Adds a user group to a role, within the Project/ProjectGroup scope.void
RbacAppSoap.addIntegratedApplicationPermission
(String sessionId, String roleId, String integratedAppName, String permission) Adds an integrated application permission to a role, expanding the permission set that the role grants access to.void
Adds a user to the role, giving them all of the permissions of that rolevoid
RbacAppSoap.addUserToProjectRole
(String sessionId, String roleId, String username, String projectOrProjectGroupId) Adds a user to the role in the given project context, giving them all of the permissions of that role in that projectvoid
RbacAppSoap.approveRoleRequest
(String sessionId, String requestId, String projectId) Approves a role requestRbacAppSoap.createGlobalRole
(String sessionId, String title, String description, boolean preventInheritance, boolean requestable) Creates a global role.RbacAppSoap.createRole
(String sessionId, String projectOrProjectGroupId, String title, String description, boolean preventInheritance, boolean requestable, boolean autoGrant) Creates a role in a given projectRbacAppSoap.createSiteWideRole
(String sessionId, String title, String description, boolean preventInheritance) Creates a site-wide role.boolean
RbacAppSoap.getAutomaticallyGrantOnRequest
(String sessionId, String roleId, String projectId) Gets the role's Automatically Grant On Request for the given project.RbacAppSoap.getGroupRoleList
(String sessionId, String groupId, String projectIdOrProjectGroupId) Returns a list of roles the user group is associated with in a project or projectGroup.RbacAppSoap.getInheritedRoleList
(String sessionId, String projectId) Gets a list of roles inherited from any of the parent projects.RbacAppSoap.getIntegratedAppPermissions
(String sessionId, String[] projectIds, String baseUrl) Returns list of integratedApp permissions for the user associated with specified projectsRbacAppSoap.getPendingRequestedRoles
(String sessionId, String projectId) Lists the pending requested roles for the given projectIdRbacAppSoap.getProjectRoleMemberList
(String sessionId, String roleId, String projectOrProjectGroupId) Returns a list of users that are in a specified role in the given project or project group.String[]
RbacAppSoap.getProjectsByIntegratedAppPermission
(String sessionId, String perm, String integratedAppName) Returns the list of projects by integratedApp permission.RbacAppSoap.getProjectsForAction
(String sessionId, String operationString, String userName) Gets the list of all projects in which the given user has given permission.RbacAppSoap.getRoleData
(String sessionId, String roleId) Get a role data.RbacAppSoap.getRoleGroupList
(String sessionId, String roleId) Returns a list of user groups that belong to the specified role.RbacAppSoap.getRoleGroupUsers
(String sessionId, String projectIdOrProjectGroupId, String roleId) Returns a list of users who are part of a group and associated with the specified role.RbacAppSoap.getRoleList
(String sessionId, String projectOrProjectGroupId) Gets a list of Roles in a project context.RbacAppSoap.getRoleMemberList
(String sessionId, String roleId) Returns a list of users that are assigned to the specified role.RbacAppSoap.getUserRoleList
(String sessionId, String projectOrProjectGroupId, String username) Returns a list of roles that a user is a member of in the specified project or project group.RbacAppSoap.getUserSiteWideRoleList
(String sessionId, String username) Returns a list of roles that a user is a member of site wide role.void
RbacAppSoap.grantRolesToMembers
(String sessionId, UserRolesSoapDO[] userRolesSoapDOs, String projectId) Grants roles to list of users in a given project and user is made as member of the project if not already.RbacAppSoap.listClusterForDefaultAccessPermissions
(String sessionId, String projectId) Gets the list of operation cluster with default access permission.RbacAppSoap.listClusters
(String sessionId, String roleId) Gets the list of operation cluster assigned to a role.RbacAppSoap.listGroupRolesByProject
(String sessionId, String projectId) Returns a list of user groups and the roles it is associated with in a project.RbacAppSoap.listGroupRolesByProjectGroup
(String sessionId, String projectGroupId) Returns a list of user groups and the roles it is associated with in a project group.RbacAppSoap.listRolePaths
(String sessionId, String roleId, String repositoryId) Gets the list of paths for a role.void
RbacAppSoap.rejectRoleRequest
(String sessionId, String requestId, String projectId) Rejects a role requestvoid
RbacAppSoap.removeCluster
(String sessionId, String roleId, String operationCluster, String folderId) Removes an operation cluster to a role, removing the permission set.void
RbacAppSoap.removeGroup
(String sessionId, String groupId, String roleId, String projectOrProjectGroupId) Removes the user group for the role, within the Project/ProjectGroup scopevoid
RbacAppSoap.removeIntegratedApplicationPermission
(String sessionId, String roleId, String integratedAppName, String permission) Removes an integrated application permission from the given role.void
RbacAppSoap.removeUser
(String sessionId, String roleId, String username) Removes a user from a role The behavior of this API is as follows.void
RbacAppSoap.removeUserFromProjectRole
(String sessionId, String roleId, String username, String projectOrProjectGroupId) Removes a user from a role in the given project Same asremoveUser
but also takes projectOrProjectGroupId as an additional parameter.void
RbacAppSoap.requestRole
(String sessionId, String roleId, String projectId) Requests a rolevoid
RbacAppSoap.revokeRolesFromMembers
(String sessionId, UserRolesSoapDO[] userRolesSoapDOs, String projectId) Removes roles from users in the projectvoid
RbacAppSoap.setAutomaticallyGrantOnRequest
(String sessionId, String roleId, String projectId, boolean autoGrant) Sets the role's Automatically Grant On Request for the given project.void
RbacAppSoap.setRoleData
(String sessionId, RoleSoapDO roleData) Saves a role object.void
RbacAppSoap.setRolePaths
(String sessionId, String roleId, String repositoryId, SoapNamedValues rolePaths) Sets the list of paths for a role. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that throw IllegalArgumentFaultModifier and TypeMethodDescriptionScmAppSoap.getReplicaListForExternalSystem
(String sessionId, String externalSystemId, boolean approvedOnly) Returns list of replicas for given external system id.ScmAppSoap.getReplicaRepositoryList
(String sessionId, String replicaId) Lists repositories of the specified replica.ScmAppSoap.getRepositoryListForExternalSystem
(String sessionId, String externalSystemId, String userName) Lists the repositories on a given external system (SCM Adapter) for which the specified user has been granted view permission.void
ScmAppSoap.removeRepositoryFromReplica
(String sessionId, String repositoryId, String replicaId) Remove process of replicating of a given repository on a given replica.void
ScmAppSoap.replicateRepository
(String sessionId, String repositoryId, String replicaId) Initiates the process of replicating of a given repository on a given replica. -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.tag
Methods in com.collabnet.ce.soap60.webservices.tag that throw IllegalArgumentFaultModifier and TypeMethodDescriptionTagSoapUtil.convertTagNamesToIds
(com.vasoftware.sf.server.types.UserSessionKey sessionId, String projectId, String[] tagNames) Converts the tag names in the given project to tag IdsCreates a tag in the specified projectTagAppSoap.setObjectTags
(String sessionId, String objectId, String[] tagIds) Sets object tagsUpdates a tag's name and description -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.team
Methods in com.collabnet.ce.soap60.webservices.team that throw IllegalArgumentFaultModifier and TypeMethodDescriptionTeamAppSoap.createTeam
(String sessionId, String projectId, String title, String description, String parentTeamId, String teamOwnerUserName, String[] memberUserNames) Creates a new teamvoid
TeamAppSoap.deleteTeam
(String sessionId, String teamId) Delete the team if team has no childTeamAppSoap.getChildTeamList
(String sessionId, String parentTeamId) Get list of child teams specific to parent teamTeamAppSoap.getTeamData
(String sessionId, String teamId) Get the team data for a team id.TeamAppSoap.getTeamListForProject
(String sessionId, String projectId) Get list of teams specific to projectTeamAppSoap.getTeamMemberList
(String sessionId, String teamId) Get list of team members specific to teamvoid
TeamAppSoap.setTeamData
(String sessionId, String teamId, String title, String description, String teamOwnerUserName, String[] memberUserNames, int version) Update team data for given team Id -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw IllegalArgumentFaultModifier and TypeMethodDescriptionvoid
TrackerAppSoap.addDateField
(String sessionId, String trackerId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText) Adds a custom Date field to a tracker.void
TrackerAppSoap.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.void
TrackerAppSoap.addSeparator
(String sessionId, String trackerId, String separatorType, String separatorLabel) Adds a separator to a tracker.void
TrackerAppSoap.addSingleSelectChildField
(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Adds a custom single select field to a tracker.void
TrackerAppSoap.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.void
TrackerAppSoap.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.void
TrackerAppSoap.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.TrackerAppSoap.createArtifact
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId) Deprecated.in favor of createArtifact4TrackerAppSoap.createArtifact2
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) Deprecated.in favor of createArtifact4TrackerAppSoap.createArtifact3
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) Deprecated.in favor of createArtifact4TrackerAppSoap.createArtifact4
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) Creates a new artifact with multiple attachments, flag to enable the autosumming_points and tags.TrackerAppSoap.createTracker3
(String sessionId, String projectId, String trackerName, String trackerTitle, String trackerDescription, String icon, String trackerUnitId, boolean autosumForeignChildren) Creates a new tracker with autosum foreign children supportvoid
TrackerAppSoap.deleteSeparator
(String sessionId, String trackerId, String layoutId) Deletes a separator of a tracker layout.TrackerAppSoap.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.TrackerAppSoap.getUnitsByProject
(String sessionId, String projectId) Gets the units for a given project.TrackerAppSoap.moveArtifact
(String sessionId, String artifactId, String targetFolderId, String newAssignee) Deprecated.in favor of moveArtifact2TrackerAppSoap.moveArtifact2
(String sessionId, String artifactId, String targetFolderId, String newAssignee) Moves an artifact to a specified target folder.void
TrackerAppSoap.reorderTrackerFields
(String sessionId, String trackerId, String[] layoutIds) Sets a new order of the fields and the separators within a tracker.void
TrackerAppSoap.reorderTrackers
(String sessionId, String[] trackerIds) Sets a new order of the trackers within a project.void
TrackerAppSoap.setArtifactData
(String sessionId, ArtifactSoapDO artifactData, String comment, String attachmentFileName, String attachmentMimeType, String attachmentFileId) Deprecated.in favor of setArtifactData4void
TrackerAppSoap.setArtifactData2
(String sessionId, ArtifactSoapDO artifactData, String comment, AttachmentSoapDO[] attachments) Deprecated.in favor of setArtifactData4void
TrackerAppSoap.setArtifactData3
(String sessionId, Artifact2SoapDO artifactData, String comment, AttachmentSoapDO[] attachments) Deprecated.in favor of setArtifactData4void
TrackerAppSoap.setArtifactData4
(String sessionId, Artifact3SoapDO artifactData, String comment, AttachmentSoapDO[] attachments) Sets data associated along with multiple attachments with the specified artifact.void
TrackerAppSoap.setArtifactRank
(String sessionId, String planningFolderId, String artfToRankId, String artfBeforeId, String artfAfterId) Sets the rank of an artifact relative to one or more other artifacts, in the context of a specific planning folder.void
TrackerAppSoap.setField
(String sessionId, String objectId, TrackerFieldSoapDO fieldData) Deprecated.use setField2 insteadvoid
TrackerAppSoap.setField2
(String sessionId, String objectId, TrackerField2SoapDO fieldData) Sets a custom/flex-field that is associated with a specific folder (e.g.void
TrackerAppSoap.setTracker2Data
(String sessionId, Tracker2SoapDO trackerData) Deprecated.use setTracker3Data instead, which includes autosum foreign children supportvoid
TrackerAppSoap.setTracker3Data
(String sessionId, Tracker3SoapDO trackerData) Sets data on a specific tracker with autosum foreign children supportvoid
TrackerAppSoap.setTrackerData
(String sessionId, TrackerSoapDO trackerData) Deprecated.use setTracker3Data instead, which includes tracker unit and autosum foreign children support -
Uses of IllegalArgumentFault in com.collabnet.ce.soap60.webservices.wiki
Methods in com.collabnet.ce.soap60.webservices.wiki that throw IllegalArgumentFaultModifier and TypeMethodDescriptionWikiAppSoap.createWikiPage
(String sessionId, String projectId, String name, String wikiText, String versionComment) Creates a new wiki page with the specified name, text, etc.WikiAppSoap.getFormattedWikiPageText
(String sessionId, String wikiPageId) Gets specified wiki page text in formatted (HTML) form.WikiAppSoap.getWikiPageData
(String sessionId, String wikiPageId) Gets specified wiki page data.WikiAppSoap.getWikiPageDataByName
(String sessionId, String projectId, String wikiPageName) Gets specified wiki page text in formatted (HTML) form.WikiAppSoap.getWikiPageList
(String sessionId, String projectId) Lists all wiki pages that have contents within a project.void
WikiAppSoap.setWikiPageData
(String sessionId, WikiPageSoapDO wikiPageData) Sets specified wiki page data.