@Transactional public class ContourSoapServiceImpl extends com.jamasoftware.contour.dwr.impl.DwrServiceSupport implements ContourSoapService
Constructor and Description |
---|
ContourSoapServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Boolean |
addAttachmentToItem(WsAuth token,
Long attachmentDocId,
Long itemId)
Adds an existing Attachment to an Item.
|
WsChangeRequestAssociation |
addChangeRequestAssociation(WsAuth token,
WsChangeRequestAssociation changeRequestAssociation)
Adds a new Change Request Association.
|
WsComment |
addComment(WsAuth token,
WsComment comment)
Adds a new Comment based on the scope provided in the WsComment.
|
WsFilter |
addFilter(WsAuth token,
WsFilter filter)
Deprecated.
|
WsItem |
addItem(WsAuth token,
WsItem item)
Adds a new Item.
|
WsItem[] |
addItems(WsAuth token,
WsItem[] items)
Adds multiple Items.
|
void |
addLookup(WsAuth token,
WsLookup lookup)
Adds a new Lookup value.
|
WsModule |
addModule(WsAuth token,
WsModule module)
Deprecated.
|
void |
addOrganization(WsAuth token,
WsOrganization organization)
Adds a new Organization.
|
WsProject |
addProject(WsAuth token,
WsProject project)
Adds a new Project.
|
WsPropertyEntry |
addPropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Adds a new Property Entry.
|
WsPropertyList |
addPropertyList(WsAuth token,
WsPropertyList propertyList)
Adds a new list of Property Entries.
|
WsRelease |
addRelease(WsAuth token,
Integer projectId,
WsRelease release)
Adds a new Release.
|
Boolean |
addSubscribersToItem(WsAuth token,
Long itemId,
WsUser[] users)
Subscribes Users to an Item.
|
void |
addUser(WsAuth token,
WsUser wsUser)
Adds a new User.
|
Boolean |
clearSuspectLinksForItem(WsAuth token,
Long itemId)
Clears the suspect links for an Item.
|
Boolean |
clearSuspectLinksForProject(WsAuth token,
Long projectId)
Clears the suspect links for a Project.
|
Boolean |
closeChangeRequest(WsAuth token,
Integer changeRequestItemId)
Closes a Change Request.
|
WsBaseline |
createBaseline(WsAuth token,
WsBaseline baseline)
Creates a Baseline.
|
WsBaseline |
createBaselineFromFilter(WsAuth token,
String baselineName,
String description,
WsFilter filter)
Creates a Baseline from a Filter.
|
WsItem |
createNewTestCycle(WsAuth token,
Integer testPlanId,
String cycleName,
String cycleDescription,
Date startDate,
Date endDate,
List<WsTestRunStatus> statusesToInclude,
List<WsTestGroup> testGroupsToInclude)
Creates a new Test Cycle from the supplied criteria.
|
WsRelationship[] |
createRelationships(WsAuth token,
WsRelationship[] listOfRelationships)
Creates multiple Relationships.
|
Boolean |
deactivateBaseline(WsAuth token,
WsBaseline baseline)
Deactivates a Baseline.
|
Boolean |
deactivateItem(WsAuth token,
Long itemId)
Deactivates the Item.
|
Boolean |
deactivateLookup(WsAuth token,
WsLookup lookupToDeactivate,
WsLookup replacementLookup)
Deactivates an existing lookup value.
|
Boolean |
deactivateModule(WsAuth token,
Long moduleId)
Deprecated.
|
Boolean |
deactivateProject(WsAuth token,
WsProject project)
Deactivates the Project.
|
Boolean |
deactivateUser(WsAuth token,
Long userId)
Deactivates the User.
|
Boolean |
deleteAttachment(WsAuth token,
Long attachmentId)
Deletes an Attachment from the server.
|
Boolean |
deleteChangeRequestAssociation(WsAuth token,
WsChangeRequestAssociation changeRequestAssociation)
Deletes a Change Request Association.
|
Boolean |
deleteComment(WsAuth token,
Long commentId)
Deletes a Comment.
|
Boolean |
deleteFilter(WsAuth token,
WsFilter filter)
Deprecated.
|
Boolean |
deleteOrganization(WsAuth token,
Long organizationId)
Deletes the Organization.
|
Boolean |
deleteProject(WsAuth token,
WsProject project)
Deletes the Project.
|
Boolean |
deletePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Deletes a property entry.
|
Boolean |
deletePropertyList(WsAuth token,
WsPropertyList propertyList)
Deletes a list of Property Entries.
|
Boolean |
deleteRelationship(WsAuth token,
WsRelationship relationship)
Deletes a relationship between two items.
|
Boolean |
deleteRelease(WsAuth token,
Long releaseId,
Long swapReleaseId)
Deletes the Release.
|
WsTestRunStatus |
executeTestRun(WsAuth token,
Integer testRunId,
Integer durationInMinutes,
String actualResults,
Boolean passedWithErrors,
List<WsTestRunStep> steps)
Executes a Test Run.
|
void |
executeWorkflowTransition(WsAuth token,
Integer documentId,
WsWorkflowTransition transition)
Executes a workflow transition on an item.
|
WsActivity[] |
getActivities(WsAuth token,
Long projectId,
int start,
int count)
Gets the latest entries in a Project's Activity Stream.
|
WsAttachment |
getAttachment(WsAuth token,
Long attachmentDocId)
Gets an Attachment.
|
WsAttachment[] |
getAttachments(WsAuth token,
Long projectId)
Gets all the Attachments in a Project.
|
WsAttachment[] |
getAttachmentsForItem(WsAuth token,
Long itemId)
Gets all Attachments attached to a specified Item.
|
List<WsWorkflowTransition> |
getAvailableWorkflowTransitions(WsAuth token,
Integer documentId)
Gets a list of the available workflow transitions for an item based on the current user.
|
WsBaseline |
getBaseline(WsAuth token,
Long baselineId)
Gets a Baseline.
|
WsBaseline[] |
getBaselinesForProject(WsAuth token,
Long projectId)
Gets all the Baselines in a Project.
|
WsChangeRequestAssociation |
getChangeRequestAssociation(WsAuth token,
Long changeRequestAssociationId)
Gets a Change Request Association.
|
WsChangeRequestAssociation[] |
getChangeRequestAssociations(WsAuth token,
Integer changeRequestItemId)
Gets all the Change Request Associations associated with a Change Request.
|
WsItem[] |
getChildrenOfItem(WsAuth token,
Long itemId,
Boolean recursive,
int start,
int count)
Gets the children of an Item/Folder.
|
WsComment |
getComment(WsAuth token,
Long commentId)
Gets a Comment.
|
WsComment[] |
getComments(WsAuth token,
Long itemId)
Gets all Comments from an Item.
|
WsVersion |
getCurrentVersionForItem(WsAuth token,
Long itemId)
Gets the current Version of an Item.
|
WsDocumentType |
getDocumentType(WsAuth token,
Long documentTypeId)
Gets a document type.
|
WsField[] |
getDocumentTypeFields(WsAuth token,
Long documentTypeId)
Gets the fields associated with a document type.
|
WsDocumentType[] |
getDocumentTypes(WsAuth token,
Long organizationId)
Gets all the document types in an organization.
|
WsDocumentType[] |
getDocumentTypesForProject(WsAuth token,
Long projectId)
Gets all the document types that are applicable to a project.
|
WsItem[] |
getDownstreamRelated(WsAuth token,
Long itemId)
Gets all Items downstream of an Item.
|
WsRelationship[] |
getDownstreamRelationships(WsAuth token,
Long itemId)
Gets the downstream relationships of an item.
|
WsExecutableTestRun |
getExecutableTestRun(WsAuth token,
Integer testRunId)
Gets information about a Test Run object that is required to execute it.
|
WsFilter |
getFilter(WsAuth token,
Long filterId)
Gets a Filter.
|
WsFilter[] |
getFiltersForProject(WsAuth token,
Long projectId)
Gets all Filters for a Project.
|
WsItem |
getItem(WsAuth token,
Long itemId)
Gets an Item.
|
String[] |
getItemFieldNames(WsAuth token,
Long itemId)
Returns an array of the field names for an Item.
|
WsField[] |
getItemFields(WsAuth token,
Long itemId)
Returns an array of all
WsField s for an Item. |
WsItem[] |
getItemsForBaseline(WsAuth token,
Long baselineId,
Integer start,
Integer count)
Gets all the Items in a Baseline.
|
WsItem[] |
getItemsForProject(WsAuth token,
Long projectId,
int start,
int count)
Gets all the Items in a Project.
|
WsItem[] |
getItemsForProjectAndDocumentType(WsAuth token,
Long projectId,
Long documentTypeId,
int start,
int count)
Gets all the Items in a
WsProject that are of a given WsDocumentType . |
WsItem[] |
getItemsFromFilter(WsAuth token,
WsFilter filter,
Integer start,
Integer count)
Gets all the Items based on a Filter.
|
WsItem[] |
getItemsFromTextSearch(WsAuth token,
String searchTerms,
Integer start,
Integer count)
Gets all the Items based on a text search.
|
WsItem[] |
getItemsWithAttachment(WsAuth token,
Long attachmentDocId)
Gets all Items that have a specified Attachment attached to it.
|
WsLookup |
getLookup(WsAuth token,
Integer lookupId)
Gets a lookup value.
|
WsLookup[] |
getLookupsFromType(WsAuth token,
Integer lookupTypeId)
Gets all lookup values associated with a lookup type.
|
WsLookupType |
getLookupType(WsAuth token,
Integer lookupTypeId)
Gets a lookup type value.
|
WsModule |
getModule(WsAuth token,
Integer moduleId)
Deprecated.
|
WsModule |
getModuleForProjectAndDocumentType(WsAuth token,
Integer projectId,
Integer documentTypeId)
Deprecated.
|
WsModule[] |
getModules(WsAuth token,
Integer projectId)
Deprecated.
|
Integer |
getNumItemsFromFilter(WsAuth token,
WsFilter filter)
Gets the number of items in the result of a filter.
|
Integer |
getNumItemsFromTextSearch(WsAuth token,
String searchTerms)
Gets the number of items in the result of a text search.
|
WsOrganization |
getOrganization(WsAuth token,
Long organizationId)
Gets an Organization.
|
WsOrganization[] |
getOrganizations(WsAuth token)
Gets all Organizations in this Contour installation.
|
WsPermissions |
getPermissionsByRefAndScope(WsAuth token,
Integer refId,
Integer scope)
Gets the current user's permissions for a given object.
|
WsProject |
getProject(WsAuth token,
Integer projectId)
Gets a Project.
|
WsProject[] |
getProjects(WsAuth token)
Gets all Projects in the current Organization.
|
WsPropertyEntry |
getPropertyEntry(WsAuth token,
Integer refId,
Integer scope,
String propertyName)
Gets a Property Entry.
|
WsPropertyList |
getPropertyList(WsAuth token,
Integer refId,
Integer scope)
Gets a list of Property Entries.
|
WsRelationship |
getRelationship(WsAuth token,
Long relationshipId)
Gets a relationship.
|
WsRelationship[] |
getRelationshipsForProject(WsAuth token,
Long projectId)
Gets all relationships in a project.
|
WsRelationship[] |
getRelationshipsFromFilter(WsAuth token,
WsFilter filter,
Boolean downstream)
Gets all relationships of items that match the given filter.
|
WsRelationshipType[] |
getRelationshipTypeList(WsAuth token,
Long organizationId)
Gets all relationship types in an organization.
|
WsRelease |
getRelease(WsAuth token,
Long releaseId)
Gets a Release.
|
WsRelease[] |
getReleases(WsAuth token,
WsProject project)
Gets all the Releases for a Project.
|
WsServerInfo |
getServerInfo(WsAuth token)
Gets basic info about the server Contour is installed on.
|
WsUser[] |
getSubscribersToAnItem(WsAuth token,
Long itemId)
Gets Users that are subscribed to an Item.
|
List<WsTestGroup> |
getTestPlanGroups(WsAuth token,
Integer testPlanId)
Gets a list of Test Groups associated with a Test Plan.
|
WsItem[] |
getUpstreamRelated(WsAuth token,
Long itemId)
Gets all the upstream related Items.
|
WsRelationship[] |
getUpstreamRelationships(WsAuth token,
Long itemId)
Gets the upstream relationships of an item.
|
String |
getUrlForAttachment(WsAuth token,
Long attachmentDocId)
Gets the URL for an Attachment.
|
String |
getUrlForItem(WsAuth token,
Long itemId)
Gets the URL for an Item.
|
WsUser |
getUser(WsAuth token,
Integer userId)
Gets a User.
|
WsUser |
getUserFromAuth(WsAuth token)
Gets the User that is being used for authentication.
|
WsUser[] |
getUsers(WsAuth token)
Gets all the Users for the Organization.
|
WsVersion |
getVersion(WsAuth token,
Long versionId)
Gets a Version.
|
WsVersion[] |
getVersionsForItem(WsAuth token,
Long itemId)
Gets all the Versions for an Item.
|
com.jamasoftware.contour.ws.qa.service.WsTestRunService |
getWsTestRunService() |
Boolean |
isChangeRequest(WsAuth token,
Integer itemId)
Does this item contain the Change Request component?
|
Boolean |
isValidDocumentPlacement(WsAuth token,
Long documentTypeId,
Long parentId)
Returns whether or not an item of the given document type can be placed as a child of an item.
|
Boolean |
moveDocument(WsAuth token,
Long itemId,
Long newParentId)
Moves a document from it's current position in the explorer tree to be under another document.
|
Boolean |
removeAttachmentFromItem(WsAuth token,
Long attachmentId,
Long itemId)
Removes the association between an Attachment and an Item.
|
WsComment |
replyToComment(WsAuth token,
String commentText,
long commentToReplyTo)
Replies to an existing Comment.
|
Boolean |
revokeSignatureFromBaseline(WsAuth token,
Long baselineId,
String revokeComments)
Revokes an Electronic Signature from a Baseline.
|
void |
setWsActivityService(com.jamasoftware.contour.ws.api.service.WsActivityService wsActivityService) |
void |
setWsAttachmentService(com.jamasoftware.contour.ws.service.WsAttachmentService wsAttachmentService) |
void |
setWsBaselineService(com.jamasoftware.contour.ws.service.WsBaselineService wsBaselineService) |
void |
setWsChangeRequestAssociationService(com.jamasoftware.contour.ws.service.WsChangeRequestAssociationService wsChangeRequestAssociationService) |
void |
setWsCommentService(com.jamasoftware.contour.ws.service.WsCommentService wsCommentService) |
void |
setWsDocumentTypeService(com.jamasoftware.contour.ws.service.WsDocumentTypeService wsDocumentTypeService) |
void |
setWsFilterService(com.jamasoftware.contour.ws.service.WsFilterService wsFilterService) |
void |
setWsItemService(com.jamasoftware.contour.ws.service.WsItemService wsItemService) |
void |
setWsLookupService(com.jamasoftware.contour.ws.service.WsLookupService wsLookupService) |
void |
setWsOrganizationService(com.jamasoftware.contour.ws.service.WsOrganizationService wsOrganizationService) |
void |
setWsProjectService(com.jamasoftware.contour.ws.service.WsProjectService wsProjectService) |
void |
setWsPropertyService(com.jamasoftware.contour.ws.service.WsPropertyService wsPropertyService) |
void |
setWsRelationshipService(com.jamasoftware.contour.ws.service.WsRelationshipService wsRelationshipService) |
void |
setWsReleaseService(com.jamasoftware.contour.ws.service.WsReleaseService wsReleaseService) |
void |
setWsSubscriptionService(com.jamasoftware.contour.ws.service.WsSubscriptionService wsSubscriptionService) |
void |
setWsTestCycleService(com.jamasoftware.contour.ws.api.service.WsTestCycleService wsTestCycleService) |
void |
setWsTestPlanService(com.jamasoftware.contour.ws.api.service.WsTestPlanService wsTestPlanService) |
void |
setWsTestRunService(com.jamasoftware.contour.ws.qa.service.WsTestRunService wsTestRunService) |
void |
setWsUserService(com.jamasoftware.contour.ws.api.service.WsUserService wsUserService) |
void |
setWsVersionService(com.jamasoftware.contour.ws.service.WsVersionService wsVersionService) |
Boolean |
signBaseline(WsAuth token,
Long baselineId,
String comments)
Electronically signs a Baseline.
|
Boolean |
testConnection(WsAuth token)
Tests that a successful connection has been made.
|
WsBaseline |
updateBaseline(WsAuth token,
Long baselineId,
String newName,
String newDescription)
Updates an existing Baseline.
|
WsChangeRequestAssociation |
updateChangeRequestAssociation(WsAuth token,
WsChangeRequestAssociation changeRequestAssociation)
Updates a Change Request Association.
|
WsComment |
updateComment(WsAuth token,
WsComment comment)
Updates an existing Comment.
|
WsFilter |
updateFilter(WsAuth token,
WsFilter filter)
Deprecated.
|
WsItem |
updateItem(WsAuth token,
WsItem item)
Updates an existing Item.
|
WsItem[] |
updateItems(WsAuth token,
WsItem[] items)
Updates existing Items.
|
WsItem |
updateItemValues(WsAuth token,
Long itemId,
WsField[] fields,
String comments,
WsUser[] notifyUsers)
Updates the specified values for an existing Item.
|
WsLookup |
updateLookup(WsAuth token,
WsLookup lookup)
Updates an existing lookup value.
|
WsModule |
updateModule(WsAuth token,
WsModule module)
Deprecated.
|
WsOrganization |
updateOrganization(WsAuth token,
WsOrganization organization)
Updates an existing Organization.
|
WsProject |
updateProject(WsAuth token,
WsProject project)
Updates an existing Project.
|
WsPropertyEntry |
updatePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Updates an existing Property Entry.
|
WsPropertyList |
updatePropertyList(WsAuth token,
WsPropertyList propertyList)
Updates a list of existing Property Entries.
|
WsRelationship |
updateRelationship(WsAuth token,
WsRelationship relationship)
Updates a relationship.
|
WsRelease |
updateRelease(WsAuth token,
WsRelease release)
Updates an existing Release.
|
WsUser |
updateUser(WsAuth token,
WsUser user)
Updates an existing User.
|
authorize, authorizeContourItem, authorizeContourItem, authorizeCurrentOrganization, authorizeOrganization, authorizeProject, authorizeProject, authorizeProject, authorizeUser, canAdminContourItem, canAdminContourItem, canAdminContourItem, canAdminContourItems, canAdminDocumentType, canAdminLookupType, canAdminLookupType, canAdminOrganization, canAdminOrganizationFromDomainObject, canAdminOrganizationFromDomainObject, canAdminOrganizationFromScopeRef, canAdminProject, canAdminProject, canAdminReport, canAdminReport, canAdminReuse, canAdminReview, canAdminReviewForRevision, canAdminReviewForRevisionItem, canAdminScopedObject, canAdminScopedObject, canAdminScopedObject, canAdminTag, canAdminUser, canAdminUser, canAdminWorkflowFields, canClearSuspectRelationship, canCreateComment, canCreateOrUpdateContourItem, canCreateTestCycle, canDeleteContourItem, canEditComment, canInitiateReview, canModifyRole, canModifyRole, canReadAttachment, canReadAttachment, canReadAttachmentDto, canReadBaseLine, canReadBaseLine, canReadContourItem, canReadContourItem, canReadContourItems, canReadDiffView, canReadDocumentType, canReadFilter, canReadOrganization, canReadOrganizationFromDomainObject, canReadOrganizationFromScopeRef, canReadProject, canReadProject, canReadPropertyEntry, canReadRelationship, canReadRelationshipIfExists, canReadRelease, canReadReleaseType, canReadReport, canReadReviewCenterComment, canReadRevision, canReadRevision, canReadRevisionItem, canReadRevisionItems, canReadRevisionOrItem, canReadRole, canReadScopedObject, canReadScopedObject, canReadTag, canReadUser, canReadVersion, canRestoreEvent, canSaveTestRun, canSaveTestRun, canToggleLockForContourItem, canUnlockContourItem, canUpdateFilter, canWorkflowTransitionContourItem, canWriteAclEntry, canWriteAttachment, canWriteAttachment, canWriteAttachmentDto, canWriteBaseLine, canWriteBaseLine, canWriteContourItem, canWriteContourItem, canWriteContourItem, canWriteContourItemIds, canWriteContourItems, canWriteProject, canWriteProject, canWriteProjects, canWritePropertyEntry, canWritePropertyEntry, canWriteRelationship, canWriteRelationship, canWriteRelationshipIfExists, canWriteRelease, canWriteReleaseType, canWriteScopedObject, canWriteScopedObject, canWriteScopedObject, canWriteTag, canWriteUser, canWriteUser, canWriteVersion, checkCondition, checkCurrentUserIsReviewAdmin, checkIfReviewAuthor, checkRootUser, checkRootUserOrCurrentOrgAdmin, checkRootUserOrOrgAdmin, checkUserHasLicenseForIntegrationType, checkUserIsLoggedIn, checkUserLogin, getBooleanPropertyEntryValue, getDoublePropertyEntryValue, getIntegerPropertyEntryValue, getLoggedInUser, getObject, getObjectFromScopeRef, getPropertyEntryValue, getStringPropertyEntryValue, hasPermission, isTrial, isUserLoggedin, sameAsCurrentOrg, setAclManager, setDomainObjectAccessor, setLicenseService, setReviewCenterSettingsUtil
public WsComment addComment(WsAuth token, WsComment comment)
WsScope.DOCUMENT
is
supported. Comment text should be in plain-text format.addComment
in interface ContourSoapService
token
- the WsAuth itemcomment
- the comment to addpublic WsComment replyToComment(WsAuth token, String commentText, long commentToReplyTo)
replyToComment
in interface ContourSoapService
token
- the WsAuth itemcommentText
- the text of the comment to be postedcommentToReplyTo
- the id of the comment to be replied topublic WsItem getItem(WsAuth token, Long itemId)
getItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- the id of the itempublic String getUrlForItem(WsAuth token, Long itemId)
getUrlForItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- the id of the itempublic WsItem[] addItems(WsAuth token, WsItem[] items)
addItems
in interface ContourSoapService
token
- the WsAuth itemitems
- a list of items to addpublic WsItem addItem(WsAuth token, WsItem item)
addItem
in interface ContourSoapService
token
- the WsAuth itemitem
- an item to addpublic void addOrganization(WsAuth token, WsOrganization organization)
addOrganization
in interface ContourSoapService
token
- the WsAuth itemorganization
- the organization to addpublic WsProject addProject(WsAuth token, WsProject project) throws WsException
addProject
in interface ContourSoapService
token
- the WsAuth itemproject
- the project to addWsException
public WsRelease addRelease(WsAuth token, Integer projectId, WsRelease release)
addRelease
in interface ContourSoapService
token
- the WsAuth itemprojectId
- the id of the project to add the release torelease
- the release to addpublic Boolean addSubscribersToItem(WsAuth token, Long itemId, WsUser[] users)
addSubscribersToItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- the item to be subscribed tousers
- the list of users to add subscriptions forpublic void addUser(WsAuth token, WsUser wsUser)
addUser
in interface ContourSoapService
token
- the WsAuth itemwsUser
- the user to addpublic Boolean clearSuspectLinksForItem(WsAuth token, Long itemId)
clearSuspectLinksForItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- the id of the item to clear suspect links frompublic Boolean clearSuspectLinksForProject(WsAuth token, Long projectId)
clearSuspectLinksForProject
in interface ContourSoapService
token
- the WsAuth itemprojectId
- the id of the project to clear suspect links frompublic WsRelationship[] createRelationships(WsAuth token, WsRelationship[] listOfRelationships)
createRelationships
in interface ContourSoapService
token
- the WsAuth itemlistOfRelationships
- the relationships to be createdpublic Boolean deleteRelationship(WsAuth token, WsRelationship relationship)
deleteRelationship
in interface ContourSoapService
token
- the WsAuth itemrelationship
- the relationship to deletepublic WsRelationship[] getDownstreamRelationships(WsAuth token, Long itemId)
getDownstreamRelationships
in interface ContourSoapService
token
- the WsAuth itemitemId
- the id of the item to get downstream relationships ofpublic WsRelationship getRelationship(WsAuth token, Long relationshipId)
getRelationship
in interface ContourSoapService
token
- the WsAuth itemrelationshipId
- the id of the relationship to getpublic WsRelationship[] getRelationshipsForProject(WsAuth token, Long projectId)
getRelationshipsForProject
in interface ContourSoapService
token
- the WsAuth itemprojectId
- id of the project to get relationships from@Transactional(readOnly=true) public WsRelationship[] getRelationshipsFromFilter(WsAuth token, WsFilter filter, Boolean downstream)
getRelationshipsFromFilter
in interface ContourSoapService
token
- the WsAuth itemfilter
- the filter to match items withdownstream
- true to get downstream relationships, false to get upstream relationshipspublic WsRelationship[] getUpstreamRelationships(WsAuth token, Long itemId)
getUpstreamRelationships
in interface ContourSoapService
token
- the WsAuth itemitemId
- the id of the item to get upstream relationships ofpublic WsRelationship updateRelationship(WsAuth token, WsRelationship relationship)
updateRelationship
in interface ContourSoapService
token
- the WsAuth itemrelationship
- the relationship to updatepublic WsRelationshipType[] getRelationshipTypeList(WsAuth token, Long organizationId)
getRelationshipTypeList
in interface ContourSoapService
token
- the WsAuth itemorganizationId
- id of the organization to get relationship types frompublic Boolean deactivateItem(WsAuth token, Long itemId)
deactivateItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- the id of the item to be deactivatedpublic Boolean deleteOrganization(WsAuth token, Long organizationId)
deleteOrganization
in interface ContourSoapService
token
- the WsAuth itemorganizationId
- the id of the organization to be deletedpublic Boolean deleteProject(WsAuth token, WsProject project)
deleteProject
in interface ContourSoapService
token
- the WsAuth itemproject
- the project to be deletedpublic Boolean deactivateProject(WsAuth token, WsProject project)
deactivateProject
in interface ContourSoapService
token
- the WsAuth itemproject
- the project to be deactivatedpublic Boolean deleteRelease(WsAuth token, Long releaseId, Long swapReleaseId)
deleteRelease
in interface ContourSoapService
token
- the WsAuth itemreleaseId
- the release to be deletedswapReleaseId
- the release to move any items to. Can be null.public Boolean deactivateUser(WsAuth token, Long userId)
deactivateUser
in interface ContourSoapService
token
- the WsAuth itemuserId
- the id of the user to deactivatepublic WsActivity[] getActivities(WsAuth token, Long projectId, int start, int count)
getActivities
in interface ContourSoapService
token
- the WsAuth itemprojectId
- the id of the project to get the activity stream fromstart
- index of results to start atcount
- number of results to returnpublic WsBaseline getBaseline(WsAuth token, Long baselineId)
getBaseline
in interface ContourSoapService
token
- the WsAuth itembaselineId
- the id of the baseline to getpublic WsBaseline[] getBaselinesForProject(WsAuth token, Long projectId)
getBaselinesForProject
in interface ContourSoapService
token
- the WsAuth itemprojectId
- the project to get baselines frompublic Boolean signBaseline(WsAuth token, Long baselineId, String comments)
signBaseline
in interface ContourSoapService
token
- the WsAuth tokenbaselineId
- the id of the baseline to signcomments
- signature comments, can be nullpublic Boolean revokeSignatureFromBaseline(WsAuth token, Long baselineId, String revokeComments)
revokeSignatureFromBaseline
in interface ContourSoapService
token
- the WsAuth tokenbaselineId
- the id of the baseline to revoke the signature fromrevokeComments
- revoke comments, can be nullpublic WsBaseline createBaseline(WsAuth token, WsBaseline baseline)
createBaseline
in interface ContourSoapService
token
- the WsAuth tokenbaseline
- the baseline to createpublic WsBaseline createBaselineFromFilter(WsAuth token, String baselineName, String description, WsFilter filter)
The filter can be an ad-hoc filter with no id, or an existing filter. If the filter id is null it will be treated as ad-hoc. If the filter id is set Contour will attempt to use an existing filter with that id.
createBaselineFromFilter
in interface ContourSoapService
token
- the WsAuth itembaselineName
- name of the baseline to createdescription
- description of the baseline to createfilter
- filter to be used to create the baselinepublic Boolean deactivateBaseline(WsAuth token, WsBaseline baseline)
deactivateBaseline
in interface ContourSoapService
token
- the WsAuth itembaseline
- baseline to deactivatepublic WsBaseline updateBaseline(WsAuth token, Long baselineId, String newName, String newDescription)
updateBaseline
in interface ContourSoapService
token
- the WsAuth itembaselineId
- id of the baseline to updatenewName
- new name of the baseline, will not update if nullnewDescription
- new description of the baseline, will not update if nullpublic WsItem[] getChildrenOfItem(WsAuth token, Long itemId, Boolean recursive, int start, int count)
getChildrenOfItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the parent item/folderrecursive
- whether or not the results should be recursive (get grandchildren, great-grandchildren, etc...)start
- index of results to start atcount
- number of results to returnpublic WsComment[] getComments(WsAuth token, Long itemId)
getComments
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the item to get comments frompublic WsComment getComment(WsAuth token, Long commentId)
getComment
in interface ContourSoapService
token
- the WsAuth itemcommentId
- id of the commentpublic Boolean deleteComment(WsAuth token, Long commentId)
deleteComment
in interface ContourSoapService
token
- for the WsAuth itemcommentId
- id of the comment to deletepublic WsItem[] getDownstreamRelated(WsAuth token, Long itemId)
getDownstreamRelated
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the item to get downstream relationships ofpublic WsFilter[] getFiltersForProject(WsAuth token, Long projectId)
getFiltersForProject
in interface ContourSoapService
token
- the WsAuth itemprojectId
- id of the project to get filters frompublic WsFilter getFilter(WsAuth token, Long filterId)
getFilter
in interface ContourSoapService
token
- the WsAuth itemfilterId
- id of the filter to getpublic WsItem[] getItemsForProjectAndDocumentType(WsAuth token, Long projectId, Long documentTypeId, int start, int count)
WsProject
that are of a given WsDocumentType
. Use start and count to page
the results. Start and counts of 0 will return all results.getItemsForProjectAndDocumentType
in interface ContourSoapService
token
- the WsAuth itemprojectId
- the id of the projectdocumentTypeId
- the id of the document typestart
- index of results to start atcount
- number of results to returnpublic WsItem[] getItemsForProject(WsAuth token, Long projectId, int start, int count)
getItemsForProject
in interface ContourSoapService
token
- the WsAuth itemprojectId
- the id of the projectstart
- index of results to start atcount
- number of results to returnpublic WsItem[] getItemsForBaseline(WsAuth token, Long baselineId, Integer start, Integer count)
getItemsForBaseline
in interface ContourSoapService
token
- the WsAuth itembaselineId
- the id of the baselinestart
- index of results to start atcount
- number of results to return@Transactional(readOnly=true) public WsItem[] getItemsFromFilter(WsAuth token, WsFilter filter, Integer start, Integer count)
The filter can be an ad-hoc filter with no id, or an existing filter. If the filter id is null it will be treated as ad-hoc. If the filter id is set Contour will attempt to use an existing filter with that id. Use start and count to page the results. Start and counts of 0 will return all results.
getItemsFromFilter
in interface ContourSoapService
token
- the WsAuth itemfilter
- the WsFilter to usestart
- the location to startcount
- the maximum number of results to return@Transactional(readOnly=true) public Integer getNumItemsFromFilter(WsAuth token, WsFilter filter)
The filter can be an ad-hoc filter with no id, or an existing filter. If the filter id is null it will be treated as ad-hoc. If the filter id is set Contour will attempt to use an existing filter with that id.
getNumItemsFromFilter
in interface ContourSoapService
token
- the WsAuth itemfilter
- the WsFilter to usepublic WsItem[] getItemsFromTextSearch(WsAuth token, String searchTerms, Integer start, Integer count)
getItemsFromTextSearch
in interface ContourSoapService
token
- the WsAuth itemsearchTerms
- the search querystart
- index of results to start atcount
- number of results to returnpublic Integer getNumItemsFromTextSearch(WsAuth token, String searchTerms)
getNumItemsFromTextSearch
in interface ContourSoapService
token
- the WsAuth itemsearchTerms
- the search querypublic WsField[] getItemFields(WsAuth token, Long itemId)
WsField
s for an Item.getItemFields
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the itempublic String[] getItemFieldNames(WsAuth token, Long itemId)
getItemFieldNames
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the itempublic WsOrganization[] getOrganizations(WsAuth token)
getOrganizations
in interface ContourSoapService
token
- the WsAuth itemWsOrganization
spublic WsOrganization getOrganization(WsAuth token, Long organizationId)
getOrganization
in interface ContourSoapService
token
- the WsAuth itemorganizationId
- id of the organizationpublic WsProject[] getProjects(WsAuth token)
getProjects
in interface ContourSoapService
token
- the WsAuth itemWsProject
spublic WsProject getProject(WsAuth token, Integer projectId)
getProject
in interface ContourSoapService
token
- the WsAuth itemprojectId
- id of the projectpublic WsRelease[] getReleases(WsAuth token, WsProject project)
getReleases
in interface ContourSoapService
token
- the WsAuth itemproject
- the project that contains the releasespublic WsRelease getRelease(WsAuth token, Long releaseId)
getRelease
in interface ContourSoapService
token
- the WsAuth itemreleaseId
- id of the releasepublic WsServerInfo getServerInfo(WsAuth token)
getServerInfo
in interface ContourSoapService
token
- the WsAuth itempublic Boolean testConnection(WsAuth token)
testConnection
in interface ContourSoapService
token
- the WsAuth itempublic WsUser[] getSubscribersToAnItem(WsAuth token, Long itemId)
getSubscribersToAnItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the itempublic WsItem[] getUpstreamRelated(WsAuth token, Long itemId)
getUpstreamRelated
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the itempublic WsUser[] getUsers(WsAuth token)
getUsers
in interface ContourSoapService
token
- the WsAuth itempublic WsUser getUser(WsAuth token, Integer userId)
getUser
in interface ContourSoapService
token
- the WsAuth itemuserId
- id of the userpublic WsUser getUserFromAuth(WsAuth token)
getUserFromAuth
in interface ContourSoapService
token
- the WsAuth itempublic WsVersion[] getVersionsForItem(WsAuth token, Long itemId)
getVersionsForItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- id for the itempublic WsVersion getCurrentVersionForItem(WsAuth token, Long itemId)
getCurrentVersionForItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- id for the itempublic WsVersion getVersion(WsAuth token, Long versionId)
getVersion
in interface ContourSoapService
token
- the WsAuth itemversionId
- id for the versionpublic WsComment updateComment(WsAuth token, WsComment comment)
updateComment
in interface ContourSoapService
token
- the WsAuth itemcomment
- the updated commentpublic WsItem updateItemValues(WsAuth token, Long itemId, WsField[] fields, String comments, WsUser[] notifyUsers)
updateItemValues
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the item that will be changedfields
- the fields to be changedcomments
- to be included as part of the change.notifyUsers
- a list of user to be notified of the change.public WsItem[] updateItems(WsAuth token, WsItem[] items)
updateItems
in interface ContourSoapService
token
- the WsAuth itemitems
- the items to be updatedpublic WsItem updateItem(WsAuth token, WsItem item)
updateItem
in interface ContourSoapService
token
- the WsAuth itemitem
- the item to be updatedpublic WsOrganization updateOrganization(WsAuth token, WsOrganization organization)
updateOrganization
in interface ContourSoapService
token
- the WsAuth itemorganization
- the organization to be updatedpublic WsProject updateProject(WsAuth token, WsProject project) throws WsException
updateProject
in interface ContourSoapService
token
- the WsAuth itemproject
- the project to be updatedWsException
public WsRelease updateRelease(WsAuth token, WsRelease release)
updateRelease
in interface ContourSoapService
token
- the WsAuth itemrelease
- the release to be updatedpublic WsUser updateUser(WsAuth token, WsUser user)
updateUser
in interface ContourSoapService
token
- the WsAuth itemuser
- the user to be updatedpublic WsPropertyEntry addPropertyEntry(WsAuth token, WsPropertyEntry propertyEntry)
addPropertyEntry
in interface ContourSoapService
token
- the WsAuth itempropertyEntry
- the property entry to be addedpublic WsPropertyList addPropertyList(WsAuth token, WsPropertyList propertyList)
addPropertyList
in interface ContourSoapService
token
- the WsAuth itempropertyList
- A list of property entries to be addedpublic Boolean deletePropertyEntry(WsAuth token, WsPropertyEntry propertyEntry)
deletePropertyEntry
in interface ContourSoapService
token
- the WsAuth itempropertyEntry
- the property entry to be deletedpublic Boolean deletePropertyList(WsAuth token, WsPropertyList propertyList)
deletePropertyList
in interface ContourSoapService
token
- the WsAuth itempropertyList
- A list of property entries to be deletedpublic WsPropertyEntry getPropertyEntry(WsAuth token, Integer refId, Integer scope, String propertyName)
getPropertyEntry
in interface ContourSoapService
token
- the WsAuth itemscope
- the scope of the object associated with the property entry (Scopes are defined in WsScope
refId
- the id of the object associated with the property entrypropertyName
- the name of the property to getpublic WsPropertyList getPropertyList(WsAuth token, Integer refId, Integer scope)
getPropertyList
in interface ContourSoapService
token
- the WsAuth itemscope
- the scope of the object associated with the property entries (Scopes are defined in WsScope
refId
- the id of the object associated with the property entriespublic WsPropertyEntry updatePropertyEntry(WsAuth token, WsPropertyEntry propertyEntry)
updatePropertyEntry
in interface ContourSoapService
token
- the WsAuth itempropertyEntry
- the property entry to updatepublic WsPropertyList updatePropertyList(WsAuth token, WsPropertyList propertyList)
updatePropertyList
in interface ContourSoapService
token
- the WsAuth itempropertyList
- a list of property entries to be updatedpublic Boolean addAttachmentToItem(WsAuth token, Long attachmentDocId, Long itemId)
addAttachmentToItem
in interface ContourSoapService
token
- the WsAuth itemattachmentDocId
- id of the item that represents the attachmentitemId
- id of the item to add the attachment topublic String getUrlForAttachment(WsAuth token, Long attachmentDocId)
getUrlForAttachment
in interface ContourSoapService
token
- the WsAuth itemattachmentDocId
- id of the item that represents the attachmentpublic WsAttachment getAttachment(WsAuth token, Long attachmentDocId)
getAttachment
in interface ContourSoapService
token
- the WsAuth itemattachmentDocId
- id of the item that represents the attachmentpublic WsAttachment[] getAttachments(WsAuth token, Long projectId)
getAttachments
in interface ContourSoapService
token
- the WsAuth itemprojectId
- id of the project to get attachments frompublic WsItem[] getItemsWithAttachment(WsAuth token, Long attachmentDocId)
getItemsWithAttachment
in interface ContourSoapService
token
- the WsAuth itemattachmentDocId
- id of the item that represents the attachmentpublic WsAttachment[] getAttachmentsForItem(WsAuth token, Long itemId)
getAttachmentsForItem
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the item to get attachments frompublic Boolean deleteAttachment(WsAuth token, Long attachmentId)
deleteAttachment
in interface ContourSoapService
token
- the WsAuth itemattachmentId
- id of the attachment to deletepublic Boolean removeAttachmentFromItem(WsAuth token, Long attachmentId, Long itemId)
removeAttachmentFromItem
in interface ContourSoapService
token
- the WsAuth itemattachmentId
- id of the item that represents the attachmentitemId
- id of the item to remove attachment frompublic void addLookup(WsAuth token, WsLookup lookup)
addLookup
in interface ContourSoapService
token
- the WsAuth itemlookup
- the lookup to be addedpublic Boolean deactivateLookup(WsAuth token, WsLookup lookupToDeactivate, WsLookup replacementLookup)
deactivateLookup
in interface ContourSoapService
token
- the WsAuth itemlookupToDeactivate
- the lookup to be deactivatedreplacementLookup
- the lookup to replace all references to the deactivated lookup (Can be null)public WsLookup getLookup(WsAuth token, Integer lookupId)
getLookup
in interface ContourSoapService
token
- the WsAuth itemlookupId
- id of the lookup to getpublic WsLookupType getLookupType(WsAuth token, Integer lookupTypeId)
getLookupType
in interface ContourSoapService
token
- the WsAuth itemlookupTypeId
- id of the lookup type to getpublic WsLookup[] getLookupsFromType(WsAuth token, Integer lookupTypeId)
getLookupsFromType
in interface ContourSoapService
token
- the WsAuth itemlookupTypeId
- id of the lookup type to getpublic WsLookup updateLookup(WsAuth token, WsLookup lookup)
updateLookup
in interface ContourSoapService
token
- the WsAuth itemlookup
- the lookup to be updatedpublic WsChangeRequestAssociation getChangeRequestAssociation(WsAuth token, Long changeRequestAssociationId)
getChangeRequestAssociation
in interface ContourSoapService
token
- the WsAuth itemchangeRequestAssociationId
- id of the Change Request Associationpublic Boolean isChangeRequest(WsAuth token, Integer itemId)
isChangeRequest
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the item to checkpublic WsChangeRequestAssociation[] getChangeRequestAssociations(WsAuth token, Integer changeRequestItemId)
getChangeRequestAssociations
in interface ContourSoapService
token
- the WsAuth itemchangeRequestItemId
- id of the Change Request to get associations frompublic WsChangeRequestAssociation addChangeRequestAssociation(WsAuth token, WsChangeRequestAssociation changeRequestAssociation)
addChangeRequestAssociation
in interface ContourSoapService
token
- the WsAuth itemchangeRequestAssociation
- the association to addpublic WsChangeRequestAssociation updateChangeRequestAssociation(WsAuth token, WsChangeRequestAssociation changeRequestAssociation)
updateChangeRequestAssociation
in interface ContourSoapService
token
- the WsAuth itemchangeRequestAssociation
- the association to updatepublic Boolean deleteChangeRequestAssociation(WsAuth token, WsChangeRequestAssociation changeRequestAssociation)
deleteChangeRequestAssociation
in interface ContourSoapService
token
- the WsAuth itemchangeRequestAssociation
- the association to updatepublic Boolean closeChangeRequest(WsAuth token, Integer changeRequestItemId)
closeChangeRequest
in interface ContourSoapService
token
- the WsAuth itemchangeRequestItemId
- id of the Change Request to closepublic WsPermissions getPermissionsByRefAndScope(WsAuth token, Integer refId, Integer scope)
getPermissionsByRefAndScope
in interface ContourSoapService
token
- the WsAuth itemscope
- the scope of the object associated with the property entry (Scopes are defined in WsScope
refId
- the id of the object associated with the property entryWsScope
public WsDocumentType getDocumentType(WsAuth token, Long documentTypeId)
getDocumentType
in interface ContourSoapService
token
- the WsAuth itemdocumentTypeId
- id of the document type to getpublic WsDocumentType[] getDocumentTypes(WsAuth token, Long organizationId)
getDocumentTypes
in interface ContourSoapService
token
- the WsAuth itemorganizationId
- id of the organization to get document types frompublic WsDocumentType[] getDocumentTypesForProject(WsAuth token, Long projectId)
getDocumentTypesForProject
in interface ContourSoapService
token
- the WsAuth itemprojectId
- id of the project to get document types frompublic WsField[] getDocumentTypeFields(WsAuth token, Long documentTypeId)
getDocumentTypeFields
in interface ContourSoapService
token
- the WsAuth itemdocumentTypeId
- id of the document type to get fields frompublic Boolean isValidDocumentPlacement(WsAuth token, Long documentTypeId, Long parentId)
isValidDocumentPlacement
in interface ContourSoapService
token
- the WsAuth itemdocumentTypeId
- id of the document type to checkparentId
- id of the parent to checkpublic Boolean moveDocument(WsAuth token, Long itemId, Long newParentId)
moveDocument
in interface ContourSoapService
token
- the WsAuth itemitemId
- id of the document to movenewParentId
- id of the document to be the new parent of the moved documentpublic List<WsWorkflowTransition> getAvailableWorkflowTransitions(WsAuth token, Integer documentId)
getAvailableWorkflowTransitions
in interface ContourSoapService
token
- the WsAuth itemdocumentId
- id of the document to get workflow transitions forpublic void executeWorkflowTransition(WsAuth token, Integer documentId, WsWorkflowTransition transition)
executeWorkflowTransition
in interface ContourSoapService
token
- the WsAuth itemdocumentId
- id of the document to execute a workflow transition ontransition
- workflow transition to executepublic WsExecutableTestRun getExecutableTestRun(WsAuth token, Integer testRunId)
getExecutableTestRun
in interface ContourSoapService
token
- the WsAuth itemtestRunId
- id of the Test Run to get information aboutexecuteTestRun(WsAuth, Integer, Integer, String, Boolean, List)
public WsTestRunStatus executeTestRun(WsAuth token, Integer testRunId, Integer durationInMinutes, String actualResults, Boolean passedWithErrors, List<WsTestRunStep> steps)
executeTestRun
in interface ContourSoapService
token
- the WsAuth itemtestRunId
- id of the Test Run to executedurationInMinutes
- how many minutes the Test Run took to executeactualResults
- any details about the Test Run's results that should be recordedpassedWithErrors
- whether or not to force the Test Run to have the "Passed" status, even if it's Steps
statuses would result in a different status.steps
- The list of steps for the Test Run. The steps statuses and results should be set.WsTestRunStatus
getExecutableTestRun(WsAuth, Integer)
public List<WsTestGroup> getTestPlanGroups(WsAuth token, Integer testPlanId)
getTestPlanGroups
in interface ContourSoapService
token
- the WsAuth itemtestPlanId
- the id of the Test Plan to get Test Groups fromcreateNewTestCycle(WsAuth, Integer, String, String, Date, Date, List, List)
public WsItem createNewTestCycle(WsAuth token, Integer testPlanId, String cycleName, String cycleDescription, Date startDate, Date endDate, List<WsTestRunStatus> statusesToInclude, List<WsTestGroup> testGroupsToInclude)
createNewTestCycle
in interface ContourSoapService
token
- the WsAuth itemtestPlanId
- the id of the Test Plan to add a Test Cycle tocycleName
- the name of the new Test CyclecycleDescription
- the description of the new Test CyclestartDate
- the start date of the new Test Cycle - defaults to nowendDate
- the end date of the new Test Cycle - defaults to 7 days from nowstatusesToInclude
- the WsTestRunStatus
es to include in the new Test Cycle. Any Test Runs from the
previous Test Cycle with statuses that are not included in this list will not be included in the new Test
Cycle. Null value defaults to including all statuses.testGroupsToInclude
- the WsTestGroup
s to include in the new Test Cycle. Any Test Cases not in the
selected Test Groups will not be included in the new Test Cycle. See
getTestPlanGroups(WsAuth, Integer)
public void setWsItemService(com.jamasoftware.contour.ws.service.WsItemService wsItemService)
public void setWsSubscriptionService(com.jamasoftware.contour.ws.service.WsSubscriptionService wsSubscriptionService)
public void setWsCommentService(com.jamasoftware.contour.ws.service.WsCommentService wsCommentService)
public void setWsUserService(com.jamasoftware.contour.ws.api.service.WsUserService wsUserService)
public void setWsRelationshipService(com.jamasoftware.contour.ws.service.WsRelationshipService wsRelationshipService)
public void setWsReleaseService(com.jamasoftware.contour.ws.service.WsReleaseService wsReleaseService)
public void setWsProjectService(com.jamasoftware.contour.ws.service.WsProjectService wsProjectService)
public void setWsFilterService(com.jamasoftware.contour.ws.service.WsFilterService wsFilterService)
public void setWsActivityService(com.jamasoftware.contour.ws.api.service.WsActivityService wsActivityService)
public void setWsBaselineService(com.jamasoftware.contour.ws.service.WsBaselineService wsBaselineService)
public void setWsOrganizationService(com.jamasoftware.contour.ws.service.WsOrganizationService wsOrganizationService)
public void setWsPropertyService(com.jamasoftware.contour.ws.service.WsPropertyService wsPropertyService)
public void setWsAttachmentService(com.jamasoftware.contour.ws.service.WsAttachmentService wsAttachmentService)
public void setWsLookupService(com.jamasoftware.contour.ws.service.WsLookupService wsLookupService)
public void setWsChangeRequestAssociationService(com.jamasoftware.contour.ws.service.WsChangeRequestAssociationService wsChangeRequestAssociationService)
public void setWsVersionService(com.jamasoftware.contour.ws.service.WsVersionService wsVersionService)
public void setWsDocumentTypeService(com.jamasoftware.contour.ws.service.WsDocumentTypeService wsDocumentTypeService)
public com.jamasoftware.contour.ws.qa.service.WsTestRunService getWsTestRunService()
public void setWsTestRunService(com.jamasoftware.contour.ws.qa.service.WsTestRunService wsTestRunService)
public void setWsTestCycleService(com.jamasoftware.contour.ws.api.service.WsTestCycleService wsTestCycleService)
public void setWsTestPlanService(com.jamasoftware.contour.ws.api.service.WsTestPlanService wsTestPlanService)
@Deprecated public WsModule addModule(WsAuth token, WsModule module)
@Deprecated public Boolean deactivateModule(WsAuth token, Long moduleId)
@Deprecated public WsModule getModule(WsAuth token, Integer moduleId)
@Deprecated public WsModule getModuleForProjectAndDocumentType(WsAuth token, Integer projectId, Integer documentTypeId)
@Deprecated public WsModule[] getModules(WsAuth token, Integer projectId)
@Deprecated public WsModule updateModule(WsAuth token, WsModule module)
@Deprecated public WsFilter addFilter(WsAuth token, WsFilter filter)
@Deprecated public WsFilter updateFilter(WsAuth token, WsFilter filter)
@Deprecated public Boolean deleteFilter(WsAuth token, WsFilter filter)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.