|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.dwr.impl.DwrServiceSupport
com.jamasoftware.contour.ws.v3.ContourSoapServiceImpl
@Transactional public class ContourSoapServiceImpl
Web Services for Jama Contour.
| Field Summary |
|---|
| Fields inherited from class com.jamasoftware.contour.dwr.impl.DwrServiceSupport |
|---|
aclManager, domainObjectAccessor, logger |
| Constructor Summary | |
|---|---|
ContourSoapServiceImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
addAttachmentToItem(WsAuth token,
java.lang.Long attachmentDocId,
java.lang.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,
java.lang.Integer projectId,
WsRelease release)
Adds a new Release. |
java.lang.Boolean |
addSubscribersToItem(WsAuth token,
java.lang.Long itemId,
WsUser[] users)
Subscribes Users to an Item. |
void |
addUser(WsAuth token,
WsUser wsUser)
Adds a new User. |
java.lang.Boolean |
clearSuspectLinksForItem(WsAuth token,
java.lang.Long itemId)
Clears the suspect links for an Item. |
java.lang.Boolean |
clearSuspectLinksForProject(WsAuth token,
java.lang.Long projectId)
Clears the suspect links for a Project. |
java.lang.Boolean |
closeChangeRequest(WsAuth token,
java.lang.Integer changeRequestItemId)
Closes a Change Request. |
WsBaseline |
createBaseline(WsAuth token,
WsBaseline baseline)
Creates a Baseline. |
WsBaseline |
createBaselineFromFilter(WsAuth token,
java.lang.String baselineName,
java.lang.String description,
WsFilter filter)
Creates a Baseline from a Filter. |
WsRelationship[] |
createRelationships(WsAuth token,
WsRelationship[] listOfRelationships)
Creates multiple Relationships. |
java.lang.Boolean |
deactivateBaseline(WsAuth token,
WsBaseline baseline)
Deactivates a Baseline. |
java.lang.Boolean |
deactivateItem(WsAuth token,
java.lang.Long itemId)
Deactivates the Item. |
java.lang.Boolean |
deactivateLookup(WsAuth token,
WsLookup lookupToDeactivate,
WsLookup replacementLookup)
Deactivates an existing lookup value. |
java.lang.Boolean |
deactivateModule(WsAuth token,
java.lang.Long moduleId)
Deprecated. |
java.lang.Boolean |
deactivateProject(WsAuth token,
WsProject project)
Deactivates the Project. |
java.lang.Boolean |
deactivateUser(WsAuth token,
java.lang.Long userId)
Deactivates the User. |
java.lang.Boolean |
deleteAttachment(WsAuth token,
java.lang.Long attachmentId)
Deletes an Attachment from the server. |
java.lang.Boolean |
deleteChangeRequestAssociation(WsAuth token,
WsChangeRequestAssociation changeRequestAssociation)
Deletes a Change Request Association. |
java.lang.Boolean |
deleteComment(WsAuth token,
java.lang.Long commentId)
Deletes a Comment. |
java.lang.Boolean |
deleteFilter(WsAuth token,
WsFilter filter)
Deprecated. |
java.lang.Boolean |
deleteOrganization(WsAuth token,
java.lang.Long organizationId)
Deletes the Organization. |
java.lang.Boolean |
deleteProject(WsAuth token,
WsProject project)
Deletes the Project. |
java.lang.Boolean |
deletePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
Deletes a property entry. |
java.lang.Boolean |
deletePropertyList(WsAuth token,
WsPropertyList propertyList)
Deletes a list of Property Entries. |
java.lang.Boolean |
deleteRelationship(WsAuth token,
WsRelationship relationship)
Deletes a relationship between two items. |
java.lang.Boolean |
deleteRelease(WsAuth token,
java.lang.Long releaseId,
java.lang.Long swapReleaseId)
Deletes the Release. |
WsActivity[] |
getActivities(WsAuth token,
java.lang.Long projectId,
int start,
int count)
Gets the latest entries in a Project's Activity Stream. |
WsAttachment |
getAttachment(WsAuth token,
java.lang.Long attachmentDocId)
Gets an Attachment. |
WsAttachment[] |
getAttachments(WsAuth token,
java.lang.Long projectId)
Gets all the Attachments in a Project. |
WsAttachment[] |
getAttachmentsForItem(WsAuth token,
java.lang.Long itemId)
Gets all Attachments attached to a specified Item. |
WsBaseline |
getBaseline(WsAuth token,
java.lang.Long baselineId)
Gets a Baseline. |
WsBaseline[] |
getBaselinesForProject(WsAuth token,
java.lang.Long projectId)
Gets all the Baselines in a Project. |
WsChangeRequestAssociation |
getChangeRequestAssociation(WsAuth token,
java.lang.Long changeRequestAssociationId)
Gets a Change Request Association. |
WsChangeRequestAssociation[] |
getChangeRequestAssociations(WsAuth token,
java.lang.Integer changeRequestItemId)
Gets all the Change Request Associations associated with a Change Request. |
WsItem[] |
getChildrenOfItem(WsAuth token,
java.lang.Long itemId,
java.lang.Boolean recursive,
int start,
int count)
Gets the children of an Item/Folder. |
WsComment |
getComment(WsAuth token,
java.lang.Long commentId)
Gets a Comment. |
WsComment[] |
getComments(WsAuth token,
java.lang.Long itemId)
Gets all Comments from an Item. |
WsVersion |
getCurrentVersionForItem(WsAuth token,
java.lang.Long itemId)
Gets the current Version of an Item. |
WsDocumentType |
getDocumentType(WsAuth token,
java.lang.Long documentTypeId)
Gets a document type. |
WsField[] |
getDocumentTypeFields(WsAuth token,
java.lang.Long documentTypeId)
Gets the fields associated with a document type. |
WsDocumentType[] |
getDocumentTypes(WsAuth token,
java.lang.Long organizationId)
Gets all the document types in an organization. |
WsDocumentType[] |
getDocumentTypesForProject(WsAuth token,
java.lang.Long projectId)
Gets all the document types that are applicable to a project. |
WsItem[] |
getDownstreamRelated(WsAuth token,
java.lang.Long itemId)
Gets all Items downstream of an Item. |
WsRelationship[] |
getDownstreamRelationships(WsAuth token,
java.lang.Long itemId)
Gets the downstream relationships of an item. |
WsFilter |
getFilter(WsAuth token,
java.lang.Long filterId)
Gets a Filter. |
WsFilter[] |
getFiltersForProject(WsAuth token,
java.lang.Long projectId)
Gets all Filters for a Project. |
WsItem |
getItem(WsAuth token,
java.lang.Long itemId)
Gets an Item. |
java.lang.String[] |
getItemFieldNames(WsAuth token,
java.lang.Long itemId)
Returns an array of the field names for an Item. |
WsField[] |
getItemFields(WsAuth token,
java.lang.Long itemId)
Returns an array of all WsFields for an Item. |
WsItem[] |
getItemsForBaseline(WsAuth token,
java.lang.Long baselineId,
java.lang.Integer start,
java.lang.Integer count)
Gets all the Items in a Baseline. |
WsItem[] |
getItemsForProject(WsAuth token,
java.lang.Long projectId,
int start,
int count)
Gets all the Items in a Project. |
WsItem[] |
getItemsForProjectAndDocumentType(WsAuth token,
java.lang.Long projectId,
java.lang.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,
java.lang.Integer start,
java.lang.Integer count)
Gets all the Items based on a Filter. |
WsItem[] |
getItemsFromTextSearch(WsAuth token,
java.lang.String searchTerms,
java.lang.Integer start,
java.lang.Integer count)
Gets all the Items based on a text search. |
WsItem[] |
getItemsWithAttachment(WsAuth token,
java.lang.Long attachmentDocId)
Gets all Items that have a specified Attachment attached to it. |
WsLookup |
getLookup(WsAuth token,
java.lang.Integer lookupId)
Gets a lookup value. |
WsLookup[] |
getLookupsFromType(WsAuth token,
java.lang.Integer lookupTypeId)
Gets all lookup values associated with a lookup type. |
WsLookupType |
getLookupType(WsAuth token,
java.lang.Integer lookupTypeId)
Gets a lookup type value. |
WsModule |
getModule(WsAuth token,
java.lang.Integer moduleId)
Deprecated. |
WsModule |
getModuleForProjectAndDocumentType(WsAuth token,
java.lang.Integer projectId,
java.lang.Integer documentTypeId)
Deprecated. |
WsModule[] |
getModules(WsAuth token,
java.lang.Integer projectId)
Deprecated. |
java.lang.Integer |
getNumItemsFromFilter(WsAuth token,
WsFilter filter)
Gets the number of items in the result of a filter. |
java.lang.Integer |
getNumItemsFromTextSearch(WsAuth token,
java.lang.String searchTerms)
Gets the number of items in the result of a text search. |
WsOrganization |
getOrganization(WsAuth token,
java.lang.Long organizationId)
Gets an Organization. |
WsOrganization[] |
getOrganizations(WsAuth token)
Gets all Organizations in this Contour installation. |
WsPermissions |
getPermissionsByRefAndScope(WsAuth token,
java.lang.Integer refId,
java.lang.Integer scope)
Gets the current user's permissions for a given object. |
WsProject |
getProject(WsAuth token,
java.lang.Integer projectId)
Gets a Project. |
WsProject[] |
getProjects(WsAuth token)
Gets all Projects in the current Organization. |
WsPropertyEntry |
getPropertyEntry(WsAuth token,
java.lang.Integer refId,
java.lang.Integer scope,
java.lang.String propertyName)
Gets a Property Entry. |
WsPropertyList |
getPropertyList(WsAuth token,
java.lang.Integer refId,
java.lang.Integer scope)
Gets a list of Property Entries. |
WsRelationship |
getRelationship(WsAuth token,
java.lang.Long relationshipId)
Gets a relationship. |
WsRelationship[] |
getRelationshipsForProject(WsAuth token,
java.lang.Long projectId)
Gets all relationships in a project. |
WsRelationship[] |
getRelationshipsFromFilter(WsAuth token,
WsFilter filter,
java.lang.Boolean downstream)
Gets all relationships of items that match the given filter. |
WsRelationshipType[] |
getRelationshipTypeList(WsAuth token,
java.lang.Long organizationId)
Gets all relationship types in an organization. |
WsRelease |
getRelease(WsAuth token,
java.lang.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,
java.lang.Long itemId)
Gets Users that are subscribed to an Item. |
WsItem[] |
getUpstreamRelated(WsAuth token,
java.lang.Long itemId)
Gets all the upstream related Items. |
WsRelationship[] |
getUpstreamRelationships(WsAuth token,
java.lang.Long itemId)
Gets the upstream relationships of an item. |
java.lang.String |
getUrlForAttachment(WsAuth token,
java.lang.Long attachmentDocId)
Gets the URL for an Attachment. |
java.lang.String |
getUrlForItem(WsAuth token,
java.lang.Long itemId)
Gets the URL for an Item. |
WsUser |
getUser(WsAuth token,
java.lang.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,
java.lang.Long versionId)
Gets a Version. |
WsVersion[] |
getVersionsForItem(WsAuth token,
java.lang.Long itemId)
Gets all the Versions for an Item. |
java.lang.Boolean |
isChangeRequest(WsAuth token,
java.lang.Integer itemId)
Does this item contain the Change Request component? |
java.lang.Boolean |
isValidDocumentPlacement(WsAuth token,
java.lang.Long documentTypeId,
java.lang.Long parentId)
Returns whether or not an item of the given document type can be placed as a child of an item. |
java.lang.Boolean |
moveDocument(WsAuth token,
java.lang.Long itemId,
java.lang.Long newParentId)
Moves a document from it's current position in the explorer tree to be under another document. |
java.lang.Boolean |
removeAttachmentFromItem(WsAuth token,
java.lang.Long attachmentId,
java.lang.Long itemId)
Removes the association between an Attachment and an Item. |
WsComment |
replyToComment(WsAuth token,
java.lang.String commentText,
long commentToReplyTo)
Replies to an existing Comment. |
java.lang.Boolean |
revokeSignatureFromBaseline(WsAuth token,
java.lang.Long baselineId,
java.lang.String revokeComments)
Revokes an Electronic Signature from a Baseline. |
void |
setItemService(com.jamasoftware.contour.ws.v3.service.WsItemService itemService)
|
void |
setWsActivityService(com.jamasoftware.contour.ws.v3.service.WsActivityService wsActivityService)
|
void |
setWsAttachmentService(com.jamasoftware.contour.ws.v3.service.WsAttachmentService wsAttachmentService)
|
void |
setWsBaselineService(com.jamasoftware.contour.ws.v3.service.WsBaselineService wsBaselineService)
|
void |
setWsChangeRequestAssociationService(com.jamasoftware.contour.ws.v3.service.WsChangeRequestAssociationService wsChangeRequestAssociationService)
|
void |
setWsCommentService(com.jamasoftware.contour.ws.v3.service.WsCommentService wsCommentService)
|
void |
setWsDocumentTypeService(com.jamasoftware.contour.ws.v3.service.WsDocumentTypeService wsDocumentTypeService)
|
void |
setWsFilterService(com.jamasoftware.contour.ws.v3.service.WsFilterService wsFilterService)
|
void |
setWsLookupService(com.jamasoftware.contour.ws.v3.service.WsLookupService wsLookupService)
|
void |
setWsOrganizationService(com.jamasoftware.contour.ws.v3.service.WsOrganizationService wsOrganizationService)
|
void |
setWsProjectService(com.jamasoftware.contour.ws.v3.service.WsProjectService wsProjectService)
|
void |
setWsPropertyService(com.jamasoftware.contour.ws.v3.service.WsPropertyService wsPropertyService)
|
void |
setWsRelationshipService(com.jamasoftware.contour.ws.v3.service.WsRelationshipService wsRelationshipService)
|
void |
setWsReleaseService(com.jamasoftware.contour.ws.v3.service.WsReleaseService wsReleaseService)
|
void |
setWsSubscriptionService(com.jamasoftware.contour.ws.v3.service.WsSubscriptionService wsSubscriptionService)
|
void |
setWsUserService(com.jamasoftware.contour.ws.v3.service.WsUserService wsUserService)
|
void |
setWsVersionService(com.jamasoftware.contour.ws.v3.service.WsVersionService wsVersionService)
|
java.lang.Boolean |
signBaseline(WsAuth token,
java.lang.Long baselineId,
java.lang.String comments)
Electronically signs a Baseline. |
java.lang.Boolean |
testConnection(WsAuth token)
Tests that a successful connection has been made. |
WsBaseline |
updateBaseline(WsAuth token,
java.lang.Long baselineId,
java.lang.String newName,
java.lang.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,
java.lang.Long itemId,
WsField[] fields,
java.lang.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. |
| Methods inherited from class com.jamasoftware.contour.dwr.impl.DwrServiceSupport |
|---|
authorize, authorizeContourItem, authorizeCurrentOrganization, authorizeOrganization, authorizeProject, authorizeProject, authorizeUser, canAdminContourItem, canAdminCurrentOrganization, canAdminDocumentType, canAdminLookup, canAdminLookupType, canAdminOrganization, canAdminProject, canAdminProject, canAdminScopedObject, canAdminScopedObject, canAdminUser, canAdminUser, canReadAttachment, canReadAttachment, canReadAttachmentDto, canReadBaseLine, canReadBaseLine, canReadContourItem, canReadCurrentOrganization, canReadDocumentType, canReadOrganization, canReadProject, canReadProject, canReadRelationship, canReadRelease, canReadReleaseType, canReadScopedObject, canReadScopedObject, canReadUser, canReadVersion, canWriteAttachment, canWriteAttachment, canWriteAttachmentDto, canWriteBaseLine, canWriteBaseLine, canWriteContourItem, canWriteLookupType, canWriteProject, canWriteRelationship, canWriteRelease, canWriteReleaseType, canWriteScopedObject, canWriteScopedObject, canWriteVersion, checkCondition, checkRootUser, checkRootUserOrOrgAdmin, checkUserIsLoggedIn, checkUserLogin, getLoggedInUser, getObject, hasPermission, isUserLoggedin, sameAsCurrentOrg, setAclManager, setDomainObjectAccessor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContourSoapServiceImpl()
| Method Detail |
|---|
public WsComment addComment(WsAuth token,
WsComment comment)
WsScope.DOCUMENT is
supported. Comment text should be in plain-text format.
addComment in interface ContourSoapServicetoken - the WsAuth itemcomment - the comment to add
java.lang.Exception
public WsComment replyToComment(WsAuth token,
java.lang.String commentText,
long commentToReplyTo)
replyToComment in interface ContourSoapServicetoken - the WsAuth itemcommentText - the text of the comment to be postedcommentToReplyTo - the id of the comment to be replied to
java.lang.Exception
public WsItem getItem(WsAuth token,
java.lang.Long itemId)
getItem in interface ContourSoapServicetoken - the WsAuth itemitemId - the id of the item
java.lang.Exception
public java.lang.String getUrlForItem(WsAuth token,
java.lang.Long itemId)
getUrlForItem in interface ContourSoapServicetoken - the WsAuth itemitemId - the id of the item
java.lang.Exception
public WsItem[] addItems(WsAuth token,
WsItem[] items)
addItems in interface ContourSoapServicetoken - the WsAuth itemitems - a list of items to add
java.lang.Exception
public WsItem addItem(WsAuth token,
WsItem item)
addItem in interface ContourSoapServicetoken - the WsAuth itemitem - an item to add
java.lang.Exception
public void addOrganization(WsAuth token,
WsOrganization organization)
addOrganization in interface ContourSoapServicetoken - the WsAuth itemorganization - the organization to add
java.lang.Exception
public WsProject addProject(WsAuth token,
WsProject project)
addProject in interface ContourSoapServicetoken - the WsAuth itemproject - the project to add
java.lang.Exception
public WsRelease addRelease(WsAuth token,
java.lang.Integer projectId,
WsRelease release)
addRelease in interface ContourSoapServicetoken - the WsAuth itemprojectId - the id of the project to add the release torelease - the release to add
java.lang.Exception
public java.lang.Boolean addSubscribersToItem(WsAuth token,
java.lang.Long itemId,
WsUser[] users)
addSubscribersToItem in interface ContourSoapServicetoken - the WsAuth itemitemId - the item to be subscribed tousers - the list of users to add subscriptions for
java.lang.Exception
public void addUser(WsAuth token,
WsUser wsUser)
addUser in interface ContourSoapServicetoken - the WsAuth itemwsUser - the user to add
java.lang.Exception
public java.lang.Boolean clearSuspectLinksForItem(WsAuth token,
java.lang.Long itemId)
clearSuspectLinksForItem in interface ContourSoapServicetoken - the WsAuth itemitemId - the id of the item to clear suspect links from
java.lang.Exception
public java.lang.Boolean clearSuspectLinksForProject(WsAuth token,
java.lang.Long projectId)
clearSuspectLinksForProject in interface ContourSoapServicetoken - the WsAuth itemprojectId - the id of the project to clear suspect links from
java.lang.Exception
public WsRelationship[] createRelationships(WsAuth token,
WsRelationship[] listOfRelationships)
createRelationships in interface ContourSoapServicetoken - the WsAuth itemlistOfRelationships - the relationships to be created
java.lang.Exception
public java.lang.Boolean deleteRelationship(WsAuth token,
WsRelationship relationship)
deleteRelationship in interface ContourSoapServicetoken - the WsAuth itemrelationship - the relationship to delete
java.lang.Exception
public WsRelationship[] getDownstreamRelationships(WsAuth token,
java.lang.Long itemId)
getDownstreamRelationships in interface ContourSoapServicetoken - the WsAuth itemitemId - the id of the item to get downstream relationships of
java.lang.Exception
public WsRelationship getRelationship(WsAuth token,
java.lang.Long relationshipId)
getRelationship in interface ContourSoapServicetoken - the WsAuth itemrelationshipId - the id of the relationship to get
java.lang.Exception
public WsRelationship[] getRelationshipsForProject(WsAuth token,
java.lang.Long projectId)
getRelationshipsForProject in interface ContourSoapServicetoken - the WsAuth itemprojectId - id of the project to get relationships from
java.lang.Exception
@Transactional(readOnly=true)
public WsRelationship[] getRelationshipsFromFilter(WsAuth token,
WsFilter filter,
java.lang.Boolean downstream)
getRelationshipsFromFilter in interface ContourSoapServicetoken - the WsAuth itemfilter - the filter to match items withdownstream - true to get downstream relationships, false to get upstream relationships
java.lang.Exception
public WsRelationship[] getUpstreamRelationships(WsAuth token,
java.lang.Long itemId)
getUpstreamRelationships in interface ContourSoapServicetoken - the WsAuth itemitemId - the id of the item to get upstream relationships of
java.lang.Exception
public WsRelationship updateRelationship(WsAuth token,
WsRelationship relationship)
updateRelationship in interface ContourSoapServicetoken - the WsAuth itemrelationship - the relationship to update
java.lang.Exception
public WsRelationshipType[] getRelationshipTypeList(WsAuth token,
java.lang.Long organizationId)
getRelationshipTypeList in interface ContourSoapServicetoken - the WsAuth itemorganizationId - id of the organization to get relationship types from
java.lang.Exception
public java.lang.Boolean deactivateItem(WsAuth token,
java.lang.Long itemId)
deactivateItem in interface ContourSoapServicetoken - the WsAuth itemitemId - the id of the item to be deactivated
java.lang.Exception
public java.lang.Boolean deleteOrganization(WsAuth token,
java.lang.Long organizationId)
deleteOrganization in interface ContourSoapServicetoken - the WsAuth itemorganizationId - the id of the organization to be deleted
java.lang.Exception
public java.lang.Boolean deleteProject(WsAuth token,
WsProject project)
deleteProject in interface ContourSoapServicetoken - the WsAuth itemproject - the project to be deleted
java.lang.Exception
public java.lang.Boolean deactivateProject(WsAuth token,
WsProject project)
deactivateProject in interface ContourSoapServicetoken - the WsAuth itemproject - the project to be deactivated
java.lang.Exception
public java.lang.Boolean deleteRelease(WsAuth token,
java.lang.Long releaseId,
java.lang.Long swapReleaseId)
deleteRelease in interface ContourSoapServicetoken - the WsAuth itemreleaseId - the release to be deletedswapReleaseId - the release to move any items to. Can be null.
java.lang.Exception
public java.lang.Boolean deactivateUser(WsAuth token,
java.lang.Long userId)
deactivateUser in interface ContourSoapServicetoken - the WsAuth itemuserId - the id of the user to deactivate
java.lang.Exception
public WsActivity[] getActivities(WsAuth token,
java.lang.Long projectId,
int start,
int count)
getActivities in interface ContourSoapServicetoken - the WsAuth itemprojectId - the id of the project to get the activity stream fromstart - index of results to start atcount - number of results to return
java.lang.Exception
public WsBaseline getBaseline(WsAuth token,
java.lang.Long baselineId)
getBaseline in interface ContourSoapServicetoken - the WsAuth itembaselineId - the id of the baseline to get
java.lang.Exception
public WsBaseline[] getBaselinesForProject(WsAuth token,
java.lang.Long projectId)
getBaselinesForProject in interface ContourSoapServicetoken - the WsAuth itemprojectId - the project to get baselines from
java.lang.Exception
public java.lang.Boolean signBaseline(WsAuth token,
java.lang.Long baselineId,
java.lang.String comments)
signBaseline in interface ContourSoapServicetoken - the WsAuth tokenbaselineId - the id of the baseline to signcomments - signature comments, can be null
java.lang.Exception
public java.lang.Boolean revokeSignatureFromBaseline(WsAuth token,
java.lang.Long baselineId,
java.lang.String revokeComments)
revokeSignatureFromBaseline in interface ContourSoapServicetoken - the WsAuth tokenbaselineId - the id of the baseline to revoke the signature fromrevokeComments - revoke comments, can be null
java.lang.Exception
public WsBaseline createBaseline(WsAuth token,
WsBaseline baseline)
createBaseline in interface ContourSoapServicetoken - the WsAuth tokenbaseline - the baseline to create
java.lang.Exception
public WsBaseline createBaselineFromFilter(WsAuth token,
java.lang.String baselineName,
java.lang.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 ContourSoapServicetoken - the WsAuth itembaselineName - name of the baseline to createdescription - description of the baseline to createfilter - filter to be used to create the baseline
java.lang.Exception
public java.lang.Boolean deactivateBaseline(WsAuth token,
WsBaseline baseline)
deactivateBaseline in interface ContourSoapServicetoken - the WsAuth itembaseline - baseline to deactivate
java.lang.Exception
public WsBaseline updateBaseline(WsAuth token,
java.lang.Long baselineId,
java.lang.String newName,
java.lang.String newDescription)
updateBaseline in interface ContourSoapServicetoken - 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 null
java.lang.Exception
public WsItem[] getChildrenOfItem(WsAuth token,
java.lang.Long itemId,
java.lang.Boolean recursive,
int start,
int count)
getChildrenOfItem in interface ContourSoapServicetoken - 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 return
java.lang.Exception
public WsComment[] getComments(WsAuth token,
java.lang.Long itemId)
getComments in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the item to get comments from
java.lang.Exception
public WsComment getComment(WsAuth token,
java.lang.Long commentId)
getComment in interface ContourSoapServicetoken - the WsAuth itemcommentId - id of the comment
java.lang.Exception
public java.lang.Boolean deleteComment(WsAuth token,
java.lang.Long commentId)
deleteComment in interface ContourSoapServicetoken - for the WsAuth itemcommentId - id of the comment to delete
java.lang.Exception
public WsItem[] getDownstreamRelated(WsAuth token,
java.lang.Long itemId)
getDownstreamRelated in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the item to get downstream relationships of
java.lang.Exception
public WsFilter[] getFiltersForProject(WsAuth token,
java.lang.Long projectId)
getFiltersForProject in interface ContourSoapServicetoken - the WsAuth itemprojectId - id of the project to get filters from
java.lang.Exception
public WsFilter getFilter(WsAuth token,
java.lang.Long filterId)
getFilter in interface ContourSoapServicetoken - the WsAuth itemfilterId - id of the filter to get
java.lang.Exception
public WsItem[] getItemsForProjectAndDocumentType(WsAuth token,
java.lang.Long projectId,
java.lang.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 ContourSoapServicetoken - the WsAuth itemprojectId - the id of the projectdocumentTypeId - the id of the document typestart - index of results to start atcount - number of results to return
java.lang.Exception
public WsItem[] getItemsForProject(WsAuth token,
java.lang.Long projectId,
int start,
int count)
getItemsForProject in interface ContourSoapServicetoken - the WsAuth itemprojectId - the id of the projectstart - index of results to start atcount - number of results to return
java.lang.Exception
public WsItem[] getItemsForBaseline(WsAuth token,
java.lang.Long baselineId,
java.lang.Integer start,
java.lang.Integer count)
getItemsForBaseline in interface ContourSoapServicetoken - the WsAuth itembaselineId - the id of the baselinestart - index of results to start atcount - number of results to return
java.lang.Exception
@Transactional(readOnly=true)
public WsItem[] getItemsFromFilter(WsAuth token,
WsFilter filter,
java.lang.Integer start,
java.lang.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 ContourSoapServicetoken - the WsAuth itemfilter - the WsFilter to usestart - the location to startcount - the maximum number of results to return
java.lang.Exception
@Transactional(readOnly=true)
public java.lang.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 ContourSoapServicetoken - the WsAuth itemfilter - the WsFilter to use
java.lang.Exception
public WsItem[] getItemsFromTextSearch(WsAuth token,
java.lang.String searchTerms,
java.lang.Integer start,
java.lang.Integer count)
getItemsFromTextSearch in interface ContourSoapServicetoken - the WsAuth itemsearchTerms - the search querystart - index of results to start atcount - number of results to return
java.lang.Exception
public java.lang.Integer getNumItemsFromTextSearch(WsAuth token,
java.lang.String searchTerms)
getNumItemsFromTextSearch in interface ContourSoapServicetoken - the WsAuth itemsearchTerms - the search query
java.lang.Exception
public WsField[] getItemFields(WsAuth token,
java.lang.Long itemId)
WsFields for an Item.
getItemFields in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the item
java.lang.Exception
public java.lang.String[] getItemFieldNames(WsAuth token,
java.lang.Long itemId)
getItemFieldNames in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the item
java.lang.Exceptionpublic WsOrganization[] getOrganizations(WsAuth token)
getOrganizations in interface ContourSoapServicetoken - the WsAuth item
WsOrganizations
java.lang.Exception
public WsOrganization getOrganization(WsAuth token,
java.lang.Long organizationId)
getOrganization in interface ContourSoapServicetoken - the WsAuth itemorganizationId - id of the organization
java.lang.Exceptionpublic WsProject[] getProjects(WsAuth token)
getProjects in interface ContourSoapServicetoken - the WsAuth item
WsProjects
java.lang.Exception
public WsProject getProject(WsAuth token,
java.lang.Integer projectId)
getProject in interface ContourSoapServicetoken - the WsAuth itemprojectId - id of the project
java.lang.Exception
public WsRelease[] getReleases(WsAuth token,
WsProject project)
getReleases in interface ContourSoapServicetoken - the WsAuth itemproject - the project that contains the releases
java.lang.Exception
public WsRelease getRelease(WsAuth token,
java.lang.Long releaseId)
getRelease in interface ContourSoapServicetoken - the WsAuth itemreleaseId - id of the release
java.lang.Exceptionpublic WsServerInfo getServerInfo(WsAuth token)
getServerInfo in interface ContourSoapServicetoken - the WsAuth item
java.lang.Exceptionpublic java.lang.Boolean testConnection(WsAuth token)
testConnection in interface ContourSoapServicetoken - the WsAuth item
java.lang.Exception
public WsUser[] getSubscribersToAnItem(WsAuth token,
java.lang.Long itemId)
getSubscribersToAnItem in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the item
java.lang.Exception
public WsItem[] getUpstreamRelated(WsAuth token,
java.lang.Long itemId)
getUpstreamRelated in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the item
java.lang.Exceptionpublic WsUser[] getUsers(WsAuth token)
getUsers in interface ContourSoapServicetoken - the WsAuth item
java.lang.Exception
public WsUser getUser(WsAuth token,
java.lang.Integer userId)
getUser in interface ContourSoapServicetoken - the WsAuth itemuserId - id of the user
java.lang.Exceptionpublic WsUser getUserFromAuth(WsAuth token)
getUserFromAuth in interface ContourSoapServicetoken - the WsAuth item
java.lang.Exception
public WsVersion[] getVersionsForItem(WsAuth token,
java.lang.Long itemId)
getVersionsForItem in interface ContourSoapServicetoken - the WsAuth itemitemId - id for the item
java.lang.Exception
public WsVersion getCurrentVersionForItem(WsAuth token,
java.lang.Long itemId)
getCurrentVersionForItem in interface ContourSoapServicetoken - the WsAuth itemitemId - id for the item
java.lang.Exception
public WsVersion getVersion(WsAuth token,
java.lang.Long versionId)
getVersion in interface ContourSoapServicetoken - the WsAuth itemversionId - id for the version
java.lang.Exception
public WsComment updateComment(WsAuth token,
WsComment comment)
updateComment in interface ContourSoapServicetoken - the WsAuth itemcomment - the updated comment
java.lang.Exception
public WsItem updateItemValues(WsAuth token,
java.lang.Long itemId,
WsField[] fields,
java.lang.String comments,
WsUser[] notifyUsers)
updateItemValues in interface ContourSoapServicetoken - 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.
java.lang.Exception
public WsItem[] updateItems(WsAuth token,
WsItem[] items)
updateItems in interface ContourSoapServicetoken - the WsAuth itemitems - the items to be updated
java.lang.Exception
public WsItem updateItem(WsAuth token,
WsItem item)
updateItem in interface ContourSoapServicetoken - the WsAuth itemitem - the item to be updated
java.lang.Exception
public WsOrganization updateOrganization(WsAuth token,
WsOrganization organization)
updateOrganization in interface ContourSoapServicetoken - the WsAuth itemorganization - the organization to be updated
java.lang.Exception
public WsProject updateProject(WsAuth token,
WsProject project)
updateProject in interface ContourSoapServicetoken - the WsAuth itemproject - the project to be updated
java.lang.Exception
public WsRelease updateRelease(WsAuth token,
WsRelease release)
updateRelease in interface ContourSoapServicetoken - the WsAuth itemrelease - the release to be updated
java.lang.Exception
public WsUser updateUser(WsAuth token,
WsUser user)
updateUser in interface ContourSoapServicetoken - the WsAuth itemuser - the user to be updated
java.lang.Exception
public WsPropertyEntry addPropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
addPropertyEntry in interface ContourSoapServicetoken - the WsAuth itemwsPropertyEntry - the property entry to be added
java.lang.Exception
public WsPropertyList addPropertyList(WsAuth token,
WsPropertyList propertyList)
addPropertyList in interface ContourSoapServicetoken - the WsAuth itemwsPropertyList - A list of property entries to be added
java.lang.Exception
public java.lang.Boolean deletePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
deletePropertyEntry in interface ContourSoapServicetoken - the WsAuth itemwsPropertyEntry - the property entry to be deleted
java.lang.Exception
public java.lang.Boolean deletePropertyList(WsAuth token,
WsPropertyList propertyList)
deletePropertyList in interface ContourSoapServicetoken - the WsAuth itemwsPropertylist - A list of property entries to be deleted
java.lang.Exception
public WsPropertyEntry getPropertyEntry(WsAuth token,
java.lang.Integer refId,
java.lang.Integer scope,
java.lang.String propertyName)
getPropertyEntry in interface ContourSoapServicetoken - the WsAuth itemscope - the scope of the object associated with the property entry (Scopes are defined in WsScoperefId - the id of the object associated with the property entrypropertyName - the name of the property to get
java.lang.Exception
public WsPropertyList getPropertyList(WsAuth token,
java.lang.Integer refId,
java.lang.Integer scope)
getPropertyList in interface ContourSoapServicetoken - the WsAuth itemscope - the scope of the object associated with the property entries (Scopes are defined in WsScoperefId - the id of the object associated with the property entries
java.lang.Exception
public WsPropertyEntry updatePropertyEntry(WsAuth token,
WsPropertyEntry propertyEntry)
updatePropertyEntry in interface ContourSoapServicetoken - the WsAuth itemwsPropertyEntry - the property entry to update
java.lang.Exception
public WsPropertyList updatePropertyList(WsAuth token,
WsPropertyList propertyList)
updatePropertyList in interface ContourSoapServicetoken - the WsAuth itemwsPropertylist - a list of property entries to be updated
java.lang.Exception
public java.lang.Boolean addAttachmentToItem(WsAuth token,
java.lang.Long attachmentDocId,
java.lang.Long itemId)
addAttachmentToItem in interface ContourSoapServicetoken - the WsAuth itemattachmentDocId - id of the item that represents the attachmentitemId - id of the item to add the attachment to
java.lang.Exception
public java.lang.String getUrlForAttachment(WsAuth token,
java.lang.Long attachmentDocId)
getUrlForAttachment in interface ContourSoapServicetoken - the WsAuth itemattachmentDocId - id of the item that represents the attachment
java.lang.Exception
public WsAttachment getAttachment(WsAuth token,
java.lang.Long attachmentDocId)
getAttachment in interface ContourSoapServicetoken - the WsAuth itemattachmentDocId - id of the item that represents the attachment
java.lang.Exception
public WsAttachment[] getAttachments(WsAuth token,
java.lang.Long projectId)
getAttachments in interface ContourSoapServicetoken - the WsAuth itemprojectId - id of the project to get attachments from
java.lang.Exception
public WsItem[] getItemsWithAttachment(WsAuth token,
java.lang.Long attachmentDocId)
getItemsWithAttachment in interface ContourSoapServicetoken - the WsAuth itemattachmentDocId - id of the item that represents the attachment
java.lang.Exception
public WsAttachment[] getAttachmentsForItem(WsAuth token,
java.lang.Long itemId)
getAttachmentsForItem in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the item to get attachments from
java.lang.Exception
public java.lang.Boolean deleteAttachment(WsAuth token,
java.lang.Long attachmentId)
deleteAttachment in interface ContourSoapServicetoken - the WsAuth itemattachmentId - id of the attachment to delete
java.lang.Exception
public java.lang.Boolean removeAttachmentFromItem(WsAuth token,
java.lang.Long attachmentId,
java.lang.Long itemId)
removeAttachmentFromItem in interface ContourSoapServicetoken - the WsAuth itemattachmentId - id of the item that represents the attachmentitemId - id of the item to remove attachment from
java.lang.Exception
public void addLookup(WsAuth token,
WsLookup lookup)
addLookup in interface ContourSoapServicetoken - the WsAuth itemlookup - the lookup to be added
java.lang.Exception
public java.lang.Boolean deactivateLookup(WsAuth token,
WsLookup lookupToDeactivate,
WsLookup replacementLookup)
deactivateLookup in interface ContourSoapServicetoken - the WsAuth itemlookupToDeactivate - the lookup to be deactivatedreplacementLookup - the lookup to replace all references to the deactivated lookup (Can be null)
java.lang.Exception
public WsLookup getLookup(WsAuth token,
java.lang.Integer lookupId)
getLookup in interface ContourSoapServicetoken - the WsAuth itemlookupId - id of the lookup to get
java.lang.Exception
public WsLookupType getLookupType(WsAuth token,
java.lang.Integer lookupTypeId)
getLookupType in interface ContourSoapServicetoken - the WsAuth itemlookupTypeId - id of the lookup type to get
java.lang.Exception
public WsLookup[] getLookupsFromType(WsAuth token,
java.lang.Integer lookupTypeId)
getLookupsFromType in interface ContourSoapServicetoken - the WsAuth itemlookupTypeId - id of the lookup type to get
java.lang.Exception
public WsLookup updateLookup(WsAuth token,
WsLookup lookup)
updateLookup in interface ContourSoapServicetoken - the WsAuth itemlookup - the lookup to be updated
java.lang.Exception
public WsChangeRequestAssociation getChangeRequestAssociation(WsAuth token,
java.lang.Long changeRequestAssociationId)
getChangeRequestAssociation in interface ContourSoapServicetoken - the WsAuth itemchangeRequestAssociationId - id of the Change Request Association
java.lang.Exception
public java.lang.Boolean isChangeRequest(WsAuth token,
java.lang.Integer itemId)
isChangeRequest in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the item to check
java.lang.Exception
public WsChangeRequestAssociation[] getChangeRequestAssociations(WsAuth token,
java.lang.Integer changeRequestItemId)
getChangeRequestAssociations in interface ContourSoapServicetoken - the WsAuth itemchangeRequestItemId - id of the Change Request to get associations from
java.lang.Exception
public WsChangeRequestAssociation addChangeRequestAssociation(WsAuth token,
WsChangeRequestAssociation changeRequestAssociation)
addChangeRequestAssociation in interface ContourSoapServicetoken - the WsAuth itemchangeRequestAssociation - the association to add
java.lang.Exception
public WsChangeRequestAssociation updateChangeRequestAssociation(WsAuth token,
WsChangeRequestAssociation changeRequestAssociation)
updateChangeRequestAssociation in interface ContourSoapServicetoken - the WsAuth itemchangeRequestAssociation - the association to update
java.lang.Exception
public java.lang.Boolean deleteChangeRequestAssociation(WsAuth token,
WsChangeRequestAssociation changeRequestAssociation)
deleteChangeRequestAssociation in interface ContourSoapServicetoken - the WsAuth itemchangeRequestAssociation - the association to update
java.lang.Exception
public java.lang.Boolean closeChangeRequest(WsAuth token,
java.lang.Integer changeRequestItemId)
closeChangeRequest in interface ContourSoapServicetoken - the WsAuth itemchangeRequestItemId - id of the Change Request to close
java.lang.Exception
public WsPermissions getPermissionsByRefAndScope(WsAuth token,
java.lang.Integer refId,
java.lang.Integer scope)
getPermissionsByRefAndScope in interface ContourSoapServicetoken - the WsAuth itemscope - the scope of the object associated with the property entry (Scopes are defined in WsScoperefId - the id of the object associated with the property entry
java.lang.ExceptionWsScope
public WsDocumentType getDocumentType(WsAuth token,
java.lang.Long documentTypeId)
getDocumentType in interface ContourSoapServicetoken - the WsAuth itemdocumentTypeId - id of the document type to get
java.lang.Exception
public WsDocumentType[] getDocumentTypes(WsAuth token,
java.lang.Long organizationId)
getDocumentTypes in interface ContourSoapServicetoken - the WsAuth itemorganizationId - id of the organization to get document types from
java.lang.Exception
public WsDocumentType[] getDocumentTypesForProject(WsAuth token,
java.lang.Long projectId)
getDocumentTypesForProject in interface ContourSoapServicetoken - the WsAuth itemprojectId - id of the project to get document types from
java.lang.Exception
public WsField[] getDocumentTypeFields(WsAuth token,
java.lang.Long documentTypeId)
getDocumentTypeFields in interface ContourSoapServicetoken - the WsAuth itemdocumentTypeId - id of the document type to get fields from
java.lang.Exception
public java.lang.Boolean isValidDocumentPlacement(WsAuth token,
java.lang.Long documentTypeId,
java.lang.Long parentId)
isValidDocumentPlacement in interface ContourSoapServicetoken - the WsAuth itemdocumentTypeId - id of the document type to checkparentId - id of the parent to check
java.lang.Exception
public java.lang.Boolean moveDocument(WsAuth token,
java.lang.Long itemId,
java.lang.Long newParentId)
moveDocument in interface ContourSoapServicetoken - the WsAuth itemitemId - id of the document to movenewParentId - id of the document to be the new parent of the moved document
java.lang.Exceptionpublic void setItemService(com.jamasoftware.contour.ws.v3.service.WsItemService itemService)
public void setWsSubscriptionService(com.jamasoftware.contour.ws.v3.service.WsSubscriptionService wsSubscriptionService)
public void setWsCommentService(com.jamasoftware.contour.ws.v3.service.WsCommentService wsCommentService)
public void setWsUserService(com.jamasoftware.contour.ws.v3.service.WsUserService wsUserService)
public void setWsRelationshipService(com.jamasoftware.contour.ws.v3.service.WsRelationshipService wsRelationshipService)
public void setWsReleaseService(com.jamasoftware.contour.ws.v3.service.WsReleaseService wsReleaseService)
public void setWsProjectService(com.jamasoftware.contour.ws.v3.service.WsProjectService wsProjectService)
public void setWsFilterService(com.jamasoftware.contour.ws.v3.service.WsFilterService wsFilterService)
public void setWsActivityService(com.jamasoftware.contour.ws.v3.service.WsActivityService wsActivityService)
public void setWsBaselineService(com.jamasoftware.contour.ws.v3.service.WsBaselineService wsBaselineService)
public void setWsOrganizationService(com.jamasoftware.contour.ws.v3.service.WsOrganizationService wsOrganizationService)
public void setWsPropertyService(com.jamasoftware.contour.ws.v3.service.WsPropertyService wsPropertyService)
public void setWsAttachmentService(com.jamasoftware.contour.ws.v3.service.WsAttachmentService wsAttachmentService)
public void setWsLookupService(com.jamasoftware.contour.ws.v3.service.WsLookupService wsLookupService)
public void setWsChangeRequestAssociationService(com.jamasoftware.contour.ws.v3.service.WsChangeRequestAssociationService wsChangeRequestAssociationService)
public void setWsVersionService(com.jamasoftware.contour.ws.v3.service.WsVersionService wsVersionService)
public void setWsDocumentTypeService(com.jamasoftware.contour.ws.v3.service.WsDocumentTypeService wsDocumentTypeService)
@Deprecated
public WsModule addModule(WsAuth token,
WsModule module)
@Deprecated
public java.lang.Boolean deactivateModule(WsAuth token,
java.lang.Long moduleId)
@Deprecated
public WsModule getModule(WsAuth token,
java.lang.Integer moduleId)
@Deprecated
public WsModule getModuleForProjectAndDocumentType(WsAuth token,
java.lang.Integer projectId,
java.lang.Integer documentTypeId)
@Deprecated
public WsModule[] getModules(WsAuth token,
java.lang.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 java.lang.Boolean deleteFilter(WsAuth token,
WsFilter filter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||