Uses of Interface
at.jku.dke.etutor.task_app.data.entities.Task
Packages that use Task
Package
Description
This package contains controller interfaces that task apps should implement.
This package contains the base-classes for database entities used to store task groups, tasks and submissions.
Contains the database entity repositories.
This package contains base classes of services that can be used to manage tasks, ...
-
Uses of Task in at.jku.dke.etutor.task_app.controllers
Classes in at.jku.dke.etutor.task_app.controllers with type parameters of type TaskModifier and TypeClassDescriptionclass
BaseTaskController<E extends Task,
D, A> Base implementation ofTaskController
with predefined request mapping base.class
BaseTaskControllerWithoutRequestMapping<E extends Task,
D, A> Base implementation ofTaskController
. -
Uses of Task in at.jku.dke.etutor.task_app.data.entities
Classes in at.jku.dke.etutor.task_app.data.entities with type parameters of type TaskModifier and TypeClassDescriptionclass
BaseSubmission<T extends Task>
Represents a submission.interface
Submission<T extends Task>
Interface for submission entity.Subinterfaces of Task in at.jku.dke.etutor.task_app.data.entitiesModifier and TypeInterfaceDescriptioninterface
TaskInGroup<T extends TaskGroup>
Interface for task entity in a task group.Classes in at.jku.dke.etutor.task_app.data.entities that implement TaskModifier and TypeClassDescriptionclass
Represents a task.class
BaseTaskInGroup<T extends TaskGroup>
Represents a task belonging to a task group. -
Uses of Task in at.jku.dke.etutor.task_app.data.repositories
Classes in at.jku.dke.etutor.task_app.data.repositories with type parameters of type TaskModifier and TypeInterfaceDescriptioninterface
TaskRepository<T extends Task>
Repository for entityTask
. -
Uses of Task in at.jku.dke.etutor.task_app.services
Classes in at.jku.dke.etutor.task_app.services with type parameters of type TaskModifier and TypeClassDescriptionclass
BaseSubmissionService<T extends Task,
S extends Submission<T>, U> This class provides methods for managingSubmission
s.class
BaseTaskService<T extends Task,
S> This class provides methods for managingTask
s.interface
TaskService<T extends Task,
S> Interface for classes that manageTask
s.