Package org.jbpm.services.task.commands
Class DeleteCommentCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<Void>
-
- org.jbpm.services.task.commands.DeleteCommentCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Void>
,org.kie.api.command.ExecutableCommand<Void>
public class DeleteCommentCommand extends TaskCommand<Void>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jbpm.services.task.commands.TaskCommand
groupIds, targetEntityId, taskId, userId
-
-
Constructor Summary
Constructors Constructor Description DeleteCommentCommand()
DeleteCommentCommand(long taskId, Long commentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(org.kie.api.runtime.Context cntxt)
Long
getCommentId()
void
setCommentId(Long contentId)
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-
-
-
Constructor Detail
-
DeleteCommentCommand
public DeleteCommentCommand()
-
DeleteCommentCommand
public DeleteCommentCommand(long taskId, Long commentId)
-
-