Class GetAllHistoryAuditTasksByUserCommand
- java.lang.Object
-
- org.jbpm.services.task.commands.TaskCommand<List<org.kie.internal.task.api.AuditTask>>
-
- org.jbpm.services.task.audit.commands.GetAllHistoryAuditTasksByUserCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<List<org.kie.internal.task.api.AuditTask>>
,org.kie.api.command.ExecutableCommand<List<org.kie.internal.task.api.AuditTask>>
public class GetAllHistoryAuditTasksByUserCommand extends TaskCommand<List<org.kie.internal.task.api.AuditTask>>
- 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 GetAllHistoryAuditTasksByUserCommand()
GetAllHistoryAuditTasksByUserCommand(String owner, org.kie.internal.query.QueryFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.kie.internal.task.api.AuditTask>
execute(org.kie.api.runtime.Context context)
-
Methods inherited from class org.jbpm.services.task.commands.TaskCommand
getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
-
-
-
-
Constructor Detail
-
GetAllHistoryAuditTasksByUserCommand
public GetAllHistoryAuditTasksByUserCommand()
-
GetAllHistoryAuditTasksByUserCommand
public GetAllHistoryAuditTasksByUserCommand(String owner, org.kie.internal.query.QueryFilter filter)
-
-
Method Detail
-
execute
public List<org.kie.internal.task.api.AuditTask> execute(org.kie.api.runtime.Context context)
-
-