Uses of Class
com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault
Packages that use PlanningFolderRuleViolationFault
Package
Description
-
Uses of PlanningFolderRuleViolationFault in com.collabnet.ce.soap60.webservices.planning
Methods in com.collabnet.ce.soap60.webservices.planning that throw PlanningFolderRuleViolationFaultModifier and TypeMethodDescriptionvoid
PlanningAppSoap.deletePlanningFolder
(String sessionId, String planningFolderId) Deletes a planning folder with the specified id.PlanningAppSoap.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. -
Uses of PlanningFolderRuleViolationFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw PlanningFolderRuleViolationFaultModifier and TypeMethodDescriptionTrackerAppSoap.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.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.