A B C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(T) - Method in interface pro.taskana.common.internal.util.CheckedConsumer
- addAllErrors(BulkOperationResults<? extends K, ? extends V>) - Method in class pro.taskana.common.api.BulkOperationResults
-
Add all errors from another BulkOperationResult to this.
- addError(K, V) - Method in class pro.taskana.common.api.BulkOperationResults
-
Adding an appearing error to the map and list them by a unique ID as key.
- addWorkingDaysToInstant(Instant, Duration) - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
- ADMIN - pro.taskana.common.api.TaskanaRole
- allValuesExceptFor(E...) - Static method in class pro.taskana.common.internal.util.EnumUtil
- apply(T) - Method in interface pro.taskana.common.internal.util.CheckedFunction
- ASCENDING - pro.taskana.common.api.BaseQuery.SortDirection
- AutocommitFailedException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when using TASKANA with the AUTOCOMMIT ConnectionManagementMode and an attempt to commit fails.
- AutocommitFailedException(Throwable) - Constructor for exception pro.taskana.common.api.exceptions.AutocommitFailedException
B
- BaseQuery<T,U extends Enum<U> & QueryColumnName> - Interface in pro.taskana.common.api
-
Main query interface.
- BaseQuery.SortDirection - Enum in pro.taskana.common.api
-
Determines the sort direction.
- BulkOperationResults<K,V extends Exception> - Class in pro.taskana.common.api
-
Returning type for a bulk db interaction with errors.
- BulkOperationResults() - Constructor for class pro.taskana.common.api.BulkOperationResults
- BUSINESS_ADMIN - pro.taskana.common.api.TaskanaRole
C
- CheckedConsumer<T,E extends Throwable> - Interface in pro.taskana.common.internal.util
- CheckedFunction<T,R,E extends Throwable> - Interface in pro.taskana.common.internal.util
- CheckedRunnable - Interface in pro.taskana.common.internal.util
- CheckedSupplier<T,E extends Throwable> - Interface in pro.taskana.common.internal.util
- clearErrors() - Method in class pro.taskana.common.api.BulkOperationResults
-
Clearing the map - all entries will be removed.
- CLOSING_SCRIPT_TAG - Static variable in class pro.taskana.common.internal.util.SqlProviderUtil
- CLOSING_WHERE_TAG - Static variable in class pro.taskana.common.internal.util.SqlProviderUtil
- CollectionUtil - Class in pro.taskana.common.internal.util
- ComparableVersion - Class in pro.taskana.common.internal.util
-
Generic implementation of version comparison.
- compareTo(ComparableVersion) - Method in class pro.taskana.common.internal.util.ComparableVersion
- ConcurrencyException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when an attempt is made to update an object that has already been updated by another user.
- ConcurrencyException(String) - Constructor for exception pro.taskana.common.api.exceptions.ConcurrencyException
- ConnectionNotSetException - Exception in pro.taskana.common.api.exceptions
-
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.
- ConnectionNotSetException() - Constructor for exception pro.taskana.common.api.exceptions.ConnectionNotSetException
- contains(Instant) - Method in class pro.taskana.common.api.TimeInterval
- containsErrors() - Method in class pro.taskana.common.api.BulkOperationResults
-
Returning the status of a bulk-error-log.
- count() - Method in interface pro.taskana.common.api.BaseQuery
-
Counting the amount of rows/results for the current query.
- CustomHoliday - Class in pro.taskana.common.api
- CustomHoliday(Integer, Integer) - Constructor for class pro.taskana.common.api.CustomHoliday
D
- DB - Enum in pro.taskana.common.internal.configuration
-
Supported versions of databases.
- DB2 - pro.taskana.common.internal.configuration.DB
- DB2_WITH_UR - Static variable in class pro.taskana.common.internal.util.SqlProviderUtil
- dbProductId - Variable in enum pro.taskana.common.internal.configuration.DB
- dbProductName - Variable in enum pro.taskana.common.internal.configuration.DB
- DbSchemaCreator - Class in pro.taskana.common.internal.configuration
-
This class create the schema for taskana.
- DbSchemaCreator(DataSource, String) - Constructor for class pro.taskana.common.internal.configuration.DbSchemaCreator
- DESCENDING - pro.taskana.common.api.BaseQuery.SortDirection
- determineChangesInAttributes(T, T) - Static method in class pro.taskana.common.internal.util.ObjectAttributeChangeDetector
-
Determines changes in fields between two objects.
- DomainNotFoundException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when the specified domain is not found in the configuration.
- DomainNotFoundException(String) - Constructor for exception pro.taskana.common.api.exceptions.DomainNotFoundException
E
- EnumUtil - Class in pro.taskana.common.internal.util
- equals(Object) - Method in class pro.taskana.common.api.CustomHoliday
- equals(Object) - Method in class pro.taskana.common.api.exceptions.ErrorCode
- equals(Object) - Method in class pro.taskana.common.api.KeyDomain
- equals(Object) - Method in class pro.taskana.common.api.TimeInterval
- equals(Object) - Method in class pro.taskana.common.internal.util.ComparableVersion
- equals(Object) - Method in class pro.taskana.common.internal.util.Pair
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.AutocommitFailedException
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.ConcurrencyException
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.ConnectionNotSetException
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.DomainNotFoundException
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.InvalidArgumentException
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.MismatchedRoleException
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.SystemException
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.UnsupportedDatabaseException
- ERROR_KEY - Static variable in exception pro.taskana.common.api.exceptions.WrongCustomHolidayFormatException
- ErrorCode - Class in pro.taskana.common.api.exceptions
- executeInTransaction(Supplier<T>) - Method in interface pro.taskana.common.internal.transaction.TaskanaTransactionProvider
- executeInTransactionIfPossible(TaskanaTransactionProvider, Runnable) - Static method in interface pro.taskana.common.internal.transaction.TaskanaTransactionProvider
- executeInTransactionIfPossible(TaskanaTransactionProvider, Supplier<T>) - Static method in interface pro.taskana.common.internal.transaction.TaskanaTransactionProvider
F
- fileExistsOnSystem(String) - Static method in class pro.taskana.common.internal.util.FileLoaderUtil
- FileLoaderUtil - Class in pro.taskana.common.internal.util
- fromPropertyName(String) - Static method in enum pro.taskana.common.api.TaskanaRole
G
- generateWithPrefix(String) - Static method in class pro.taskana.common.internal.util.IdGenerator
-
This method create an id with an specific prefix.
- get() - Method in interface pro.taskana.common.internal.util.CheckedSupplier
- getBegin() - Method in class pro.taskana.common.api.LocalTimeInterval
- getBegin() - Method in class pro.taskana.common.api.TimeInterval
- getCanonical() - Method in class pro.taskana.common.internal.util.ComparableVersion
- getCurrentUserId() - Method in exception pro.taskana.common.api.exceptions.MismatchedRoleException
- getCustomHoliday() - Method in exception pro.taskana.common.api.exceptions.WrongCustomHolidayFormatException
- getDatabaseProductId(String) - Static method in enum pro.taskana.common.internal.configuration.DB
- getDatabaseProductName() - Method in exception pro.taskana.common.api.exceptions.UnsupportedDatabaseException
- getDataSource() - Method in class pro.taskana.common.internal.configuration.DbSchemaCreator
- getDay() - Method in class pro.taskana.common.api.CustomHoliday
- getDbForId(String) - Static method in enum pro.taskana.common.internal.configuration.DB
- getDomain() - Method in exception pro.taskana.common.api.exceptions.DomainNotFoundException
- getDomain() - Method in class pro.taskana.common.api.KeyDomain
- getEnd() - Method in class pro.taskana.common.api.LocalTimeInterval
- getEnd() - Method in class pro.taskana.common.api.TimeInterval
- getEntityId() - Method in exception pro.taskana.common.api.exceptions.ConcurrencyException
- getErrorCode() - Method in exception pro.taskana.common.api.exceptions.TaskanaException
- getErrorCode() - Method in exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
- getErrorForId(K) - Method in class pro.taskana.common.api.BulkOperationResults
-
Returns the stored error for a unique ID or NULL if there is no error stored or ID invalid.
- getErrorMap() - Method in class pro.taskana.common.api.BulkOperationResults
-
Returning a list of current errors as map.
- getFailedIds() - Method in class pro.taskana.common.api.BulkOperationResults
-
Returns the IDs of the Object with failed requests.
- getFirst() - Method in class pro.taskana.common.internal.util.Quadruple
- getFourth() - Method in class pro.taskana.common.internal.util.Quadruple
- getKey() - Method in class pro.taskana.common.api.exceptions.ErrorCode
- getKey() - Method in class pro.taskana.common.api.KeyDomain
- getLeft() - Method in class pro.taskana.common.internal.util.Pair
- getLeft() - Method in class pro.taskana.common.internal.util.Triplet
- getMessageVariables() - Method in class pro.taskana.common.api.exceptions.ErrorCode
- getMiddle() - Method in class pro.taskana.common.internal.util.Triplet
- getMonth() - Method in class pro.taskana.common.api.CustomHoliday
- getNullableResult(CallableStatement, int) - Method in class pro.taskana.common.internal.persistence.InstantTypeHandler
- getNullableResult(CallableStatement, int) - Method in class pro.taskana.common.internal.persistence.MapTypeHandler
- getNullableResult(ResultSet, int) - Method in class pro.taskana.common.internal.persistence.InstantTypeHandler
- getNullableResult(ResultSet, int) - Method in class pro.taskana.common.internal.persistence.MapTypeHandler
- getNullableResult(ResultSet, String) - Method in class pro.taskana.common.internal.persistence.InstantTypeHandler
- getNullableResult(ResultSet, String) - Method in class pro.taskana.common.internal.persistence.MapTypeHandler
- getProductId() - Method in enum pro.taskana.common.internal.configuration.DB
- getPropertyName() - Method in enum pro.taskana.common.api.TaskanaRole
- getRight() - Method in class pro.taskana.common.internal.util.Pair
- getRight() - Method in class pro.taskana.common.internal.util.Triplet
- getRoles() - Method in exception pro.taskana.common.api.exceptions.MismatchedRoleException
- getSecond() - Method in class pro.taskana.common.internal.util.Quadruple
- getThird() - Method in class pro.taskana.common.internal.util.Quadruple
- getValidPropertyNames() - Static method in enum pro.taskana.common.api.TaskanaRole
H
- H2 - pro.taskana.common.internal.configuration.DB
- hashCode() - Method in class pro.taskana.common.api.CustomHoliday
- hashCode() - Method in class pro.taskana.common.api.exceptions.ErrorCode
- hashCode() - Method in class pro.taskana.common.api.KeyDomain
- hashCode() - Method in class pro.taskana.common.api.TimeInterval
- hashCode() - Method in class pro.taskana.common.internal.util.ComparableVersion
- hashCode() - Method in class pro.taskana.common.internal.util.Pair
- hasWorkingDaysInBetween(Instant, Instant) - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
I
- ID_PREFIX_ATTACHMENT - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_BUSINESS_PROCESS - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_CLASSIFICATION - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_CLASSIFICATION_HISTORY_EVENT - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_EXT_TASK - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_TASK - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_TASK_COMMENT - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_TASK_HISTORY_EVENT - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_WORKBASKET - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_WORKBASKET_AUTHORIZATION - Static variable in class pro.taskana.common.internal.util.IdGenerator
- ID_PREFIX_WORKBASKET_HISTORY_EVENT - Static variable in class pro.taskana.common.internal.util.IdGenerator
- IdGenerator - Class in pro.taskana.common.internal.util
-
This class contains util methods for generating ids.
- InstantTypeHandler - Class in pro.taskana.common.internal.persistence
-
Instruct jdbc driver to interpret timestamps as being in utc timezone.
- InstantTypeHandler() - Constructor for class pro.taskana.common.internal.persistence.InstantTypeHandler
- InvalidArgumentException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when a method is called with an invalid argument.
- InvalidArgumentException(String) - Constructor for exception pro.taskana.common.api.exceptions.InvalidArgumentException
- InvalidArgumentException(String, Throwable) - Constructor for exception pro.taskana.common.api.exceptions.InvalidArgumentException
- isDb2(String) - Static method in enum pro.taskana.common.internal.configuration.DB
- isGermanHoliday(LocalDate) - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
- isH2(String) - Static method in enum pro.taskana.common.internal.configuration.DB
- isHoliday(LocalDate) - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
- isPostgres(String) - Static method in enum pro.taskana.common.internal.configuration.DB
- isValid() - Method in class pro.taskana.common.api.LocalTimeInterval
- isValid() - Method in class pro.taskana.common.api.TimeInterval
- isValidSchemaVersion(String) - Method in class pro.taskana.common.internal.configuration.DbSchemaCreator
- isWeekend(LocalDate) - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
- isWorkingDay(Instant) - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
K
- KeyDomain - Class in pro.taskana.common.api
-
This class encapsulates key - domain pairs for identification of workbaskets.
- KeyDomain(String, String) - Constructor for class pro.taskana.common.api.KeyDomain
L
- list() - Method in interface pro.taskana.common.api.BaseQuery
-
This method will return a list of defined
BaseQueryobjects. - list(int, int) - Method in interface pro.taskana.common.api.BaseQuery
-
This method will return a list of defined
BaseQueryobjects with specified offset and an limit. - listPage(int, int) - Method in interface pro.taskana.common.api.BaseQuery
-
This method will return all results for page X with a size of Y of the current query.
Negative pageNumber/size will be changed to 1 or 0 and the last page might contains less elements. - listValues(U, BaseQuery.SortDirection) - Method in interface pro.taskana.common.api.BaseQuery
-
This method will return all currently existing values of a DB-Table once.
- load(Class<T>) - Static method in class pro.taskana.common.internal.util.SpiLoader
- LocalTimeInterval - Class in pro.taskana.common.api
- LocalTimeInterval(LocalTime, LocalTime) - Constructor for class pro.taskana.common.api.LocalTimeInterval
- LogSanitizer - Class in pro.taskana.common.internal.util
M
- mapBulkOperationResults() - Method in class pro.taskana.common.api.BulkOperationResults
-
Map from any exception type to Exception.
- MapCreator - Class in pro.taskana.common.internal.util
- MapTypeHandler - Class in pro.taskana.common.internal.persistence
-
This Typehandler will transfer a Map into an xml blob and back.
- MapTypeHandler() - Constructor for class pro.taskana.common.internal.persistence.MapTypeHandler
- MismatchedRoleException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when the current user is not in a certain role it is supposed to be.
- MismatchedRoleException(String, TaskanaRole...) - Constructor for exception pro.taskana.common.api.exceptions.MismatchedRoleException
- MONITOR - pro.taskana.common.api.TaskanaRole
N
- NotAuthorizedException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when a user is not authorized.
- NotAuthorizedException(String, ErrorCode) - Constructor for exception pro.taskana.common.api.exceptions.NotAuthorizedException
- NotFoundException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when a specific object is not in the database.
- NotFoundException(String, ErrorCode) - Constructor for exception pro.taskana.common.api.exceptions.NotFoundException
O
- ObjectAttributeChangeDetector - Class in pro.taskana.common.internal.util
- of() - Static method in class pro.taskana.common.internal.util.MapCreator
- of(A, S, D, F) - Static method in class pro.taskana.common.internal.util.Quadruple
- of(Integer, Integer) - Static method in class pro.taskana.common.api.CustomHoliday
- of(String) - Static method in class pro.taskana.common.api.exceptions.ErrorCode
- of(String) - Static method in class pro.taskana.common.internal.util.ComparableVersion
- of(String, Map<String, Serializable>) - Static method in class pro.taskana.common.api.exceptions.ErrorCode
- of(K, V) - Static method in class pro.taskana.common.internal.util.MapCreator
- of(K, V, K, V) - Static method in class pro.taskana.common.internal.util.MapCreator
- of(K, V, K, V, K, V) - Static method in class pro.taskana.common.internal.util.MapCreator
- of(K, V, K, V, K, V, K, V) - Static method in class pro.taskana.common.internal.util.MapCreator
- of(K, V, K, V, K, V, K, V, K, V) - Static method in class pro.taskana.common.internal.util.MapCreator
- of(L, M, R) - Static method in class pro.taskana.common.internal.util.Triplet
- of(L, R) - Static method in class pro.taskana.common.internal.util.Pair
- openFileFromClasspathOrSystem(String, Class<?>) - Static method in class pro.taskana.common.internal.util.FileLoaderUtil
- OPENING_SCRIPT_TAG - Static variable in class pro.taskana.common.internal.util.SqlProviderUtil
- OPENING_WHERE_TAG - Static variable in class pro.taskana.common.internal.util.SqlProviderUtil
P
- Pair<L,R> - Class in pro.taskana.common.internal.util
- parseVersion(String) - Method in class pro.taskana.common.internal.util.ComparableVersion
- partitionBasedOnSize(Collection<T>, int) - Static method in class pro.taskana.common.internal.util.CollectionUtil
-
Splits a collection with objects of type T into chunks of a certain size.
- POSTGRES - pro.taskana.common.internal.configuration.DB
- pro.taskana.common.api - package pro.taskana.common.api
- pro.taskana.common.api.exceptions - package pro.taskana.common.api.exceptions
- pro.taskana.common.internal.configuration - package pro.taskana.common.internal.configuration
- pro.taskana.common.internal.persistence - package pro.taskana.common.internal.persistence
- pro.taskana.common.internal.transaction - package pro.taskana.common.internal.transaction
- pro.taskana.common.internal.util - package pro.taskana.common.internal.util
Q
- Quadruple<A,S,D,F> - Class in pro.taskana.common.internal.util
- QueryColumnName - Interface in pro.taskana.common.api
-
This interface is used to emulate an extensible enum for use in the Basequery interface.
R
- readResourceAsString(Class<?>, String) - Static method in class pro.taskana.common.internal.util.ResourceUtil
- ResourceUtil - Class in pro.taskana.common.internal.util
- run() - Method in class pro.taskana.common.internal.configuration.DbSchemaCreator
-
Run all db scripts.
- run() - Method in interface pro.taskana.common.internal.util.CheckedRunnable
S
- setBegin(Instant) - Method in class pro.taskana.common.api.TimeInterval
- setBegin(LocalTime) - Method in class pro.taskana.common.api.LocalTimeInterval
- setDataSource(DataSource) - Method in class pro.taskana.common.internal.configuration.DbSchemaCreator
- setDomain(String) - Method in class pro.taskana.common.api.KeyDomain
- setEnd(Instant) - Method in class pro.taskana.common.api.TimeInterval
- setEnd(LocalTime) - Method in class pro.taskana.common.api.LocalTimeInterval
- setKey(String) - Method in class pro.taskana.common.api.KeyDomain
- setNonNullParameter(PreparedStatement, int, Instant, JdbcType) - Method in class pro.taskana.common.internal.persistence.InstantTypeHandler
- setNonNullParameter(PreparedStatement, int, Map<String, Object>, JdbcType) - Method in class pro.taskana.common.internal.persistence.MapTypeHandler
- single() - Method in interface pro.taskana.common.api.BaseQuery
-
This method will return a single object of
BaseQuery. - SpiLoader - Class in pro.taskana.common.internal.util
- SqlProviderUtil - Class in pro.taskana.common.internal.util
- stripLineBreakingChars(Object) - Static method in class pro.taskana.common.internal.util.LogSanitizer
-
Removes characters which break the log file pattern.
- subtractWorkingDaysFromInstant(Instant, Duration) - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
- SystemException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when a generic TASKANA problem is encountered.
- SystemException(String) - Constructor for exception pro.taskana.common.api.exceptions.SystemException
- SystemException(String, Throwable) - Constructor for exception pro.taskana.common.api.exceptions.SystemException
T
- TASK_ADMIN - pro.taskana.common.api.TaskanaRole
- TaskanaException - Exception in pro.taskana.common.api.exceptions
-
common base class for TASKANA's checked exceptions.
- TaskanaException(String, ErrorCode) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaException
- TaskanaException(String, ErrorCode, Throwable) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaException
- TaskanaRole - Enum in pro.taskana.common.api
-
This enum contains all roles that are known to taskana.
- TaskanaRuntimeException - Exception in pro.taskana.common.api.exceptions
-
The common base class for TASKANA's runtime exceptions.
- TaskanaRuntimeException(String, ErrorCode) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
- TaskanaRuntimeException(String, ErrorCode, Throwable) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
- TaskanaTransactionProvider - Interface in pro.taskana.common.internal.transaction
-
This functional interface provides support for transactions.
- TimeInterval - Class in pro.taskana.common.api
-
Capture a time interval.
- TimeInterval(Instant, Instant) - Constructor for class pro.taskana.common.api.TimeInterval
- toString() - Method in enum pro.taskana.common.api.BaseQuery.SortDirection
- toString() - Method in class pro.taskana.common.api.BulkOperationResults
- toString() - Method in class pro.taskana.common.api.CustomHoliday
- toString() - Method in class pro.taskana.common.api.exceptions.ErrorCode
- toString() - Method in exception pro.taskana.common.api.exceptions.TaskanaException
- toString() - Method in exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
- toString() - Method in class pro.taskana.common.api.KeyDomain
- toString() - Method in class pro.taskana.common.api.TimeInterval
- toString() - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
- toString() - Method in class pro.taskana.common.internal.util.ComparableVersion
- toString() - Method in class pro.taskana.common.internal.util.Pair
- toUpperCopy(String...) - Method in interface pro.taskana.common.api.BaseQuery
- Triplet<L,M,R> - Class in pro.taskana.common.internal.util
U
- UnsupportedDatabaseException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when the database name doesn't match to one of the desired databases.
- UnsupportedDatabaseException(String) - Constructor for exception pro.taskana.common.api.exceptions.UnsupportedDatabaseException
- USER - pro.taskana.common.api.TaskanaRole
V
- valueOf(String) - Static method in enum pro.taskana.common.api.BaseQuery.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.common.api.TaskanaRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.common.internal.configuration.DB
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum pro.taskana.common.api.BaseQuery.SortDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum pro.taskana.common.api.TaskanaRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum pro.taskana.common.internal.configuration.DB
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- whereCustomStatements(String, String, int) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereCustomStatements(String, String, int, StringBuilder) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereIn(String, String) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereIn(String, String, StringBuilder) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereInTime(String, String) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereInTime(String, String, StringBuilder) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereLike(String, String) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereLike(String, String, StringBuilder) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereNotIn(String, String) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereNotIn(String, String, StringBuilder) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereNotInTime(String, String) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereNotInTime(String, String, StringBuilder) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereNotLike(String, String) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- whereNotLike(String, String, StringBuilder) - Static method in class pro.taskana.common.internal.util.SqlProviderUtil
- WorkingDaysToDaysConverter - Class in pro.taskana.common.api
-
The WorkingDaysToDaysConverter provides a method to convert an age in working days into an age in days.
- WorkingDaysToDaysConverter(boolean, boolean) - Constructor for class pro.taskana.common.api.WorkingDaysToDaysConverter
- WorkingDaysToDaysConverter(boolean, boolean, Collection<CustomHoliday>) - Constructor for class pro.taskana.common.api.WorkingDaysToDaysConverter
-
Creates a WorkingDasToDaysConverter.
- workingTimeBetweenTwoTimestamps(Instant, Instant) - Method in class pro.taskana.common.api.WorkingTimeCalculator
- WorkingTimeCalculator - Class in pro.taskana.common.api
- WorkingTimeCalculator(WorkingDaysToDaysConverter) - Constructor for class pro.taskana.common.api.WorkingTimeCalculator
- wrap(CheckedConsumer<T, Throwable>) - Static method in interface pro.taskana.common.internal.util.CheckedConsumer
- wrap(CheckedFunction<T, R, Throwable>) - Static method in interface pro.taskana.common.internal.util.CheckedFunction
- wrap(CheckedRunnable) - Static method in interface pro.taskana.common.internal.util.CheckedRunnable
- wrap(CheckedSupplier<T, Throwable>) - Static method in interface pro.taskana.common.internal.util.CheckedSupplier
- wrapExceptFor(CheckedFunction<T, R, Throwable>, Class<? extends RuntimeException>) - Static method in interface pro.taskana.common.internal.util.CheckedFunction
- WrongCustomHolidayFormatException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown when an entry for the CustomHoliday has a wrong format.
- WrongCustomHolidayFormatException(String) - Constructor for exception pro.taskana.common.api.exceptions.WrongCustomHolidayFormatException
All Classes All Packages