Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
Process Server Extension Operation
| Description
|
---|---|
authorize
| Verifies that the principal can access the service endpoint.
|
deleteAttachmentById
| Deletes an attachment using its attachment ID. Process Server assigns an ID for each attachment that is added to a task..The WSHT API does not have an operation for deleting attachments.
|
getAttachmentById
| Retrieves attachment by ID. (The WSHT API identifies attachments by their name instead of by unique IDs.)
|
deleteComment
| Deletes a comment using its comment ID. The Process Server assigns an ID to each comment that is added to the task. The WSHT API does not have an operation to delete comments.
|
updateComment
| Updates a comment. This operation is not provided in the standard WSHT API.
|
getInstance
| Returns full details of a task given a task ID. This operation is useful when you need the complete information about a task with out having to make separate WSHT API calls to get the information.
|
getTasks
| Provides index offset (for pagination), column ordering, and the like. This is an extension to the WSHT
getMyTasks task listing operation.
|