public interface ContourSoapService
WsServerInfo getServerInfo(WsAuth token)
WsOrganization[] getOrganizations(WsAuth token)
WsOrganization getOrganization(WsAuth token, Long organizationId)
void addOrganization(WsAuth token, WsOrganization organization)
WsOrganization updateOrganization(WsAuth token, WsOrganization organization)
WsProject addProject(WsAuth token, WsProject project) throws WsException
WsException
WsProject updateProject(WsAuth token, WsProject project) throws WsException
WsException
WsItem[] getItemsForBaseline(WsAuth token, Long baselineId, Integer start, Integer count)
WsItem[] getItemsForProjectAndDocumentType(WsAuth token, Long projectId, Long documentTypeId, int start, int count)
WsItem[] getItemsFromFilter(WsAuth token, WsFilter filter, Integer start, Integer count)
WsItem[] getItemsFromTextSearch(WsAuth token, String searchTerms, Integer start, Integer count)
Boolean isValidDocumentPlacement(WsAuth token, Long documentTypeId, Long parentId)
WsItem updateItemValues(WsAuth token, Long itemId, WsField[] fields, String comments, WsUser[] notifyUsers)
WsItem[] getChildrenOfItem(WsAuth token, Long itemId, Boolean recursive, int start, int count)
WsDocumentType getDocumentType(WsAuth token, Long documentTypeId)
WsDocumentType[] getDocumentTypes(WsAuth token, Long organizationId)
WsDocumentType[] getDocumentTypesForProject(WsAuth token, Long projectId)
WsRelationship[] getDownstreamRelationships(WsAuth token, Long itemId)
WsRelationship[] getUpstreamRelationships(WsAuth token, Long itemId)
WsRelationship getRelationship(WsAuth token, Long relationshipId)
WsRelationship[] getRelationshipsForProject(WsAuth token, Long projectId)
WsRelationship[] getRelationshipsFromFilter(WsAuth token, WsFilter filter, Boolean downstream)
WsRelationship updateRelationship(WsAuth token, WsRelationship relationship)
Boolean deleteRelationship(WsAuth token, WsRelationship relationship)
WsRelationship[] createRelationships(WsAuth token, WsRelationship[] listOfRelationships)
WsRelationshipType[] getRelationshipTypeList(WsAuth token, Long organizationId)
WsBaseline getBaseline(WsAuth token, Long baselineId)
WsBaseline[] getBaselinesForProject(WsAuth token, Long projectId)
Boolean revokeSignatureFromBaseline(WsAuth token, Long baselineId, String revokeComments)
WsBaseline createBaseline(WsAuth token, WsBaseline baseline)
WsBaseline createBaselineFromFilter(WsAuth token, String baselineName, String description, WsFilter filter)
Boolean deactivateBaseline(WsAuth token, WsBaseline baseline)
WsBaseline updateBaseline(WsAuth token, Long baselineId, String newName, String newDescription)
WsActivity[] getActivities(WsAuth token, Long projectId, int start, int count)
WsPropertyEntry addPropertyEntry(WsAuth token, WsPropertyEntry propertyEntry)
WsPropertyList addPropertyList(WsAuth token, WsPropertyList propertyList)
Boolean deletePropertyEntry(WsAuth token, WsPropertyEntry propertyEntry)
Boolean deletePropertyList(WsAuth token, WsPropertyList propertylist)
WsPropertyEntry getPropertyEntry(WsAuth token, Integer refId, Integer scope, String propertyName)
WsPropertyList getPropertyList(WsAuth token, Integer refId, Integer scope)
WsPropertyEntry updatePropertyEntry(WsAuth token, WsPropertyEntry wsPropertyEntry)
WsPropertyList updatePropertyList(WsAuth token, WsPropertyList wsPropertylist)
WsAttachment getAttachment(WsAuth token, Long attachmentDocId)
WsAttachment[] getAttachments(WsAuth token, Long projectId)
WsAttachment[] getAttachmentsForItem(WsAuth token, Long itemId)
Boolean removeAttachmentFromItem(WsAuth token, Long attachmentDocId, Long itemId)
Boolean deactivateLookup(WsAuth token, WsLookup lookupToDeactivate, WsLookup replacementLookup)
WsLookupType getLookupType(WsAuth token, Integer lookupTypeId)
WsChangeRequestAssociation getChangeRequestAssociation(WsAuth token, Long changeRequestAssociationId)
WsChangeRequestAssociation[] getChangeRequestAssociations(WsAuth token, Integer changeRequestItemId)
WsChangeRequestAssociation addChangeRequestAssociation(WsAuth token, WsChangeRequestAssociation changeRequestAssociation)
WsChangeRequestAssociation updateChangeRequestAssociation(WsAuth token, WsChangeRequestAssociation changeRequestAssociation)
Boolean deleteChangeRequestAssociation(WsAuth token, WsChangeRequestAssociation changeRequestAssociation)
WsPermissions getPermissionsByRefAndScope(WsAuth token, Integer refId, Integer scope)
List<WsWorkflowTransition> getAvailableWorkflowTransitions(WsAuth token, Integer documentId)
void executeWorkflowTransition(WsAuth token, Integer documentId, WsWorkflowTransition transition)
WsExecutableTestRun getExecutableTestRun(WsAuth token, Integer testRunId)
WsTestRunStatus executeTestRun(WsAuth token, Integer testRunId, Integer durationInMinutes, String actualResults, Boolean passedWithErrors, List<WsTestRunStep> steps)
List<WsTestGroup> getTestPlanGroups(WsAuth token, Integer testPlanId)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.