All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AutocommitFailedException |
This exception is thrown when using TASKANA with the AUTOCOMMIT ConnectionManagementMode and an
attempt to commit fails.
|
| BaseQuery<T,U extends Enum<U> & QueryColumnName> |
Main query interface.
|
| BaseQuery.SortDirection |
Determines the sort direction.
|
| BulkOperationResults<K,V extends Exception> |
Returning type for a bulk db interaction with errors.
|
| CheckedConsumer<T,E extends Throwable> |
|
| CheckedFunction<T,R,E extends Throwable> |
|
| CheckedRunnable |
|
| CheckedSupplier<T,E extends Throwable> |
|
| CollectionUtil |
|
| ComparableVersion |
Generic implementation of version comparison.
|
| ConcurrencyException |
This exception is thrown when an attempt is made to update an object that has already been
updated by another user.
|
| ConnectionNotSetException |
This exception is thrown when using TASKANA with the CONNECTION_MANAGED_EXTERNALLY
ConnectionManagementMode and an attempt is made to call an API method before the
TaskananEngine#setConnection() method has been called.
|
| CustomHoliday |
|
| DB |
Supported versions of databases.
|
| DbSchemaCreator |
This class create the schema for taskana.
|
| DomainNotFoundException |
This exception is thrown when the specified domain is not found in the configuration.
|
| EnumUtil |
|
| ErrorCode |
|
| FileLoaderUtil |
|
| IdGenerator |
This class contains util methods for generating ids.
|
| InstantTypeHandler |
Instruct jdbc driver to interpret timestamps as being in utc timezone.
|
| IntInterval |
IntInterval captures an Integer interval.
|
| InvalidArgumentException |
This exception is thrown when a method is called with an invalid argument.
|
| KeyDomain |
This class encapsulates key - domain pairs for identification of workbaskets.
|
| LocalTimeInterval |
|
| LogSanitizer |
|
| MapCreator |
|
| MapTypeHandler |
This Typehandler will transfer a Map into an xml blob and back.
|
| MismatchedRoleException |
This exception is thrown when the current user is not in a certain role
it is supposed to be.
|
| NotAuthorizedException |
This exception is thrown when a user is not authorized.
|
| NotFoundException |
This exception is thrown when a specific object is not in the database.
|
| ObjectAttributeChangeDetector |
|
| Pair<L,R> |
|
| Quadruple<A,S,D,F> |
|
| QueryColumnName |
This interface is used to emulate an extensible enum for use in the Basequery interface.
|
| ReflectionUtil |
|
| ResourceUtil |
|
| SpiLoader |
|
| SqlProviderUtil |
|
| StringTypeHandler |
|
| SystemException |
This exception is thrown when a generic TASKANA problem is encountered.
|
| TaskanaConfigurationInitializer |
|
| TaskanaException |
common base class for TASKANA's checked exceptions.
|
| TaskanaProperty |
|
| TaskanaRole |
The TaskanaRole enum contains all roles that are known to TASKANA.
|
| TaskanaRuntimeException |
The common base class for TASKANA's runtime exceptions.
|
| TaskanaTransactionProvider |
This functional interface provides support for transactions.
|
| TimeInterval |
Capture a time interval.
|
| Triplet<L,M,R> |
|
| UnsupportedDatabaseException |
This exception is thrown when the database name doesn't match to one of the desired databases.
|
| WorkingDaysToDaysConverter |
The WorkingDaysToDaysConverter provides a method to convert an age in working days into an age in
days.
|
| WorkingTimeCalculator |
|
| WrongCustomHolidayFormatException |
This exception is thrown when an entry for the CustomHoliday has a wrong format.
|