OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [bpel4people] BP-37: Deleting or updating comments


 

Try again.

 

 

 

From: Michael Rowley
Sent: Tuesday, April 14, 2009 2:33 PM
To: Michael Rowley; bpel4people@lists.oasis-open.org
Subject: RE: [bpel4people] BP-37: Deleting or updating comments

 

 

A proposal for resolving this issue is enclosed.

 

Michael

 

 

From: Michael Rowley [mailto:michael.rowley@activevos.com]
Sent: Thursday, September 18, 2008 4:54 PM
To: bpel4people@lists.oasis-open.org
Subject: RE: [bpel4people] BP-37: Deleting or updating comments

 

 

When this issue was discussed at the F2F, we also agreed to add lastModifiedBy and lastModifiedOn fields to tComment, which is set when updateComment is called.

 

These two operations can be performed by the same roles as addComment (potential owners, actual owner, business administrator).

 

Michael

 


From: Luc Clement [mailto:luc.clement@activevos.com]
Sent: Thursday, September 11, 2008 6:47 PM
To: bpel4people@lists.oasis-open.org
Subject: [bpel4people] BP-37: Deleting or updating comments

 

Assigned: http://www.osoa.org/jira/browse/BP-37

 

From: Michael Rowley [mailto:michael.rowley@activevos.com]
Sent: Thursday, September 11, 2008 17:24
To: bpel4people@lists.oasis-open.org
Subject: [bpel4people] NEW ISSUE: Deleting or updating comments

 

 

TARGET: WS-HT

 

DESCRIPTION:

 

It is currently possible to add comments to a task, but it is not possible to delete those comments.  It should be possible to do this.  It should also be possible to update a comment.

 

PROPOSED RESOLUTION:

 

Add a commentID field to comments which uniquely identifies a comment for a task.  The ID only needs to be unique for a single task.

 

Introduce two new operations on tasks:

 

  * deleteComment(taskID, commentID)

 

    Deletes the identified comment.

 

  * updateComment(taskID, commentID, commentString)

 

    Replaces the identified comment with the contents of the ‘commentString’ parameter.

 

The addComment() function also needs to be changed to return a comment ID.

 

 

BP37Proposal.doc



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]