Package org.jbpm.services.task.commands
Class AddCommentCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<T>
-
- org.jbpm.services.task.commands.UserGroupCallbackTaskCommand<Long>
-
- org.jbpm.services.task.commands.AddCommentCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Long>
,org.kie.api.command.ExecutableCommand<Long>
public class AddCommentCommand extends UserGroupCallbackTaskCommand<Long>
- 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 AddCommentCommand()
AddCommentCommand(Long taskId, String userId, String text)
AddCommentCommand(Long taskId, org.kie.api.task.model.Comment comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
execute(org.kie.api.runtime.Context cntxt)
org.kie.api.task.model.Comment
getComment()
JaxbComment
getJaxbComment()
void
setComment(org.kie.api.task.model.Comment comment)
void
setJaxbComment(JaxbComment jaxbComment)
-
Methods inherited from class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
addEmailFromCallbackOperation, addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackAndReturnUserOperation, doCallbackEmailOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForAttachment, doCallbackOperationForComment, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, isBusinessAdmin, persistIfNotExists
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-
-
-
Method Detail
-
getComment
public org.kie.api.task.model.Comment getComment()
-
setComment
public void setComment(org.kie.api.task.model.Comment comment)
-
getJaxbComment
public JaxbComment getJaxbComment()
-
setJaxbComment
public void setJaxbComment(JaxbComment jaxbComment)
-
execute
public Long execute(org.kie.api.runtime.Context cntxt)
- Specified by:
execute
in interfaceorg.kie.api.command.ExecutableCommand<Long>
- Overrides:
execute
in classUserGroupCallbackTaskCommand<Long>
-
-