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 org.jbpm.services.task.commands.UserGroupCallbackTaskCommand<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
    • 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.UserGroupCallbackTaskCommand

        addEmailFromCallbackOperation, addGroupFromCallbackOperation, addUserFromCallbackOperation, doCallbackAndReturnUserOperation, doCallbackEmailOperation, doCallbackGroupOperation, doCallbackGroupsOperation, doCallbackOperationForAttachment, doCallbackOperationForComment, doCallbackOperationForPeopleAssignments, doCallbackOperationForPotentialOwners, doCallbackOperationForTaskData, doCallbackOperationForTaskDeadlines, doCallbackUserOperation, doCallbackUserOperation, doUserGroupCallbackOperation, filterGroups, isBusinessAdmin, persistIfNotExists
      • Methods inherited from class org.jbpm.services.task.commands.TaskCommand

        getGroupsIds, getTargetEntityId, getTaskId, getUserId, setGroupsIds, setTargetEntityId, setTaskId, setUserId
    • 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 org.jbpm.services.task.commands.UserGroupCallbackTaskCommand<List<org.kie.internal.task.api.AuditTask>>