Package org.jbpm.services.task.commands
Class GetCompletedTasksCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<List<org.kie.api.task.model.TaskSummary>>
-
- org.jbpm.services.task.commands.GetCompletedTasksCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<List<org.kie.api.task.model.TaskSummary>>,org.kie.api.command.ExecutableCommand<List<org.kie.api.task.model.TaskSummary>>,org.kie.internal.command.ProcessInstanceIdCommand
public class GetCompletedTasksCommand extends TaskCommand<List<org.kie.api.task.model.TaskSummary>> implements org.kie.internal.command.ProcessInstanceIdCommand
- 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 GetCompletedTasksCommand()GetCompletedTasksCommand(Long processInstanceId)GetCompletedTasksCommand(Date date)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.kie.api.task.model.TaskSummary>execute(org.kie.api.runtime.Context cntxt)DategetDate()LonggetProcessInstanceId()voidsetDate(Date date)voidsetProcessInstanceId(Long processInstanceId)-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-
-
-
Method Detail
-
getDate
public Date getDate()
-
setDate
public void setDate(Date date)
-
getProcessInstanceId
public Long getProcessInstanceId()
- Specified by:
getProcessInstanceIdin interfaceorg.kie.internal.command.ProcessInstanceIdCommand
-
setProcessInstanceId
public void setProcessInstanceId(Long processInstanceId)
- Specified by:
setProcessInstanceIdin interfaceorg.kie.internal.command.ProcessInstanceIdCommand
-
-