Uses of Class
com.collabnet.ce.soap60.fault.DependencyViolationFault
-
Packages that use DependencyViolationFault Package Description com.collabnet.ce.soap60.webservices.docman com.collabnet.ce.soap60.webservices.planning com.collabnet.ce.soap60.webservices.tracker -
-
Uses of DependencyViolationFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw DependencyViolationFault Modifier and Type Method Description voidDocumentAppSoap. setField(String sessionId, DocumentFolderFieldSoapDO fieldData)Sets a custom/flex-field. -
Uses of DependencyViolationFault in com.collabnet.ce.soap60.webservices.planning
Methods in com.collabnet.ce.soap60.webservices.planning that throw DependencyViolationFault Modifier and Type Method Description voidPlanningAppSoap. setPlanningStatusValues(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues)Sets status values that is associated with the planning application of a specific project. -
Uses of DependencyViolationFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw DependencyViolationFault Modifier and Type Method Description voidTrackerAppSoap. createArtifactDependency(String sessionId, String originId, String targetId, String desc)Creates an artifact dependency between two artifacts.voidTrackerAppSoap. removeArtifactDependency(String sessionId, String originId, String targetId)Removes an artifact dependency between two artifacts.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.
-