Uses of Class
com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
Packages that use ObjectAlreadyExistsFault
Package
Description
-
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.categorization
Methods in com.collabnet.ce.soap60.webservices.categorization that throw ObjectAlreadyExistsFaultModifier and TypeMethodDescriptionvoid
CategorizationAppSoap.addProjectToCategory
(String sessionId, String projectId, String categoryId) Adds a given project to a category.CategorizationAppSoap.createCategory
(String sessionId, String parentId, String title, String description) Creates a category -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw ObjectAlreadyExistsFaultModifier and TypeMethodDescriptionCollabNetSoap.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.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.setUserGroupData
(String sessionId, UserGroupSoapDO groupData) Sets the user group information. -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.discussion
Methods in com.collabnet.ce.soap60.webservices.discussion that throw ObjectAlreadyExistsFaultModifier 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.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 forum -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw ObjectAlreadyExistsFaultModifier and TypeMethodDescriptionvoid
DocumentAppSoap.addSeparator
(String sessionId, String projectId, String separatorType, String separatorLabel) Adds a separator to a document root folder.DocumentAppSoap.createDocumentFolder
(String sessionId, String parentId, String title, String description) Creates a new document folder 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 cycle -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.integrationdata
Methods in com.collabnet.ce.soap60.webservices.integrationdata that throw ObjectAlreadyExistsFaultModifier and TypeMethodDescriptionIntegrationDataAppSoap.registerNamespace
(String sessionId, String name) Registers a new namespace -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.page
Methods in com.collabnet.ce.soap60.webservices.page that throw ObjectAlreadyExistsFaultModifier 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.PageAppSoap.createPage
(String sessionId, String projectId, String parentId, String title, boolean visible, boolean freeform) Creates a new project page. -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.planning
Methods in com.collabnet.ce.soap60.webservices.planning that throw ObjectAlreadyExistsFaultModifier 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 folder -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.pluggable
Methods in com.collabnet.ce.soap60.webservices.pluggable that throw ObjectAlreadyExistsFaultModifier 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.createIntegratedApplicationFromXMLFiles
(String sessionId, byte[] depXmlByteArray, byte[] appXmlByteArray, String iconFileId) Deprecated.PluggableAppSoap.createIntegratedApplicationFromXMLFiles2
(String sessionId, byte[] depXmlByteArray, byte[] appXmlByteArray, String iconFileId) Deprecated.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. -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that throw ObjectAlreadyExistsFaultModifier 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 projectRbacAppSoap.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.RbacAppSoap.getRoleList
(String sessionId, String projectOrProjectGroupId) Gets a list of Roles in a project context.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.void
RbacAppSoap.removeIntegratedApplicationPermission
(String sessionId, String roleId, String integratedAppName, String permission) Removes an integrated application permission from the given role. -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that throw ObjectAlreadyExistsFaultModifier and TypeMethodDescriptionScmAppSoap.moveRepository
(String sessionId, String repositoryId, String projectId) Moves the repository from its current project to the one specified. -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.tag
Methods in com.collabnet.ce.soap60.webservices.tag that throw ObjectAlreadyExistsFaultModifier and TypeMethodDescriptionCreates a tag in the specified projectUpdates a tag's name and description -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.team
Methods in com.collabnet.ce.soap60.webservices.team that throw ObjectAlreadyExistsFaultModifier and TypeMethodDescriptionTeamAppSoap.createTeam
(String sessionId, String projectId, String title, String description, String parentTeamId, String teamOwnerUserName, String[] memberUserNames) Creates a new teamTeamAppSoap.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 ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw ObjectAlreadyExistsFaultModifier and TypeMethodDescriptionvoid
TrackerAppSoap.addSeparator
(String sessionId, String trackerId, String separatorType, String separatorLabel) Adds a separator to a tracker.TrackerAppSoap.cloneTracker
(String sessionId, String srcTrackerId, String destTrackerTitle, String destTrackerDescription) Clone Tracker within the same projectTrackerAppSoap.cloneTrackerAcrossProject
(String sessionId, String srcTrackerId, String destProjectId, String destTrackerTitle, String destTrackerDescription) Clone Tracker across the projectTrackerAppSoap.createTracker
(String sessionId, String projectId, String trackerName, String trackerTitle, String trackerDescription, String icon) Deprecated.use createTracker3 instead, which includes tracker unit and autosum foreign children supportTrackerAppSoap.createTracker2
(String sessionId, String projectId, String trackerName, String trackerTitle, String trackerDescription, String icon, String trackerUnitId) Deprecated.use createTracker3 instead, which includes foreign children supportTrackerAppSoap.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 support -
Uses of ObjectAlreadyExistsFault in com.collabnet.ce.soap60.webservices.wiki
Methods in com.collabnet.ce.soap60.webservices.wiki that throw ObjectAlreadyExistsFault