Class GetCurrentTxTasksCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<List<org.kie.api.task.model.TaskSummary>>
-
- org.jbpm.services.task.admin.listener.internal.GetCurrentTxTasksCommand
-
- 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 GetCurrentTxTasksCommand 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 GetCurrentTxTasksCommand()GetCurrentTxTasksCommand(Long processInstanceId)
-
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 context)LonggetProcessInstanceId()voidsetProcessInstanceId(Long processInstanceId)-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-
-
-
Constructor Detail
-
GetCurrentTxTasksCommand
public GetCurrentTxTasksCommand()
-
GetCurrentTxTasksCommand
public GetCurrentTxTasksCommand(Long processInstanceId)
-
-
Method Detail
-
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
-
-