Class GetAllAuditTasksByStatusCommand

  • 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 GetAllAuditTasksByStatusCommand
    extends UserGroupCallbackTaskCommand<List<org.kie.internal.task.api.AuditTask>>
    See Also:
    Serialized Form
    • Constructor Detail

      • GetAllAuditTasksByStatusCommand

        public GetAllAuditTasksByStatusCommand()
      • GetAllAuditTasksByStatusCommand

        public GetAllAuditTasksByStatusCommand​(String userId,
                                               org.kie.internal.query.QueryFilter filter)
    • Method Detail

      • execute

        public List<org.kie.internal.task.api.AuditTask> execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<List<org.kie.internal.task.api.AuditTask>>
        Overrides:
        execute in class UserGroupCallbackTaskCommand<List<org.kie.internal.task.api.AuditTask>>