All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractTaskanaJob |
Abstract base for all background jobs of TASKANA.
|
| AccessItemQueryColumnName |
|
| AfterRequestChangesManager |
|
| AfterRequestChangesProvider |
The AfterRequestChangesProvider allows to implement customized behaviour after changes have been
requested on a given Task.
|
| AfterRequestReviewManager |
|
| AfterRequestReviewProvider |
The AfterRequestReviewProvider allows to implement customized behaviour after a review has been
requested on a given Task.
|
| AgeQueryItem |
The AgeQueryItem contains age in days.
|
| Attachment |
Attachment-Interface to specify attributes of an Attachment.
|
| AttachmentHandler |
|
| AttachmentImpl |
Attachment entity.
|
| AttachmentMapper |
This class is the mybatis mapping of Attachment.
|
| AttachmentPersistenceException |
This exception is thrown when an Attachment should be inserted to the DB, but it
does already exist.
|
| AttachmentSummary |
Interface for AttachmentSummaries.
|
| AttachmentSummaryImpl |
The most important fields of the Attachment entity.
|
| BeforeRequestChangesManager |
|
| BeforeRequestChangesProvider |
The BeforeRequestChangesProvider allows to implement customized behaviour before changes have
been requested on a given Task.
|
| BeforeRequestReviewManager |
|
| BeforeRequestReviewProvider |
The BeforeRequestReviewProvider allows to implement customized behaviour before a review has been
requested on a given Task.
|
| 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 |
This exception is thrown when a Classification does already exits, but was tried to
be created with the same id and domain.
|
| ClassificationCategoryReport |
A ClassificationCategoryReport aggregates Task related data.
|
| ClassificationCategoryReport.Builder |
|
| ClassificationCategoryReportBuilderImpl |
The implementation of CategoryReportBuilder.
|
| ClassificationChangedJob |
|
| ClassificationCreatedEvent |
|
| ClassificationCustomField |
|
| ClassificationDeletedEvent |
|
| ClassificationHistoryEvent |
Super class for all classification related events.
|
| ClassificationHistoryEventType |
|
| ClassificationImpl |
Classification entity.
|
| ClassificationInUseException |
This exception is thrown when a specific Classification was tried to be deleted
while still being in use.
|
| ClassificationMapper |
This class is the mybatis mapping of classifications.
|
| ClassificationNotFoundException |
|
| ClassificationQuery |
The ClassificationQuery allows for a custom search across all Classifications.
|
| ClassificationQueryColumnName |
|
| ClassificationQueryImpl |
Implementation of ClassificationQuery interface.
|
| ClassificationQueryMapper |
This class provides a mapper for all classification queries.
|
| ClassificationReport |
A ClassificationReport aggregates Task related data.
|
| ClassificationReport.Builder |
|
| ClassificationReport.DetailedClassificationReport |
A DetailedClassificationReport aggregates Task related data.
|
| ClassificationReportBuilderImpl |
The implementation of ClassificationReportBuilder.
|
| ClassificationService |
|
| 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.
|
| ConfigurationMapper |
|
| ConfigurationService |
The Configuration Service manages all custom configuration options.
|
| ConfigurationServiceImpl |
|
| CreateTaskPreprocessor |
The CreateTaskPreprocessor allows to implement customized behaviour before the given Task has been created.
|
| 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.
|
| InvalidCallbackStateException |
This exception is thrown when the callback
state of the Task doesn't allow the requested operation.
|
| InvalidOwnerException |
This exception is thrown when the current user is not the owner of the Task.
|
| InvalidStateException |
This exception is thrown when the current state doesn't allow the requested operation.
|
| InvalidTaskStateException |
This exception is thrown when the state of the Task
doesn't allow the requested operation.
|
| JobMapper |
This class is the mybatis mapping of the JOB table.
|
| JobRunner |
This is the runner for Tasks jobs.
|
| JobService |
|
| JobServiceImpl |
Controls all job activities.
|
| MalformedServiceLevelException |
|
| MinimalTaskSummary |
A convenience class to represent pairs of task id and task state.
|
| MismatchedTaskCommentCreatorException |
This exception is thrown when the current user is not the creator of the TaskComment
it tries to modify.
|
| MismatchedWorkbasketPermissionException |
|
| MonitorMapper |
This class is the mybatis mapping of task monitoring.
|
| MonitorMapperSqlProvider |
|
| 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 thrown when a user is not authorized to query a Workbasket.
|
| ObjectReference |
ObjectReference-Interface to specify ObjectReference Attributes.
|
| ObjectReferenceHandler |
|
| ObjectReferenceImpl |
ObjectReference entity.
|
| ObjectReferenceMapper |
This class is the mybatis mapping of ObjectReference.
|
| ObjectReferencePersistenceException |
This exception is thrown when an ObjectReference should be inserted to the DB, but
it does already exist.
|
| ObjectReferenceQuery |
ObjectReferenceQuery for generating dynamic sql.
|
| ObjectReferenceQueryColumnName |
|
| ObjectReferenceQueryImpl |
Implementation of ObjectReferenceQuery interface.
|
| ObjectReferenceQuerySqlProvider |
|
| OracleSqlSessionFactory |
MyBatis SqlSession Factory for Oracle Databases.
|
| PlainJavaTransactionProvider |
|
| PriorityColumnHeader |
|
| PriorityQueryItem |
|
| PriorityServiceManager |
|
| PriorityServiceProvider |
The PriorityServiceProvider allows to determine the priority of a Task according to
custom logic.
|
| QueryItem |
A QueryItem is en entity on which a Report is based on.
|
| QueryItemPreprocessor<I extends QueryItem> |
|
| RefreshUserPostprocessor |
The RefreshUserPostprocessor allows to implement custom behaviour after a User has
been updated.
|
| RefreshUserPostprocessorManager |
|
| 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>> |
|
| ReviewRequiredManager |
|
| ReviewRequiredProvider |
The ReviewRequiredProvider allows to determine whether a Task requires a review
instead of completion.
|
| 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.
|
| SelectedItem |
An item that contains information of a selected item of a Report.
|
| SharedConstants |
|
| SingleRow<I extends QueryItem> |
A SingleRow represents a single row in a Report.
|
| SqlConnectionRunner |
Run low level SQL Statements reusing the taskana datasource.
|
| Task |
Task-Interface to specify the model of a Task.
|
| TaskAlreadyExistException |
This exception is thrown when a Task is going to be created, but a Task
with the same external 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 attributes of the TaskComment.
|
| TaskCommentImpl |
|
| TaskCommentMapper |
|
| TaskCommentNotFoundException |
This exception is thrown when a specific TaskComment is not in the database.
|
| TaskCommentQuery |
TaskCommentQuery for generating dynamic sql.
|
| TaskCommentQueryColumnName |
|
| TaskCommentQueryImpl |
TaskCommentQuery for generating dynamic sql.
|
| TaskCommentQueryMapper |
This class provides a mapper for all task comment queries.
|
| TaskCommentQuerySqlProvider |
|
| TaskCompletedEvent |
Event fired if a task is completed.
|
| TaskCreatedEvent |
Event fired if a task is created.
|
| TaskCustomField |
|
| TaskCustomFieldValueReport |
A TaskCustomFieldValueReport aggregates Task related data.
|
| TaskCustomFieldValueReport.Builder |
|
| TaskCustomFieldValueReportBuilderImpl |
The implementation of CustomFieldValueReportBuilder.
|
| TaskCustomIntField |
|
| 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 is thrown when 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.
|
| TaskQuerySqlProvider |
|
| TaskRefreshJob |
|
| TaskRequestChangesEvent |
The TaskRequestChangesEvent is fired if changes on a Task are requested.
|
| TaskRequestReviewEvent |
The TaskRequestReviewEvent is fired after a review on a Task has been requested.
|
| TaskRoutingManager |
Loads TaskRoutingProvider SPI implementation(s) and passes requests to determine workbasketids to
them.
|
| TaskRoutingProvider |
|
| TaskService |
The TaskService manages all operations on Tasks.
|
| TaskServiceImpl |
This is the implementation of TaskService.
|
| TaskState |
The TaskState contains all status of a Task.
|
| TaskStatusColumnHeader |
The TaskStatusColumnHeader represents a column for each TaskState.
|
| TaskStatusReport |
A TaskStatusReport aggregates Task related data.
|
| TaskStatusReport.Builder |
|
| TaskStatusReportBuilderImpl |
The implementation of TaskStatusReportBuilder.
|
| TaskSummary |
Interface for TaskSummary.
|
| TaskSummaryImpl |
Entity which contains the most important information 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 |
|
| TaskUpdatePriorityBatchStatement |
Update a lot of priorities for tasks in a performant way without the need to write SQL.
|
| TaskUpdatePriorityJob |
Job to recalculate the priority of each task that is not in an endstate.
|
| TaskUpdatePriorityWorker |
|
| 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 represents the content of a cell in the TimestampReport.
|
| TimestampReport |
A TimestampReport aggregates Task related data.
|
| 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.
|
| User |
The User holds some relevant information about the TASKANA users.
|
| UserAlreadyExistException |
This exception is thrown when a User was tried to be created with an id already existing.
|
| UserImpl |
|
| UserMapper |
|
| UserMapperSqlProvider |
|
| UserNotFoundException |
This exception is thrown when a specific User referenced by its id is not in the database.
|
| UserService |
The UserService manages all operations concerning Users.
|
| UserServiceImpl |
|
| 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.
|
| WorkbasketAccessSqlProvider |
|
| WorkbasketAlreadyExistException |
This exception is thrown when an already existing Workbasket was tried to be
created.
|
| 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 |
This exception is thrown when a specific Workbasket does have content and is tried
to be deleted.
|
| WorkbasketMapper |
This class is the mybatis mapping of workbaskets.
|
| WorkbasketMarkedForDeletionEvent |
|
| WorkbasketMarkedForDeletionException |
|
| WorkbasketNotFoundException |
This exception is thrown when a specific Workbasket is not in the database.
|
| WorkbasketPermission |
This enum contains all permission values for the Workbaskets.
|
| WorkbasketPriorityReport |
A WorkbasketReport aggregates Task related data.
|
| WorkbasketPriorityReport.Builder |
|
| WorkbasketPriorityReportBuilderImpl |
|
| 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 aggregates Task related data.
|
| WorkbasketReport.Builder |
|
| WorkbasketReportBuilderImpl |
|
| WorkbasketService |
This service manages Workbaskets.
|
| WorkbasketServiceImpl |
This is the implementation of WorkbasketService.
|
| WorkbasketSqlProvider |
|
| 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.
|