Package org.jbpm.services.task.commands
Class GetAllCommentsCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<List<org.kie.api.task.model.Comment>>
-
- org.jbpm.services.task.commands.GetAllCommentsCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<List<org.kie.api.task.model.Comment>>
,org.kie.api.command.ExecutableCommand<List<org.kie.api.task.model.Comment>>
public class GetAllCommentsCommand extends TaskCommand<List<org.kie.api.task.model.Comment>>
- 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 GetAllCommentsCommand()
GetAllCommentsCommand(Long taskId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.kie.api.task.model.Comment>
execute(org.kie.api.runtime.Context cntxt)
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-