All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractTaskanaJob |
Abstract base for all background jobs of TASKANA.
|
| AbstractWorkbasketAccessItemQuery<Q extends AbstractWorkbasketAccessItemQuery<Q,T>,T extends WorkbasketAccessItem> |
AbstractWorkbasketAccessItemQuery for generating dynamic sql.
|
| AccessItemQueryColumnName |
|
| AgeQueryItem |
The MonitorQueryItem entity contains the number of tasks for a key (e.g.
|
| Attachment |
Attachment-Interface to specify Attachment Attributes.
|
| AttachmentHandler |
|
| AttachmentImpl |
Attachment entity.
|
| AttachmentMapper |
This class is the mybatis mapping of Attachment.
|
| AttachmentPersistenceException |
Thrown, when an attachment should be inserted to the DB, but it does already exist.
This may happen when a not inserted attachment with ID will be added twice on a task.
|
| AttachmentSummary |
Interface for AttachmentSummaries.
|
| AttachmentSummaryImpl |
The most important fields of the Attachment entity.
|
| CallbackState |
This enum contains all status of synchronization between a taskana task and a task in a remote
system.
|
| Classification |
Interface used to specify the Classification-Model.
|
| ClassificationAlreadyExistException |
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
|
| ClassificationCategoryReport |
A CategoryReport contains the total numbers of tasks of the respective category as well as the
total number of all tasks.
|
| ClassificationCategoryReport.Builder |
|
| ClassificationCategoryReportBuilderImpl |
The implementation of CategoryReportBuilder.
|
| ClassificationChangedJob |
This class executes a job of type CLASSIFICATIONCHANGEDJOB.
|
| ClassificationCreatedEvent |
|
| ClassificationCustomField |
|
| ClassificationDeletedEvent |
|
| ClassificationHistoryEvent |
Super class for all classification related events.
|
| ClassificationHistoryEventType |
|
| ClassificationImpl |
Classification entity.
|
| ClassificationInUseException |
Thrown if a specific task is not in the database.
|
| ClassificationMapper |
This class is the mybatis mapping of classifications.
|
| ClassificationNotFoundException |
Thrown if a specific task is not in the database.
|
| ClassificationQuery |
ClassificationQuery for generating dynamic sql.
|
| ClassificationQueryColumnName |
|
| ClassificationQueryImpl |
Implementation of ClassificationQuery interface.
|
| ClassificationQueryMapper |
This class provides a mapper for all classification queries.
|
| ClassificationReport |
The ClassificationReport extends the Report.
|
| ClassificationReport.Builder |
|
| ClassificationReport.DetailedClassificationReport |
|
| ClassificationReportBuilderImpl |
The implementation of ClassificationReportBuilder.
|
| ClassificationService |
This class manages the classifications.
|
| ClassificationServiceImpl |
This is the implementation of ClassificationService.
|
| ClassificationSummary |
Interface for ClassificationSummaries.
|
| ClassificationSummaryImpl |
Implementation for the short summaries of a classification entity.
|
| ClassificationUpdatedEvent |
|
| ColumnHeader<I extends QueryItem> |
A ColumnHeader is an element of a Report.
|
| CombinedClassificationFilter |
The CombinedClassificationFilter is a pair of a classificationId for a task and a
classificationId for the corresponding attachment that is used to filter the WorkbasketReport by the classification of the attachment.
|
| CreateTaskPreprocessor |
|
| CreateTaskPreprocessorManager |
|
| DaysToWorkingDaysReportPreProcessor<I extends AgeQueryItem> |
|
| DetailedClassificationRow |
|
| DetailedMonitorQueryItem |
|
| DistributionTargetMapper |
This class is the mybatis mapping of distribution targets.
|
| FoldableRow<I extends QueryItem> |
|
| HistoryEventManager |
Creates and deletes events and emits them to the registered history service providers.
|
| InternalTaskanaEngine |
FOR INTERNAL USE ONLY.
|
| InvalidOwnerException |
This exception is thrown when the task state doesn't allow the requested operation.
|
| InvalidStateException |
This exception is thrown when the task state doesn't allow the requested operation.
|
| InvalidWorkbasketException |
This exception is thrown when a request is made to insert or update a workbasket that is missing
a required property.
|
| JobMapper |
This class is the mybatis mapping of the JOB table.
|
| JobRunner |
This is the runner for Tasks jobs.
|
| JobService |
Service to manage the TASKANA jobs.
|
| JobServiceImpl |
Controls all job activities.
|
| MinimalTaskSummary |
A convenience class to represent pairs of task id and task state.
|
| MonitorMapper |
This class is the mybatis mapping of task monitoring.
|
| MonitorQueryItem |
The MonitorQueryItem entity contains the number of tasks for a key (e.g.
|
| MonitorService |
The Monitor Service manages operations on tasks regarding the monitoring.
|
| MonitorServiceImpl |
This is the implementation of MonitorService.
|
| NotAuthorizedToQueryWorkbasketException |
This exception is used to communicate that a user is not authorized to query a Workbasket.
|
| ObjectReference |
ObjectReference entity.
|
| ObjectReferenceMapper |
This class is the mybatis mapping of ObjectReference.
|
| ObjectReferenceQuery |
ObjectReferenceQuery for generating dynamic sql.
|
| ObjectReferenceQueryColumnName |
|
| ObjectReferenceQueryImpl |
Implementation of ObjectReferenceQuery interface.
|
| QueryItem |
A QueryItem is en entity on which a Report is based on.
|
| QueryItemPreprocessor<I extends QueryItem> |
|
| Report<I extends QueryItem,H extends ColumnHeader<? super I>> |
A Report represents an abstract table that consists of Rows and a list of
<ColumnHeader>s.
|
| Report.Builder<I extends QueryItem,H extends ColumnHeader<? super I>> |
|
| Row<I extends QueryItem> |
Representation of a row in a Report.
|
| ScheduledJob |
This class holds all data that go into the Job table.
|
| ScheduledJob.State |
This enum tracks the state of a job.
|
| ScheduledJob.Type |
This enum controls the type of a job.
|
| SelectedItem |
An item that contains information of a selected item of a Report.
|
| SingleRow<I extends QueryItem> |
A SingleRow represents a single row in a Report.
|
| Task |
task-Interface to specify attribute interactions.
|
| TaskAlreadyExistException |
Thrown when a Task is going to be created, but a Task with the same ID does already exist.
|
| TaskanaEngine |
The TaskanaEngine represents an overall set of all needed services.
|
| TaskanaEngine.ConnectionManagementMode |
Connection management mode.
|
| TaskanaEngineConfiguration |
This central class creates the TaskanaEngine and holds all the information about DB and Security.
|
| TaskanaEngineImpl |
This is the implementation of TaskanaEngine.
|
| TaskanaHistory |
Interface for TASKANA History Service Provider.
|
| TaskanaHistoryEventNotFoundException |
|
| TaskanaJob |
Interface for all background TASKANA jobs.
|
| TaskCancelledEvent |
Event fired if a task is cancelled.
|
| TaskClaimCancelledEvent |
Event fired if a task is cancelled to be claimed.
|
| TaskClaimedEvent |
Event fired if a task is claimed.
|
| TaskCleanupJob |
Job to cleanup completed tasks after a period of time.
|
| TaskComment |
TaskComment-Interface to specify TaskComment Attributes.
|
| TaskCommentImpl |
|
| TaskCommentMapper |
|
| TaskCommentNotFoundException |
This exception will be thrown if a specific task comment is not in the database.
|
| TaskCompletedEvent |
Event fired if a task is completed.
|
| TaskCreatedEvent |
Event fired if a task is created.
|
| TaskCustomField |
|
| TaskCustomFieldValueReport |
A CustomFieldValueReport contains the total numbers of tasks of the respective custom field as
well as the total number of all tasks.
|
| TaskCustomFieldValueReport.Builder |
|
| TaskCustomFieldValueReportBuilderImpl |
The implementation of CustomFieldValueReportBuilder.
|
| TaskCustomPropertySelector |
Determines which custom properties are to be updated.
|
| TaskHistoryCustomField |
|
| TaskHistoryEvent |
Super class for all task related events.
|
| TaskHistoryEventType |
|
| TaskImpl |
|
| TaskMapper |
This class is the mybatis mapping of task.
|
| TaskNotFoundException |
This exception will be thrown if a specific task is not in the database.
|
| TaskQuery |
TaskQuery for generating dynamic sql.
|
| TaskQueryColumnName |
Enum containing the column names for TaskQueryMapper.queryTaskColumnValues.
|
| TaskQueryImpl |
TaskQuery for generating dynamic sql.
|
| TaskQueryItem |
The TaskQueryItem entity contains the number of tasks for a domain which have a specific state.
|
| TaskQueryMapper |
This class provides a mapper for all task queries.
|
| TaskRefreshJob |
This class executes a job of type CLASSIFICATIONCHANGEDJOB.
|
| TaskRoutingManager |
Loads TaskRoutingProvider SPI implementation(s) and passes requests to determine workbasketids to
them.
|
| TaskRoutingProvider |
Interface for TASKANA TaskRoutingProvider SPI.
|
| TaskService |
The Task Service manages all operations on tasks.
|
| TaskServiceImpl |
This is the implementation of TaskService.
|
| TaskState |
This enum contains all status of the tasks.
|
| TaskStatusColumnHeader |
The TaskStatusColumnHeader represents a column for each TaskState.
|
| TaskStatusReport |
A TaskStatusReport contains the total number of tasks, clustered in their task status.
|
| TaskStatusReport.Builder |
|
| TaskStatusReportBuilderImpl |
The implementation of TaskStatusReportBuilder.
|
| TaskSummary |
Interface for TaskSummary.
|
| TaskSummaryImpl |
Entity which contains the most important informations about a Task.
|
| TaskTerminatedEvent |
Event fired if a task is terminated.
|
| TaskTimestamp |
This enum contains all timestamps saved in the database table for a Task.
|
| TaskTransferredEvent |
Event fired if a task is transferred.
|
| TaskUpdatedEvent |
|
| TimeIntervalColumnHeader |
A TimeIntervalColumnHeader has a lower and an upper age limit which subdivide the count of tasks
into different sections.
|
| TimeIntervalColumnHeader.Date |
for Date representation.
|
| TimeIntervalColumnHeader.Range |
For representation of Range.
|
| TimeIntervalReportBuilder<B extends TimeIntervalReportBuilder<B,I,H>,I extends AgeQueryItem,H extends TimeIntervalColumnHeader> |
"Super" Interface for all TimeIntervalReportBuilders.
|
| TimestampQueryItem |
The TimestampQueryItem contains the necessary information for the TimestampReport.
|
| TimestampReport |
A TimestampReport displays created and competed tasks for a specific dates.
|
| TimestampReport.Builder |
|
| TimestampReportBuilderImpl |
|
| TimestampRow |
|
| TimestampRow.OrgLevel1Row |
Row inside the TimestampReport containing the information regarding a specific org
level 1.
|
| TimestampRow.OrgLevel2Row |
Row inside the TimestampReport containing the information regarding a specific org
level 2.
|
| TimestampRow.OrgLevel3Row |
Row inside the TimestampReport containing the information regarding a specific org
level 3.
|
| UpdateFailedException |
This exception will be thrown if a specific task is not in the database.
|
| WildcardSearchField |
|
| Workbasket |
Workbasket entity interface.
|
| WorkbasketAccessItem |
Interface for WorkbasketAccessItem.
|
| WorkbasketAccessItemAlreadyExistException |
|
| WorkbasketAccessItemCreatedEvent |
|
| WorkbasketAccessItemDeletedEvent |
|
| WorkbasketAccessItemDeletedForAccessIdEvent |
|
| WorkbasketAccessItemImpl |
WorkbasketAccessItemImpl Entity.
|
| WorkbasketAccessItemQuery |
WorkbasketAccessItemQuery for generating dynamic SQL.
|
| WorkbasketAccessItemQueryImpl |
WorkbasketAccessItemQueryImpl for generating dynamic SQL.
|
| WorkbasketAccessItemsUpdatedEvent |
|
| WorkbasketAccessItemUpdatedEvent |
|
| WorkbasketAccessMapper |
This class is the mybatis mapping of workbasket access items.
|
| WorkbasketAlreadyExistException |
Thrown, when a workbasket does already exits, but wanted to create with same ID.
|
| WorkbasketCleanupJob |
Job to cleanup completed workbaskets after a period of time if there are no pending tasks
associated to the workbasket.
|
| WorkbasketCreatedEvent |
|
| WorkbasketCustomField |
|
| WorkbasketDeletedEvent |
|
| WorkbasketDistributionTargetAddedEvent |
|
| WorkbasketDistributionTargetRemovedEvent |
|
| WorkbasketDistributionTargetsUpdatedEvent |
|
| WorkbasketHistoryEvent |
Super class for all workbasket related events.
|
| WorkbasketHistoryEventType |
|
| WorkbasketImpl |
Workbasket entity.
|
| WorkbasketInUseException |
Thrown if a specific Workbasket does have content and should be deleted.
|
| WorkbasketMapper |
This class is the mybatis mapping of workbaskets.
|
| WorkbasketMarkedForDeletionEvent |
|
| WorkbasketNotFoundException |
This exception will be thrown if a specific workbasket is not in the database.
|
| WorkbasketPermission |
This enum contains all permission values for the workbaskets.
|
| WorkbasketQuery |
WorkitemQuery for generating dynamic sql.
|
| WorkbasketQueryColumnName |
Enum containing the column names for
pro.taskana.workbasket.internal.WorkbasketQueryMapper.queryWorkbasketColumnValues.
|
| WorkbasketQueryImpl |
WorkbasketQuery for generating dynamic SQL.
|
| WorkbasketQueryMapper |
This class provides a mapper for all queries.
|
| WorkbasketReport |
A WorkbasketReport contains the total numbers of tasks of the respective workbasket as well as
the total number of all tasks.
|
| WorkbasketReport.Builder |
|
| WorkbasketReportBuilderImpl |
The implementation of WorkbasketReportBuilder.
|
| WorkbasketService |
This service manages Workbaskets.
|
| WorkbasketServiceImpl |
This is the implementation of WorkbasketService.
|
| WorkbasketSummary |
Interface for WorkbasketSummary.
|
| WorkbasketSummaryImpl |
This entity contains the most important information about a workbasket.
|
| WorkbasketType |
This enum contains the supported work basket types.
|
| WorkbasketUpdatedEvent |
|
| WorkingDaysToDaysReportConverter |
The DaysToWorkingDaysReportConverter provides a method to convert an age in days into an age in
working days.
|