- AbstractTaskanaJob - Class in pro.taskana.common.internal.jobs
-
Abstract base for all background jobs of TASKANA.
- AbstractTaskanaJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.common.internal.jobs.AbstractTaskanaJob
-
- AbstractWorkbasketAccessItemQuery<Q extends AbstractWorkbasketAccessItemQuery<Q,T>,T extends WorkbasketAccessItem> - Interface in pro.taskana.workbasket.api
-
AbstractWorkbasketAccessItemQuery for generating dynamic sql.
- accept(T, U) - Method in interface pro.taskana.common.internal.util.CheckedBiConsumer
-
- accept(T) - Method in interface pro.taskana.common.internal.util.CheckedConsumer
-
- accessIdIn(String...) - Method in interface pro.taskana.workbasket.api.AbstractWorkbasketAccessItemQuery
-
Add your accessIds to your query.
- accessIdIn(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Add your accessIds to your query.
- accessIdIn(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- accessIdLike(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Add keys to your query.
- accessIdLike(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- accessIdsHavePermission(WorkbasketPermission, String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Setting up the permission which should be granted on the result workbaskets and the users which
should be checked.
- accessIdsHavePermission(WorkbasketPermission, String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- AccessItemQueryColumnName - Enum in pro.taskana.workbasket.api
-
- addAllErrors(BulkOperationResults<? extends K, ? extends V>) - Method in class pro.taskana.common.api.BulkOperationResults
-
Add all errors from another BulkOperationResult to this.
- addAttachment(Attachment) - Method in interface pro.taskana.task.api.models.Task
-
Add an attachment.
NULL will be ignored and an attachment with the same ID will be replaced by the newer one.
- addAttachment(Attachment) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- addAttachmentSummary(AttachmentSummary) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- addCustomHolidays(List<CustomHoliday>) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- addDistributionTarget(String, String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Add a distribution target to a workbasket.
- addDistributionTarget(String, String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- 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.
- addItem(I) - Method in class pro.taskana.monitor.api.reports.Report
-
- addItem(I, QueryItemPreprocessor<I>) - Method in class pro.taskana.monitor.api.reports.Report
-
- addItem(I, int) - Method in class pro.taskana.monitor.api.reports.row.FoldableRow
-
- addItem(I, int) - Method in interface pro.taskana.monitor.api.reports.row.Row
-
Appends a specific item value at a specific index.
- addItem(I, int) - Method in class pro.taskana.monitor.api.reports.row.SingleRow
-
- addItems(List<? extends I>, QueryItemPreprocessor<I>) - Method in class pro.taskana.monitor.api.reports.Report
-
- addItems(List<I>) - Method in class pro.taskana.monitor.api.reports.Report
-
- addMember(Principal) - Method in class pro.taskana.common.internal.security.GroupPrincipal
-
- addWorkingDaysToInstant(Instant, Duration) - Method in class pro.taskana.common.api.WorkingDaysToDaysConverter
-
- AgeQueryItem - Interface in pro.taskana.monitor.api.reports.item
-
The MonitorQueryItem entity contains the number of tasks for a key (e.g.
- applicationEntryPoint - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- applicationEntryPoint - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- applicationEntryPointIn(String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your applicationEntryPoint to your query.
- applicationEntryPointIn(String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- applicationEntryPointLike(String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your applicationEntryPoint to your query.
- applicationEntryPointLike(String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- apply(T) - Method in interface pro.taskana.common.internal.util.CheckedFunction
-
- apply(I) - Method in interface pro.taskana.monitor.api.reports.item.QueryItemPreprocessor
-
- apply(I) - Method in class pro.taskana.monitor.internal.preprocessor.DaysToWorkingDaysReportPreProcessor
-
- asSummary() - Method in interface pro.taskana.classification.api.models.Classification
-
Return a summary of the current Classification.
- asSummary() - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- asSummary() - Method in interface pro.taskana.task.api.models.Attachment
-
Return a summary of the current Attachment.
- asSummary() - Method in interface pro.taskana.task.api.models.Task
-
Return a summary of the current Task.
- asSummary() - Method in class pro.taskana.task.internal.models.AttachmentImpl
-
- asSummary() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- asSummary() - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Return a summary of the current workbasket.
- asSummary() - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- Attachment - Interface in pro.taskana.task.api.models
-
Attachment-Interface to specify Attachment Attributes.
- attachmentChannelIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of attachment channel for exact matching to your query.
- attachmentChannelIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentChannelLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of attachment channel for pattern matching to your query.
- attachmentChannelLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentClassificationIdIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the attachment classification Ids for exact matching to your query.
- attachmentClassificationIdIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentClassificationIdLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of attachment classification ids for pattern matching to your query.
- attachmentClassificationIdLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentClassificationKey - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- attachmentClassificationKeyIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the attachment classification keys for exact matching to your query.
- attachmentClassificationKeyIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentClassificationKeyLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the attachment classification Keys for pattern matching to your query.
- attachmentClassificationKeyLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentClassificationNameIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the attachment classification names for exact matching to your query.
- attachmentClassificationNameIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentClassificationNameLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of attachment classification names for pattern matching to your query.
- attachmentClassificationNameLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- AttachmentHandler - Class in pro.taskana.task.internal
-
- AttachmentImpl - Class in pro.taskana.task.internal.models
-
Attachment entity.
- AttachmentImpl() - Constructor for class pro.taskana.task.internal.models.AttachmentImpl
-
- AttachmentMapper - Interface in pro.taskana.task.internal
-
This class is the mybatis mapping of Attachment.
- AttachmentPersistenceException - Exception in pro.taskana.task.api.exceptions
-
Thrown, when an attachment should be inserted to the DB, but it does already exist.
This may happen when a not persisted attachment with ID will be added twice on a task.
- AttachmentPersistenceException(String, Throwable) - Constructor for exception pro.taskana.task.api.exceptions.AttachmentPersistenceException
-
- attachmentReceivedWithin(TimeInterval...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your received-dates to your query.
- attachmentReceivedWithin(TimeInterval...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentReferenceValueIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of reference values for exact matching to your query.
- attachmentReferenceValueIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentReferenceValueLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of reference values for pattern matching to your query.
- attachmentReferenceValueLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- attachmentSummaries - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- AttachmentSummary - Interface in pro.taskana.task.api.models
-
Interface for AttachmentSummaries.
- AttachmentSummaryImpl - Class in pro.taskana.task.internal.models
-
The most important fields of the Attachment entity.
- AttachmentSummaryImpl(AttachmentSummaryImpl) - Constructor for class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- augmentDisplayNames(Map<String, String>) - Method in class pro.taskana.monitor.api.reports.Report
-
- AutocommitFailedException - Exception in pro.taskana.common.api.exceptions
-
Thrown in ConnectionManagementMode AUTOCOMMIT when an attempt to commit fails.
- AutocommitFailedException(Throwable) - Constructor for exception pro.taskana.common.api.exceptions.AutocommitFailedException
-
- call() - Method in interface pro.taskana.common.internal.transaction.TaskanaCallable
-
- CALLBACK_STATE - Static variable in interface pro.taskana.task.api.models.Task
-
The key that is used to supply Callback_state within the CallbackInfo map.
- CallbackState - Enum in pro.taskana.task.api
-
This enum contains all status of synchronization between a taskana task and a task in a remote
system.
- callbackStateIn(CallbackState...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your callbackState to your query.
- callbackStateIn(CallbackState...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- callerHasPermission(WorkbasketPermission) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add condition to query if the caller (one of the accessIds of the caller) has the given
permission on the workbasket.
- callerHasPermission(WorkbasketPermission) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- cancelClaim(String) - Method in interface pro.taskana.task.api.TaskService
-
Cancel the claim of an existing task if it was claimed by the current user before.
- cancelClaim(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- cancelTask(String) - Method in interface pro.taskana.task.api.TaskService
-
Cancels a task.
- cancelTask(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- canEqual(Object) - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- canEqual(Object) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- canEqual(Object) - Method in class pro.taskana.task.internal.models.AttachmentImpl
-
- canEqual(Object) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- canEqual(Object) - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- canEqual(Object) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- canEqual(Object) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- canEqual(Object) - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- canEqual(Object) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- category - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- category - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- categoryIn(String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your category to your query.
- categoryIn(String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- channel - Variable in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- checkAuthorization(String, WorkbasketPermission...) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
This method checks the authorization for the actual User.
- checkAuthorization(String, String, WorkbasketPermission...) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
This method checks the authorization for the actual User.
- checkAuthorization(String, WorkbasketPermission...) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- checkAuthorization(String, String, WorkbasketPermission...) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- CheckedBiConsumer<T,U,E extends Throwable> - Interface in pro.taskana.common.internal.util
-
- CheckedConsumer<T,E extends Throwable> - Interface in pro.taskana.common.internal.util
-
- CheckedFunction<T,E> - Interface in pro.taskana.common.internal.util
-
- checkRoleMembership(TaskanaRole...) - Method in interface pro.taskana.common.api.TaskanaEngine
-
Checks whether current user is member of any of the specified roles.
- checkRoleMembership(TaskanaRole...) - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- checkSecureAccess(boolean) - Method in class pro.taskana.common.internal.configuration.SecurityVerifier
-
- claim(String) - Method in interface pro.taskana.task.api.TaskService
-
Claim an existing task for the current user.
- claim(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- claimed - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- claimedWithin(TimeInterval...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the time intervals within which the task was claimed to your query.
- claimedWithin(TimeInterval...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- Classification - Interface in pro.taskana.classification.api.models
-
Interface used to specify the Classification-Model.
- CLASSIFICATION_ID - Static variable in class pro.taskana.classification.internal.jobs.ClassificationChangedJob
-
- ClassificationAlreadyExistException - Exception in pro.taskana.classification.api.exceptions
-
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
- ClassificationAlreadyExistException(Classification) - Constructor for exception pro.taskana.classification.api.exceptions.ClassificationAlreadyExistException
-
- classificationCategoriesByTypeMap - Variable in class pro.taskana.TaskanaEngineConfiguration
-
- classificationCategoryIn(List<String>) - Method in interface pro.taskana.monitor.api.reports.TimeIntervalReportBuilder
-
Adds a list of classificationCategories to the builder.
- classificationCategoryIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your classificationCategory to your query.
- classificationCategoryIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- classificationCategoryLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your classificationCategory for pattern matching to your query.
- classificationCategoryLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- ClassificationCategoryReport - Class in pro.taskana.monitor.api.reports
-
A CategoryReport contains the total numbers of tasks of the respective category as well as the
total number of all tasks.
- ClassificationCategoryReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.monitor.api.reports.ClassificationCategoryReport
-
- ClassificationCategoryReport.Builder - Interface in pro.taskana.monitor.api.reports
-
- ClassificationCategoryReportBuilderImpl - Class in pro.taskana.monitor.internal.reports
-
The implementation of CategoryReportBuilder.
- ClassificationCategoryReportBuilderImpl(InternalTaskanaEngine, MonitorMapper) - Constructor for class pro.taskana.monitor.internal.reports.ClassificationCategoryReportBuilderImpl
-
- ClassificationChangedJob - Class in pro.taskana.classification.internal.jobs
-
This class executes a job of type CLASSIFICATIONCHANGEDJOB.
- ClassificationChangedJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.classification.internal.jobs.ClassificationChangedJob
-
- ClassificationCreatedEvent - Class in pro.taskana.spi.history.api.events.classification
-
- ClassificationCreatedEvent(String, Classification, String, String) - Constructor for class pro.taskana.spi.history.api.events.classification.ClassificationCreatedEvent
-
- ClassificationCustomField - Enum in pro.taskana.classification.api
-
- ClassificationDeletedEvent - Class in pro.taskana.spi.history.api.events.classification
-
- ClassificationDeletedEvent(String, Classification, String, String) - Constructor for class pro.taskana.spi.history.api.events.classification.ClassificationDeletedEvent
-
- ClassificationHistoryEvent - Class in pro.taskana.spi.history.api.events.classification
-
Super class for all classification related events.
- ClassificationHistoryEvent() - Constructor for class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- ClassificationHistoryEvent(String, ClassificationSummary, String, String) - Constructor for class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- ClassificationHistoryEventType - Enum in pro.taskana.spi.history.api.events.classification
-
- classificationId - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- classificationIdIn(List<String>) - Method in interface pro.taskana.monitor.api.reports.TimeIntervalReportBuilder
-
Adds a list of classificationIds to the builder.
- classificationIdIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your classificationId to your query.
- classificationIdIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- ClassificationImpl - Class in pro.taskana.classification.internal.models
-
Classification entity.
- ClassificationImpl() - Constructor for class pro.taskana.classification.internal.models.ClassificationImpl
-
- ClassificationInUseException - Exception in pro.taskana.classification.api.exceptions
-
Thrown if a specific task is not in the database.
- ClassificationInUseException(String) - Constructor for exception pro.taskana.classification.api.exceptions.ClassificationInUseException
-
- ClassificationInUseException(String, Throwable) - Constructor for exception pro.taskana.classification.api.exceptions.ClassificationInUseException
-
- classificationKeyIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your classificationKey to your query.
- classificationKeyIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- classificationKeyLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your classificationKey for pattern matching to your query.
- classificationKeyLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- classificationKeyNotIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Exlude these classificationKeys from your query.
- classificationKeyNotIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- ClassificationMapper - Interface in pro.taskana.classification.internal
-
This class is the mybatis mapping of classifications.
- classificationNameIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your classificationName to your query.
- classificationNameIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- classificationNameLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your classificationName for pattern matching to your query.
- classificationNameLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- ClassificationNotFoundException - Exception in pro.taskana.classification.api.exceptions
-
Thrown if a specific task is not in the database.
- ClassificationNotFoundException(String, String) - Constructor for exception pro.taskana.classification.api.exceptions.ClassificationNotFoundException
-
- ClassificationNotFoundException(String, String, String) - Constructor for exception pro.taskana.classification.api.exceptions.ClassificationNotFoundException
-
- ClassificationQuery - Interface in pro.taskana.classification.api
-
ClassificationQuery for generating dynamic sql.
- ClassificationQueryColumnName - Enum in pro.taskana.classification.api
-
- ClassificationQueryImpl - Class in pro.taskana.classification.internal
-
Implementation of ClassificationQuery interface.
- ClassificationQueryMapper - Interface in pro.taskana.classification.internal
-
This class provides a mapper for all classification queries.
- ClassificationReport - Class in pro.taskana.monitor.api.reports
-
The ClassificationReport extends the Report.
- ClassificationReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.monitor.api.reports.ClassificationReport
-
- ClassificationReport.Builder - Interface in pro.taskana.monitor.api.reports
-
- ClassificationReport.DetailedClassificationReport - Class in pro.taskana.monitor.api.reports
-
- ClassificationReportBuilderImpl - Class in pro.taskana.monitor.internal.reports
-
The implementation of ClassificationReportBuilder.
- ClassificationReportBuilderImpl(InternalTaskanaEngine, MonitorMapper) - Constructor for class pro.taskana.monitor.internal.reports.ClassificationReportBuilderImpl
-
- ClassificationService - Interface in pro.taskana.classification.api
-
This class manages the classifications.
- ClassificationServiceImpl - Class in pro.taskana.classification.internal
-
This is the implementation of ClassificationService.
- ClassificationServiceImpl(InternalTaskanaEngine, ClassificationMapper, TaskMapper) - Constructor for class pro.taskana.classification.internal.ClassificationServiceImpl
-
- ClassificationSummary - Interface in pro.taskana.classification.api.models
-
Interface for ClassificationSummaries.
- classificationSummary - Variable in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- classificationSummary - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- ClassificationSummaryImpl - Class in pro.taskana.classification.internal.models
-
Implementation for the short summaries of a classification entity.
- ClassificationSummaryImpl() - Constructor for class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- ClassificationSummaryImpl(ClassificationSummaryImpl) - Constructor for class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- classificationTypes - Variable in class pro.taskana.TaskanaEngineConfiguration
-
- ClassificationUpdatedEvent - Class in pro.taskana.spi.history.api.events.classification
-
- ClassificationUpdatedEvent(String, Classification, String, String) - Constructor for class pro.taskana.spi.history.api.events.classification.ClassificationUpdatedEvent
-
- clearErrors() - Method in class pro.taskana.common.api.BulkOperationResults
-
Clearing the map - all entries will be removed.
- closeConnection() - Method in interface pro.taskana.common.api.TaskanaEngine
-
Closes the client's connection, sets it to null and switches to mode PARTICIPATE.
- closeConnection() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- ColumnHeader<I extends QueryItem> - Interface in pro.taskana.monitor.api.reports.header
-
A ColumnHeader is an element of a
Report.
- columnHeaders - Variable in class pro.taskana.monitor.api.reports.Report
-
- CombinedClassificationFilter - Class in pro.taskana.monitor.api
-
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.
- CombinedClassificationFilter(String) - Constructor for class pro.taskana.monitor.api.CombinedClassificationFilter
-
- CombinedClassificationFilter(String, String) - Constructor for class pro.taskana.monitor.api.CombinedClassificationFilter
-
- combinedClassificationFilterIn(List<CombinedClassificationFilter>) - Method in interface pro.taskana.monitor.api.reports.WorkbasketReport.Builder
-
- combinedClassificationFilterIn(List<CombinedClassificationFilter>) - Method in class pro.taskana.monitor.internal.reports.WorkbasketReportBuilderImpl
-
- companyIn(String...) - Method in interface pro.taskana.task.api.ObjectReferenceQuery
-
Add your company to your query.
- companyIn(String...) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- completed - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- completedWithin(TimeInterval...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the time intervals within which the task was completed to your query.
- completedWithin(TimeInterval...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- completeTask(String) - Method in interface pro.taskana.task.api.TaskService
-
Complete a claimed Task as owner/admin and update State and Timestamps.
- completeTask(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- completeTasks(List<String>) - Method in interface pro.taskana.task.api.TaskService
-
Completes a list of tasks.
- completeTasks(List<String>) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- 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
-
- connection - Variable in class pro.taskana.common.internal.TaskanaEngineImpl
-
- ConnectionNotSetException - Exception in pro.taskana.common.api.exceptions
-
Thrown if ConnectionManagementMode is CONNECTION_MANAGED_EXTERNALLY and an attempt is made to
call an API method before the 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.
- convertDaysToWorkingDays(int) - Method in class pro.taskana.monitor.internal.preprocessor.WorkingDaysToDaysReportConverter
-
- convertWorkingDaysToDays(int) - Method in class pro.taskana.monitor.internal.preprocessor.WorkingDaysToDaysReportConverter
-
- copy(String) - Method in interface pro.taskana.classification.api.models.Classification
-
Duplicates this Classification without the id.
- copy() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Duplicates this ClassificationSummary without the id.
- copy(String) - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- copy() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- copy() - Method in interface pro.taskana.task.api.models.Attachment
-
Duplicates this Attachment without the id and taskId.
- copy() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
Duplicates this AttachmentSummary without the id and taskId.
- copy() - Method in class pro.taskana.task.api.models.ObjectReference
-
- copy() - Method in interface pro.taskana.task.api.models.Task
-
Duplicates this Task without the internal and external id.
- copy() - Method in interface pro.taskana.task.api.models.TaskComment
-
Duplicates this TaskComment without the id.
- copy() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Duplicates this TaskSummary without the internal and external id.
- copy() - Method in class pro.taskana.task.internal.models.AttachmentImpl
-
- copy() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- copy() - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- copy() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- copy() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- copy(String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Duplicates this Workbasket without the id.
- copy() - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Duplicates this WorkbasketAccessItem without the id.
- copy() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Duplicates this WorkbasketSummary without the id.
- copy() - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- copy(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- copy() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- count() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- count() - Method in interface pro.taskana.common.api.BaseQuery
-
Counting the amount of rows/results for the current query.
- count() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- count() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- count() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- count() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- countQueryClassifications(ClassificationQueryImpl) - Method in interface pro.taskana.classification.internal.ClassificationQueryMapper
-
- countQueryObjectReferences(ObjectReferenceQueryImpl) - Method in interface pro.taskana.task.internal.TaskQueryMapper
-
- countQueryTasks(TaskQueryImpl) - Method in interface pro.taskana.task.internal.TaskQueryMapper
-
- countQueryTasksDb2(TaskQueryImpl) - Method in interface pro.taskana.task.internal.TaskQueryMapper
-
- countQueryWorkbasketAccessItems(WorkbasketAccessItemQuery) - Method in interface pro.taskana.workbasket.internal.WorkbasketQueryMapper
-
- countQueryWorkbaskets(WorkbasketQueryImpl) - Method in interface pro.taskana.workbasket.internal.WorkbasketQueryMapper
-
- create(TaskHistoryEvent) - Method in interface pro.taskana.spi.history.api.TaskanaHistory
-
Create a new task history event.
- create(WorkbasketHistoryEvent) - Method in interface pro.taskana.spi.history.api.TaskanaHistory
-
Create a new workbasket history event.
- create(ClassificationHistoryEvent) - Method in interface pro.taskana.spi.history.api.TaskanaHistory
-
Create a new classification history event.
- createClassification(Classification) - Method in interface pro.taskana.classification.api.ClassificationService
-
Persists a new classification after adding default values.
- createClassification(Classification) - Method in class pro.taskana.classification.internal.ClassificationServiceImpl
-
- createClassificationCategoryReportBuilder() - Method in interface pro.taskana.monitor.api.MonitorService
-
Provides a
ClassificationCategoryReport.Builder for creating a
ClassificationCategoryReport, list the task ids of this report and list the values of an
entered custom attribute.
- createClassificationCategoryReportBuilder() - Method in class pro.taskana.monitor.internal.MonitorServiceImpl
-
- createClassificationQuery() - Method in interface pro.taskana.classification.api.ClassificationService
-
This method provides a query builder for quering the database.
- createClassificationQuery() - Method in class pro.taskana.classification.internal.ClassificationServiceImpl
-
- createClassificationReportBuilder() - Method in interface pro.taskana.monitor.api.MonitorService
-
Provides a
ClassificationReport.Builder for creating a
ClassificationReport or
a DetailedClassificationReport, list the task ids of these reports and list the values of an
entered custom attribute.
- createClassificationReportBuilder() - Method in class pro.taskana.monitor.internal.MonitorServiceImpl
-
- created - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- created - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- created - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- created - Variable in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- created - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- createDatasource(String, String, String, String) - Static method in class pro.taskana.TaskanaEngineConfiguration
-
This method creates a PooledDataSource, if the needed properties are provided.
- createDefaultDataSource() - Static method in class pro.taskana.TaskanaEngineConfiguration
-
- createdWithin(TimeInterval...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your created-Dates to your query.
- createdWithin(TimeInterval...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- createdWithin(TimeInterval...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the time intervals within which the task was created to your query.
- createdWithin(TimeInterval...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- createdWithin(TimeInterval...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the time intervals within which the workbasket was created to your query.
- createdWithin(TimeInterval...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- createEvent(TaskHistoryEvent) - Method in class pro.taskana.spi.history.internal.HistoryEventManager
-
- createEvent(WorkbasketHistoryEvent) - Method in class pro.taskana.spi.history.internal.HistoryEventManager
-
- createEvent(ClassificationHistoryEvent) - Method in class pro.taskana.spi.history.internal.HistoryEventManager
-
- createFromScheduledJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Static method in class pro.taskana.common.internal.jobs.AbstractTaskanaJob
-
- createJob(ScheduledJob) - Method in interface pro.taskana.common.api.JobService
-
Create a schedule a new job.
- createJob(ScheduledJob) - Method in class pro.taskana.common.internal.JobServiceImpl
-
- createObjectReferenceQuery() - Method in interface pro.taskana.task.api.TaskQuery
-
This method provides a query builder for quering the database.
- createObjectReferenceQuery() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- createRow(String, int) - Method in class pro.taskana.monitor.api.reports.ClassificationReport.DetailedClassificationReport
-
- createRow(String) - Method in class pro.taskana.monitor.api.reports.Report
-
- createRow(String, int) - Method in class pro.taskana.monitor.api.reports.Report
-
- createRow(String, int) - Method in class pro.taskana.monitor.api.reports.TimestampReport
-
- createSqlSessionManager() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
This method creates the sqlSessionManager of myBatis.
- createTask(Task) - Method in interface pro.taskana.task.api.TaskService
-
Persists a not persisted Task which does not exist already.
- createTask(Task) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- createTaskanaEngine(TaskanaEngineConfiguration) - Static method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- createTaskComment(TaskComment) - Method in interface pro.taskana.task.api.TaskService
-
Create a task comment.
- createTaskComment(TaskComment) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- createTaskCustomFieldValueReportBuilder(TaskCustomField) - Method in interface pro.taskana.monitor.api.MonitorService
-
Provides a
TaskCustomFieldValueReport.Builder for creating a
TaskCustomFieldValueReport and list the values of an entered custom attribute.
- createTaskCustomFieldValueReportBuilder(TaskCustomField) - Method in class pro.taskana.monitor.internal.MonitorServiceImpl
-
- CreateTaskPreprocessor - Interface in pro.taskana.spi.task.api
-
- CreateTaskPreprocessorManager - Class in pro.taskana.spi.task.internal
-
- createTaskQuery() - Method in interface pro.taskana.task.api.TaskService
-
This method provides a query builder for quering the database.
- createTaskQuery() - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- createTaskStatusReportBuilder() - Method in interface pro.taskana.monitor.api.MonitorService
-
- createTaskStatusReportBuilder() - Method in class pro.taskana.monitor.internal.MonitorServiceImpl
-
- createTimestampReportBuilder() - Method in interface pro.taskana.monitor.api.MonitorService
-
- createTimestampReportBuilder() - Method in class pro.taskana.monitor.internal.MonitorServiceImpl
-
- createWorkbasket(Workbasket) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Create a new Workbasket.
- createWorkbasket(Workbasket) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- createWorkbasketAccessItem(WorkbasketAccessItem) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
- createWorkbasketAccessItem(WorkbasketAccessItem) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- createWorkbasketAccessItemQuery() - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
This method provides a query builder for querying the database.
- createWorkbasketAccessItemQuery() - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- createWorkbasketQuery() - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
This method provides a query builder for querying the database.
- createWorkbasketQuery() - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- createWorkbasketReportBuilder() - Method in interface pro.taskana.monitor.api.MonitorService
-
Provides a
WorkbasketReport.Builder for creating a
WorkbasketReport, list the
task ids of this report and list the values of an entered custom attribute.
- createWorkbasketReportBuilder() - Method in class pro.taskana.monitor.internal.MonitorServiceImpl
-
- creator - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- creatorIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the UserIds of the creator to your query.
- creatorIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- creatorLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the UserIds of the creator for pattern matching to your query.
- creatorLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- CurrentUserContext - Class in pro.taskana.common.internal.security
-
Provides the context information about the current (calling) user.
- custom1 - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- custom1 - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- custom1 - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- custom1 - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- custom1 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom1 - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- custom10 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom11 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom12 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom13 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom14 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom15 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom16 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom2 - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- custom2 - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- custom2 - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- custom2 - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- custom2 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom2 - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- custom3 - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- custom3 - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- custom3 - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- custom3 - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- custom3 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom3 - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- custom4 - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- custom4 - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- custom4 - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- custom4 - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- custom4 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom4 - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- custom5 - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- custom5 - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- custom5 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom6 - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- custom6 - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- custom6 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom7 - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- custom7 - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- custom7 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom8 - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- custom8 - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- custom8 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- custom9 - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- customAttributeFilterIn(Map<TaskCustomField, String>) - Method in interface pro.taskana.monitor.api.reports.TimeIntervalReportBuilder
-
Adds a map of custom attributes and custom attribute values to the builder.
- customAttributeIn(ClassificationCustomField, String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add the values of custom attributes for exact matching to your query.
- customAttributeIn(ClassificationCustomField, String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- customAttributeIn(TaskCustomField, String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of custom attributes for exact matching to your query.
- customAttributeIn(TaskCustomField, String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- customAttributeIn(WorkbasketCustomField, String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the values of custom attributes for exact matching to your query.
- customAttributeIn(WorkbasketCustomField, String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- customAttributeLike(ClassificationCustomField, String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add the values of custom attributes for pattern matching to your query.
- customAttributeLike(ClassificationCustomField, String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- customAttributeLike(TaskCustomField, String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of custom attributes for pattern matching to your query.
- customAttributeLike(TaskCustomField, String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- customAttributeLike(WorkbasketCustomField, String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the values of custom attributes for pattern matching to your query.
- customAttributeLike(WorkbasketCustomField, String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- CustomHoliday - Class in pro.taskana.common.api
-
- CustomHoliday(Integer, Integer) - Constructor for class pro.taskana.common.api.CustomHoliday
-
- dataSource - Variable in class pro.taskana.TaskanaEngineConfiguration
-
- Date(int) - Constructor for class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader.Date
-
- DaysToWorkingDaysReportPreProcessor<I extends AgeQueryItem> - Class in pro.taskana.monitor.internal.preprocessor
-
- DaysToWorkingDaysReportPreProcessor(List<? extends TimeIntervalColumnHeader>, WorkingDaysToDaysConverter, boolean) - Constructor for class pro.taskana.monitor.internal.preprocessor.DaysToWorkingDaysReportPreProcessor
-
- DB - Enum in pro.taskana.common.internal.configuration
-
Supported versions of databases.
- 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
-
- dbSchemaCreator - Variable in class pro.taskana.TaskanaEngineConfiguration
-
- DEFAULT_LOCK_EXPIRATION_PERIOD - Static variable in class pro.taskana.common.internal.JobServiceImpl
-
- delete(ScheduledJob) - Method in interface pro.taskana.common.internal.JobMapper
-
- delete(String) - Method in interface pro.taskana.task.internal.AttachmentMapper
-
- delete(String) - Method in interface pro.taskana.task.internal.ObjectReferenceMapper
-
- delete(String) - Method in interface pro.taskana.task.internal.TaskCommentMapper
-
- delete(String) - Method in interface pro.taskana.task.internal.TaskMapper
-
- delete(String, String) - Method in interface pro.taskana.workbasket.internal.DistributionTargetMapper
-
- delete(String) - Method in interface pro.taskana.workbasket.internal.WorkbasketAccessMapper
-
- delete(String) - Method in interface pro.taskana.workbasket.internal.WorkbasketMapper
-
- deleteAccessItemsForAccessId(String) - Method in interface pro.taskana.workbasket.internal.WorkbasketAccessMapper
-
- deleteAllAccessItemsForWorkbasketId(String) - Method in interface pro.taskana.workbasket.internal.WorkbasketAccessMapper
-
- deleteAllDistributionTargetsBySourceId(String) - Method in interface pro.taskana.workbasket.internal.DistributionTargetMapper
-
- deleteAllDistributionTargetsByTargetId(String) - Method in interface pro.taskana.workbasket.internal.DistributionTargetMapper
-
- deleteClassification(String) - Method in interface pro.taskana.classification.api.ClassificationService
-
Delete a classification with all child classifications.
- deleteClassification(String, String) - Method in interface pro.taskana.classification.api.ClassificationService
-
Delete a classification with all child classifications.
- deleteClassification(String) - Method in interface pro.taskana.classification.internal.ClassificationMapper
-
- deleteClassification(String) - Method in class pro.taskana.classification.internal.ClassificationServiceImpl
-
- deleteClassification(String, String) - Method in class pro.taskana.classification.internal.ClassificationServiceImpl
-
- deleteEvents(List<String>) - Method in class pro.taskana.spi.history.internal.HistoryEventManager
-
- deleteHistoryEventsByTaskIds(List<String>) - Method in interface pro.taskana.spi.history.api.TaskanaHistory
-
Delete history events by taskIds.
- deleteJob(ScheduledJob) - Method in class pro.taskana.common.internal.JobServiceImpl
-
- deleteMultiple(List<String>) - Method in interface pro.taskana.task.internal.TaskMapper
-
- deleteMultipleBySourceId(String, List<String>) - Method in interface pro.taskana.workbasket.internal.DistributionTargetMapper
-
- deleteMultipleByTaskIds(List<String>) - Method in interface pro.taskana.task.internal.AttachmentMapper
-
- deleteTask(String) - Method in interface pro.taskana.task.api.TaskService
-
Deletes the task with the given Id.
- deleteTask(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- deleteTaskComment(String) - Method in interface pro.taskana.task.api.TaskService
-
Deletes the task comment with the given Id.
- deleteTaskComment(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- deleteTasks(List<String>) - Method in interface pro.taskana.task.api.TaskService
-
Deletes a list of tasks.
- deleteTasks(List<String>) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- deleteWorkbasket(String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Deletes the workbasket by the given ID of it.
- deleteWorkbasket(String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- deleteWorkbasketAccessItem(String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
- deleteWorkbasketAccessItem(String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- deleteWorkbasketAccessItemsForAccessId(String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Deletes all WorkbasketAccessItems using the given AccessId of a user.
- deleteWorkbasketAccessItemsForAccessId(String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- deleteWorkbaskets(List<String>) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Deletes a list of workbaskets.
- deleteWorkbaskets(List<String>) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- description - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- description - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- descriptionLike(String) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your description to your query.
- descriptionLike(String) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- descriptionLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your description for pattern matching to your query.
- descriptionLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- descriptionLike(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add your description to your query.
- descriptionLike(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- DetailedClassificationReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.monitor.api.reports.ClassificationReport.DetailedClassificationReport
-
- DetailedClassificationRow - Class in pro.taskana.monitor.api.reports.row
-
Represents a single Row inside ClassificationReport.DetailedClassificationReport.
- DetailedClassificationRow(String, int) - Constructor for class pro.taskana.monitor.api.reports.row.DetailedClassificationRow
-
- DetailedMonitorQueryItem - Class in pro.taskana.monitor.api.reports.item
-
- DetailedMonitorQueryItem() - Constructor for class pro.taskana.monitor.api.reports.item.DetailedMonitorQueryItem
-
- details - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- details - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- details - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- determineChangesInAttributes(T, T) - Static method in class pro.taskana.common.internal.util.ObjectAttributeChangeDetector
-
Determines changes in fields between two objects.
- determineGroupedBy() - Method in class pro.taskana.monitor.internal.reports.ClassificationCategoryReportBuilderImpl
-
- determineGroupedBy() - Method in class pro.taskana.monitor.internal.reports.ClassificationReportBuilderImpl
-
- determineGroupedBy() - Method in class pro.taskana.monitor.internal.reports.TaskCustomFieldValueReportBuilderImpl
-
- determineGroupedBy() - Method in class pro.taskana.monitor.internal.reports.TimestampReportBuilderImpl
-
- determineGroupedBy() - Method in class pro.taskana.monitor.internal.reports.WorkbasketReportBuilderImpl
-
- determineWorkbasketId(Task) - Method in interface pro.taskana.spi.routing.api.TaskRoutingProvider
-
Determines a WorkbasketId for a given task.
- determineWorkbasketId(Task) - Method in class pro.taskana.task.internal.TaskRoutingManager
-
Determines a workbasket id for a given task.
- DistributionTargetMapper - Interface in pro.taskana.workbasket.internal
-
This class is the mybatis mapping of distribution targets.
- domain - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- domain - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- domain - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- domain - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- domain - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- domainExists(String) - Method in interface pro.taskana.common.internal.InternalTaskanaEngine
-
Returns true if the given domain does exist in the configuration.
- domainIn(String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your domains to your query which are used as filter.
- domainIn(String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- domainIn(List<String>) - Method in interface pro.taskana.monitor.api.reports.TaskStatusReport.Builder
-
Adds a list of domains to the builder.
- domainIn(List<String>) - Method in interface pro.taskana.monitor.api.reports.TimeIntervalReportBuilder
-
Adds a list of domains to the builder.
- domainIn(List<String>) - Method in class pro.taskana.monitor.internal.reports.TaskStatusReportBuilderImpl
-
- domainIn(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add your domains to your query.
- domainIn(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- domainLike(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the domains for pattern matching to your query.
- domainLike(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- DomainNotFoundException - Exception in pro.taskana.common.api.exceptions
-
This exception is thrown if a domain name is specified which is not found in the configuration.
- DomainNotFoundException(String, String) - Constructor for exception pro.taskana.common.api.exceptions.DomainNotFoundException
-
- domains - Variable in class pro.taskana.TaskanaEngineConfiguration
-
- due - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- dueWithin(TimeInterval...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the time intervals within which the task is due to your query.
- dueWithin(TimeInterval...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- generateDaysToWorkingDays(List<? extends TimeIntervalColumnHeader>, Instant) - Method in class pro.taskana.monitor.internal.preprocessor.WorkingDaysToDaysReportConverter
-
- generateWithPrefix(String) - Static method in class pro.taskana.common.internal.util.IdGenerator
-
This method create an id with an specific prefix.
- getAccessId() - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Returns the group id or user id for which this WorkbasketAccessItem controls access
permissions.
- getAccessId() - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- getAccessId() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getAccessIdIn() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getAccessIdLike() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getAccessIds() - Static method in class pro.taskana.common.internal.security.CurrentUserContext
-
- getAccessName() - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Returns the name of the group or user for which this WorkbasketAccessItem controls access
permissions.
- getAccessName() - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- getAgeInDays() - Method in interface pro.taskana.monitor.api.reports.item.AgeQueryItem
-
- getAgeInDays() - Method in class pro.taskana.monitor.api.reports.item.MonitorQueryItem
-
- getAgeInDays() - Method in class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- getAllClassificationCategories() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getApplicationEntryPoint() - Method in interface pro.taskana.classification.api.models.Classification
-
Get the logical name of the associated application entry point.
- getApplicationEntryPoint() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the application entry point of the classification.
- getApplicationEntryPoint() - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- getApplicationEntryPoint() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getApplicationEntryPoint() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getApplicationEntryPointIn() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getApplicationEntryPointLike() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getArguments() - Method in class pro.taskana.common.api.ScheduledJob
-
- getAttachmentChannelIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentChannelLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentClassificationId() - Method in class pro.taskana.monitor.api.CombinedClassificationFilter
-
- getAttachmentClassificationIdIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentClassificationIdLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentClassificationKey() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getAttachmentClassificationKeyIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentClassificationKeyLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentClassificationNameIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentClassificationNameLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentKey() - Method in class pro.taskana.monitor.api.reports.item.DetailedMonitorQueryItem
-
- getAttachmentReceivedIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentReferenceIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachmentReferenceLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getAttachments() - Method in interface pro.taskana.task.api.models.Task
-
Return the attachments for this task.
- getAttachments() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getAttachmentSummaries() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the attachment summaries of the task.
- getAttachmentSummaries() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getBegin() - Method in class pro.taskana.common.api.TimeInterval
-
- getBusinessProcessId() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getBusinessProcessId() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the businessProcessId of the task.
- getBusinessProcessId() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getBusinessProcessIdIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getBusinessProcessIdLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCallbackInfo() - Method in interface pro.taskana.task.api.models.Task
-
Returns a Map of Callback info.
- getCallbackInfo() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getCallbackState() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getCallbackState() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getCategory() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the category of the classification.
- getCategory() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCategory() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCategory() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getCells() - Method in interface pro.taskana.monitor.api.reports.row.Row
-
- getCells() - Method in class pro.taskana.monitor.api.reports.row.SingleRow
-
- getChannel() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
Gets the Channel on which the attachment was received.
- getChannel() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getClaimed() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the time when the task was claimed.
- getClaimed() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getClaimedIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassification(String, String) - Method in interface pro.taskana.classification.api.ClassificationService
-
Get the Classification for key and domain.
- getClassification(String) - Method in interface pro.taskana.classification.api.ClassificationService
-
Get the Classification by id.
- getClassification(String, String) - Method in class pro.taskana.classification.internal.ClassificationServiceImpl
-
- getClassification(String) - Method in class pro.taskana.classification.internal.ClassificationServiceImpl
-
- getClassificationCategoriesByType(String) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getClassificationCategoriesByTypeMap() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getClassificationCategory() - Method in interface pro.taskana.task.api.models.Task
-
Returns the category of the current classification.
- getClassificationCategory() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getClassificationCategoryIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassificationCategoryLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassificationId() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getClassificationId() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getClassificationId() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getClassificationIdIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassificationKey() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getClassificationKeyIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassificationKeyLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassificationKeyNotIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassificationNameIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassificationNameLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getClassificationService() - Method in interface pro.taskana.common.api.TaskanaEngine
-
The ClassificationService can be used for operations on all Categories.
- getClassificationService() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- getClassificationSummary() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
Gets the classificationSummary of the attachment.
- getClassificationSummary() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the classification summary of the task.
- getClassificationSummary() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getClassificationSummary() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getClassificationSummaryImpl() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getClassificationSummaryImpl() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getClassificationTypes() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getClazz() - Method in enum pro.taskana.common.api.ScheduledJob.Type
-
- getCleanupJobFirstRun() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getCleanupJobMinimumAge() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getCleanupJobRunEvery() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getColumnHeaders() - Method in class pro.taskana.monitor.api.reports.Report
-
- getColumnName() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getColumnName() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- getColumnName() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getColumnName() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getColumnName() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCombinedClassificationFilter() - Method in class pro.taskana.monitor.internal.reports.WorkbasketReportBuilderImpl
-
- getCompany() - Method in class pro.taskana.task.api.models.ObjectReference
-
- getCompany() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- getCompleted() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the time when the task was completed.
- getCompleted() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCompletedIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getConfiguration() - Method in interface pro.taskana.common.api.TaskanaEngine
-
The Taskana configuration.
- getConfiguration() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- getCreated() - Method in interface pro.taskana.classification.api.models.Classification
-
Get the timestamp when this classification was as created.
- getCreated() - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- getCreated() - Method in class pro.taskana.common.api.ScheduledJob
-
- getCreated() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getCreated() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getCreated() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getCreated() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
Gets the time when the attachment was created.
- getCreated() - Method in interface pro.taskana.task.api.models.TaskComment
-
Gets the time when the task comment was created.
- getCreated() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the time when the task was created.
- getCreated() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getCreated() - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- getCreated() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCreated() - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Returns the date when the workbasket was created.
- getCreated() - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- getCreatedIn() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCreatedIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCreatedIn() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCreateTaskPreprocessorManager() - Method in interface pro.taskana.common.internal.InternalTaskanaEngine
-
Retrieve CreateTaskPreprocessorManager.
- getCreator() - Method in interface pro.taskana.task.api.models.TaskComment
-
Gets the name of the task comment-creator.
- getCreator() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the name of the task-creator.
- getCreator() - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- getCreator() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCreatorIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCreatorLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCurrentUserId() - Method in exception pro.taskana.common.api.exceptions.NotAuthorizedException
-
- getCustom1() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustom1() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom1() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getCustom10() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom10In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom10Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom11() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom11In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom11Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom12() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom12In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom12Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom13() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom13In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom13Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom14() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom14In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom14Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom15() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom15In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom15Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom16() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom16In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom16Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom1In() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom1In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom1In() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCustom1Like() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom1Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom1Like() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCustom2() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustom2() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom2() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getCustom2In() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom2In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom2In() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCustom2Like() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom2Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom2Like() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCustom3() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustom3() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom3() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getCustom3In() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom3In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom3In() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCustom3Like() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom3Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom3Like() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCustom4() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustom4() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom4() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getCustom4In() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom4In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom4In() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCustom4Like() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom4Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom4Like() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getCustom5() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustom5() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom5In() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom5In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom5Like() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom5Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom6() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustom6() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom6In() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom6In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom6Like() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom6Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom7() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustom7() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom7In() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom7In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom7Like() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom7Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom8() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustom8() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom8In() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom8In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom8Like() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getCustom8Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom9() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustom9In() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustom9Like() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getCustomAttribute(ClassificationCustomField) - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the custom attribute of the classification.
- getCustomAttribute(ClassificationCustomField) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getCustomAttribute(ClassificationCustomField) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getCustomAttribute(TaskHistoryCustomField) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getCustomAttribute(WorkbasketCustomField) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getCustomAttribute(TaskCustomField) - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the custom attribute of the task.
- getCustomAttribute(TaskCustomField) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getCustomAttribute(WorkbasketCustomField) - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the custom attribute of the workbasket.
- getCustomAttribute(WorkbasketCustomField) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getCustomAttributeMap() - Method in interface pro.taskana.task.api.models.Attachment
-
Returns the custom attributes of this attachment.
- getCustomAttributeMap() - Method in interface pro.taskana.task.api.models.Task
-
Returns a Map of custom Attributes.
- getCustomAttributeMap() - Method in class pro.taskana.task.internal.models.AttachmentImpl
-
- getCustomAttributeMap() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getCustomAttributes() - Method in class pro.taskana.task.internal.models.AttachmentImpl
-
- getCustomAttributes() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getCustomAttributesAsString(String) - Method in interface pro.taskana.task.internal.AttachmentMapper
-
- getCustomAttributeValuesForReport(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<TaskCustomField, String>, List<CombinedClassificationFilter>, TaskCustomField) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getCustomHolidays() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getDatabaseProductId(String) - Static method in enum pro.taskana.common.internal.configuration.DB
-
- getDataSource() - Method in class pro.taskana.common.internal.configuration.DbSchemaCreator
-
- getDatasource() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getDay() - Method in class pro.taskana.common.api.CustomHoliday
-
- getDescription() - Method in interface pro.taskana.classification.api.models.Classification
-
Get the description of a classification.
- getDescription() - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- getDescription() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the description of the task.
- getDescription() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getDescription() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getDescription() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the description of the workbasket.
- getDescription() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getDescriptionLike() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getDescriptionLike() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getDetails() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getDetails() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getDetails() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getDisplayName() - Method in interface pro.taskana.monitor.api.reports.header.ColumnHeader
-
The display name is the string representation of this column.
- getDisplayName() - Method in class pro.taskana.monitor.api.reports.header.TaskStatusColumnHeader
-
- getDisplayName() - Method in class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader.Date
-
- getDisplayName() - Method in class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
-
- getDisplayName() - Method in class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader.Range
-
- getDisplayName() - Method in interface pro.taskana.monitor.api.reports.row.Row
-
- getDisplayName() - Method in class pro.taskana.monitor.api.reports.row.SingleRow
-
- getDistributionSources(String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Returns the distribution sources for a given workbasket.
- getDistributionSources(String, String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Returns the distribution sources for a given workbasket.
- getDistributionSources(String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- getDistributionSources(String, String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- getDistributionTargets(String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Returns the distribution targets for a given workbasket.
- getDistributionTargets(String, String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Returns the distribution targets for a given workbasket.
- getDistributionTargets(String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- getDistributionTargets(String, String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- getDomain() - Method in exception pro.taskana.classification.api.exceptions.ClassificationNotFoundException
-
- getDomain() - Method in interface pro.taskana.classification.api.models.Classification
-
Get the current domain-name of this classification.
- getDomain() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the domain of the classification.
- getDomain() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getDomain() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getDomain() - Method in class pro.taskana.common.api.KeyDomain
-
- getDomain() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getDomain() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getDomain() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getDomain() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the domain of the task.
- getDomain() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getDomain() - Method in exception pro.taskana.workbasket.api.exceptions.WorkbasketNotFoundException
-
- getDomain() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the domain of the workbasket.
- getDomain() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getDomainIn() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getDomainLike() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getDomains() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getDue() - Method in class pro.taskana.common.api.ScheduledJob
-
- getDue() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the time when the task is due.
- getDue() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getDue() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getDueIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getEnd() - Method in class pro.taskana.common.api.TimeInterval
-
- getEngine() - Method in interface pro.taskana.common.internal.InternalTaskanaEngine
-
Retrieve TaskanaEngine.
- 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.
- getEventType() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getEventType() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getEventType() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getExternalId() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the external id of the task.
- getExternalId() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getExternalId() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getExternalIdIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getExternalIdLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getFailedIds() - Method in class pro.taskana.common.api.BulkOperationResults
-
Returns the IDs of the Object with failed requests.
- getFoldableRow(String) - Method in class pro.taskana.monitor.api.reports.row.DetailedClassificationRow
-
- getFoldableRow(String) - Method in class pro.taskana.monitor.api.reports.row.FoldableRow
-
- getFoldableRow(String) - Method in class pro.taskana.monitor.api.reports.row.TimestampRow
-
- getFoldableRow(String) - Method in class pro.taskana.monitor.api.reports.row.TimestampRow.OrgLevel1Row
-
- getFoldableRow(String) - Method in class pro.taskana.monitor.api.reports.row.TimestampRow.OrgLevel2Row
-
- getFoldableRow(String) - Method in class pro.taskana.monitor.api.reports.row.TimestampRow.OrgLevel3Row
-
- getFoldableRowCount() - Method in class pro.taskana.monitor.api.reports.row.FoldableRow
-
- getFoldableRowKeySet() - Method in class pro.taskana.monitor.api.reports.row.FoldableRow
-
- getFoldableRows() - Method in class pro.taskana.monitor.api.reports.row.FoldableRow
-
- getGroupIds() - Static method in class pro.taskana.common.internal.security.CurrentUserContext
-
- getHistoryEventManager() - Method in interface pro.taskana.common.internal.InternalTaskanaEngine
-
Retrieve HistoryEventProducer.
- getId() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the id of the classification.
- getId() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getId() - Method in exception pro.taskana.common.api.exceptions.NotFoundException
-
- getId() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getId() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getId() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getId() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
Gets the id of the attachment.
- getId() - Method in class pro.taskana.task.api.models.ObjectReference
-
- getId() - Method in interface pro.taskana.task.api.models.TaskComment
-
Gets the id of the task comment.
- getId() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the id of the task.
- getId() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getId() - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- getId() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getId() - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Returns the current id of the WorkbasketAccessItem.
- getId() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the id of the workbasket.
- getId() - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- getId() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getIdIn() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getIdIn() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getIdIn() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getInstance(TaskanaEngine) - Static method in class pro.taskana.spi.history.internal.HistoryEventManager
-
- getInstance() - Static method in class pro.taskana.spi.task.internal.CreateTaskPreprocessorManager
-
- getInstance(TaskanaEngine) - Static method in class pro.taskana.task.internal.TaskRoutingManager
-
- getIsRead() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getIsSelectAndClaim() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getIsTransferred() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getIsValidInDomain() - Method in interface pro.taskana.classification.api.models.Classification
-
Get a flag if the classification if currently valid in the used domain.
- getIsValidInDomain() - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- getJobId() - Method in class pro.taskana.common.api.ScheduledJob
-
- getJobService() - Method in interface pro.taskana.common.api.TaskanaEngine
-
The JobService can be user for all job operations.
- getJobService() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- getKey() - Method in exception pro.taskana.classification.api.exceptions.ClassificationNotFoundException
-
- getKey() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the key of the classification.
- getKey() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getKey() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getKey() - Method in class pro.taskana.common.api.KeyDomain
-
- getKey() - Method in class pro.taskana.monitor.api.reports.item.MonitorQueryItem
-
- getKey() - Method in interface pro.taskana.monitor.api.reports.item.QueryItem
-
The key of a QueryItem determines its row within a
Report.
- getKey() - Method in class pro.taskana.monitor.api.reports.item.TaskQueryItem
-
- getKey() - Method in class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- getKey() - Method in interface pro.taskana.monitor.api.reports.row.Row
-
- getKey() - Method in class pro.taskana.monitor.api.reports.row.SingleRow
-
- getKey() - Method in class pro.taskana.monitor.api.SelectedItem
-
- getKey() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getKey() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getKey() - Method in exception pro.taskana.workbasket.api.exceptions.WorkbasketNotFoundException
-
- getKey() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the key of the workbasket.
- getKey() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getKeyIn() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getKeyLike() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getKeyOrNameLike() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getLargestLowerLimit(List<? extends TimeIntervalColumnHeader>) - Static method in class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
-
- getLeft() - Method in class pro.taskana.common.internal.util.Pair
-
- getLeft() - Method in class pro.taskana.common.internal.util.Triplet
-
- getLinkToCounterTaskScript() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getLinkToMapperScript() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getLockedBy() - Method in class pro.taskana.common.api.ScheduledJob
-
- getLockExpires() - Method in class pro.taskana.common.api.ScheduledJob
-
- getLowerAgeLimit() - Method in class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
-
- getLowerAgeLimit() - Method in class pro.taskana.monitor.api.SelectedItem
-
- getMaxNumberOfJobRetries() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getMaxNumberOfUpdatesPerTransaction() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getMiddle() - Method in class pro.taskana.common.internal.util.Triplet
-
- getModified() - Method in interface pro.taskana.classification.api.models.Classification
-
Get the timestamp when this classification was as modified the last time.
- getModified() - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- getModified() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
Gets the time when the attachment was last modified.
- getModified() - Method in interface pro.taskana.task.api.models.TaskComment
-
Gets the time when the task comment was last modified.
- getModified() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the time when the task was last modified.
- getModified() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getModified() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getModified() - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- getModified() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getModified() - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Returns the date when the workbasket was modified the last time.
- getModified() - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- getModifiedIn() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getModifiedIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getModifiedIn() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getMonitorService() - Method in interface pro.taskana.common.api.TaskanaEngine
-
The MonitorService can be used for monitoring Tasks.
- getMonitorService() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- getMonth() - Method in class pro.taskana.common.api.CustomHoliday
-
- getName() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the name of the classification.
- getName() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getName() - Method in class pro.taskana.common.internal.security.GroupPrincipal
-
- getName() - Method in class pro.taskana.common.internal.security.UserPrincipal
-
- getName() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getName() - Method in enum pro.taskana.spi.history.api.events.classification.ClassificationHistoryEventType
-
- getName() - Method in enum pro.taskana.spi.history.api.events.task.TaskHistoryEventType
-
- getName() - Method in enum pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEventType
-
- getName() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the name of the task.
- getName() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getName() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the name of the workbasket.
- getName() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getNameIn() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getNameIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getNameIn() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getNameLike() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getNameLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getNameLike() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getNewValue() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getNote() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the note attached to the task.
- getNote() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getNote() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getNoteLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getNullableResult(ResultSet, String) - Method in class pro.taskana.common.internal.persistence.InstantTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class pro.taskana.common.internal.persistence.InstantTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class pro.taskana.common.internal.persistence.InstantTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class pro.taskana.common.internal.persistence.MapTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class pro.taskana.common.internal.persistence.MapTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class pro.taskana.common.internal.persistence.MapTypeHandler
-
- getNumberOfDistributionTargets(String, String) - Method in interface pro.taskana.workbasket.internal.DistributionTargetMapper
-
- getObjectReference() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
- getObjectReference() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getOldValue() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getOrderBy() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getOrderBy() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getOrderBy() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getOrderBy() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrderColumns() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getOrderColumns() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getOrderColumns() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getOrderColumns() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrgLevel1() - Method in class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- getOrgLevel1() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getOrgLevel1() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the orglevel1 property of the workbasket.
- getOrgLevel1() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getOrgLevel1In() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrgLevel1Like() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrgLevel2() - Method in class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- getOrgLevel2() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getOrgLevel2() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the orglevel2 property of the workbasket.
- getOrgLevel2() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getOrgLevel2In() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrgLevel2Like() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrgLevel3() - Method in class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- getOrgLevel3() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getOrgLevel3() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the orglevel3 property of the workbasket.
- getOrgLevel3() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getOrgLevel3In() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrgLevel3Like() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrgLevel4() - Method in class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- getOrgLevel4() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getOrgLevel4() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the orglevel4 property of the workbasket.
- getOrgLevel4() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getOrgLevel4In() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOrgLevel4Like() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOwner() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getOwner() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the owner of the task.
- getOwner() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getOwner() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getOwner() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the owner of the workbasket.
- getOwner() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getOwnerIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getOwnerIn() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getOwnerLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getOwnerLike() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getParentBusinessProcessId() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getParentBusinessProcessId() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the parentBusinessProcessId of the task.
- getParentBusinessProcessId() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getParentBusinessProcessIdIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getParentBusinessProcessIdLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getParentId() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the ID of the parent classification.
- getparentId() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getParentId() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getParentId() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getParentKey() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the key of the parent classification.
- getparentKey() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getParentKey() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getParentKey() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getPermission(WorkbasketPermission) - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Returns weather the given permission is permitted or not.
- getPermission(WorkbasketPermission) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- getPermission() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getPermissionsForWorkbasket(String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Returns a set with all permissions of the current user at this workbasket.
If the workbasketId is invalid, an empty list of permissions is returned since there is no
distinction made between the situation that the workbasket is not found and the caller has no
permissions on the workbasket.
- getPermissionsForWorkbasket(String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- getPlanned() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the time when the task is planned to be executed.
- getPlanned() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getPlanned() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getPlannedIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorCompany() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getPorCompanyIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorCompanyLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorInstance() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getPorSystem() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getPorSystemIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorSystemInstanceIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorSystemInstanceLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorSystemLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorType() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getPorTypeIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorTypeLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorValue() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getPorValueIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPorValueLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPrimaryObjRef() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the primary ObjectReference of the task.
- getPrimaryObjRef() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getPriority() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the priority of the classification.
- getPriority() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getPriority() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getPriority() - Method in class pro.taskana.common.api.ScheduledJob
-
- getPriority() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getPriority() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the priority of the task.
- getPriority() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getPriority() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getPropertyName() - Method in enum pro.taskana.common.api.TaskanaRole
-
- getReceived() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
Gets the time when the attachment was received.
- getReceived() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getRetryCount() - Method in class pro.taskana.common.api.ScheduledJob
-
- getRight() - Method in class pro.taskana.common.internal.util.Pair
-
- getRight() - Method in class pro.taskana.common.internal.util.Triplet
-
- getRoleMap() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getRow(String) - Method in class pro.taskana.monitor.api.reports.ClassificationReport.DetailedClassificationReport
-
- getRow(String) - Method in class pro.taskana.monitor.api.reports.Report
-
- getRow(String) - Method in class pro.taskana.monitor.api.reports.TimestampReport
-
- getRowDesc() - Method in class pro.taskana.monitor.api.reports.Report
-
- getRows() - Method in class pro.taskana.monitor.api.reports.Report
-
- getSchemaName() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getServiceLevel() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the service level of the classification.
- getServiceLevel() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getServiceLevel() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getServiceLevelIn() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getServiceLevelLike() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getSmallestUpperLimit(List<? extends TimeIntervalColumnHeader>) - Static method in class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
-
- getSqlSession() - Method in interface pro.taskana.common.internal.InternalTaskanaEngine
-
retrieve the SqlSession used by taskana.
- getState() - Method in class pro.taskana.common.api.ScheduledJob
-
- getState() - Method in class pro.taskana.monitor.api.reports.item.TaskQueryItem
-
- getState() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the state of the task.
- getState() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getStateIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getSubKey() - Method in class pro.taskana.monitor.api.SelectedItem
-
- getSumRow() - Method in class pro.taskana.monitor.api.reports.Report
-
- getSystem() - Method in class pro.taskana.task.api.models.ObjectReference
-
- getSystem() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- getSystemInstance() - Method in class pro.taskana.task.api.models.ObjectReference
-
- getSystemInstance() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- getTask(String) - Method in interface pro.taskana.task.api.TaskService
-
Get the details of a task by Id without checking permissions.
- getTask(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- getTaskClassificationCategory() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getTaskClassificationId() - Method in class pro.taskana.monitor.api.CombinedClassificationFilter
-
- getTaskClassificationKey() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getTaskComment(String) - Method in interface pro.taskana.task.api.TaskService
-
Retrieves a task comment for a given taskCommentId.
- getTaskComment(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- getTaskComments(String) - Method in interface pro.taskana.task.api.TaskService
-
Retrieves a list of task comments for a given taskId.
- getTaskComments(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- getTaskCountOfCategories(List<String>, List<TaskState>, List<String>, List<String>, TaskTimestamp, List<String>, List<String>, Map<TaskCustomField, String>) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getTaskCountOfClassifications(List<String>, List<TaskState>, List<String>, List<String>, TaskTimestamp, List<String>, List<String>, Map<TaskCustomField, String>) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getTaskCountOfDetailedClassifications(List<String>, List<TaskState>, List<String>, List<String>, TaskTimestamp, List<String>, List<String>, Map<TaskCustomField, String>) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getTaskCountOfTaskCustomFieldValues(TaskCustomField, List<String>, List<TaskState>, List<String>, List<String>, TaskTimestamp, List<String>, List<String>, Map<TaskCustomField, String>) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getTaskCountOfWorkbaskets(List<String>, List<TaskState>, List<String>, List<String>, TaskTimestamp, List<String>, List<String>, Map<TaskCustomField, String>, List<CombinedClassificationFilter>) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getTaskId() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getTaskId() - Method in interface pro.taskana.task.api.models.AttachmentSummary
-
Gets the id of the associated task.
- getTaskId() - Method in interface pro.taskana.task.api.models.TaskComment
-
Gets the id of the associated task.
- getTaskId() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- getTaskId() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getTaskId() - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- getTaskIds() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getTaskIdsForSelectedItems(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<TaskCustomField, String>, List<CombinedClassificationFilter>, String, TaskTimestamp, List<SelectedItem>, boolean) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getTaskRoutingManager() - Method in interface pro.taskana.common.internal.InternalTaskanaEngine
-
Retrieve TaskRoutingProducer.
- getTasksCountByState(List<String>, List<TaskState>, List<String>) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getTasksCountForStatusGroupedByOrgLevel(TaskTimestamp, List<String>, List<String>, List<String>, List<String>, Map<TaskCustomField, String>) - Method in interface pro.taskana.monitor.internal.MonitorMapper
-
- getTaskService() - Method in interface pro.taskana.common.api.TaskanaEngine
-
The TaskService can be used for operations on all Tasks.
- getTaskService() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- getTaskService() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getTaskState() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getTextField() - Method in interface pro.taskana.task.api.models.TaskComment
-
Gets the text field of the task comment.
- getTextField() - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- getTotalValue() - Method in interface pro.taskana.monitor.api.reports.row.Row
-
- getTotalValue() - Method in class pro.taskana.monitor.api.reports.row.SingleRow
-
- getType() - Method in interface pro.taskana.classification.api.models.ClassificationSummary
-
Gets the type of the classification.
- getType() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getType() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- getType() - Method in class pro.taskana.common.api.ScheduledJob
-
- getType() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getType() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getType() - Method in class pro.taskana.task.api.models.ObjectReference
-
- getType() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- getType() - Method in interface pro.taskana.workbasket.api.models.WorkbasketSummary
-
Gets the type of the workbasket.
- getType() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- getType() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- getUpperAgeLimit() - Method in class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
-
- getUpperAgeLimit() - Method in class pro.taskana.monitor.api.SelectedItem
-
- getUseManagedTransactions() - Method in class pro.taskana.TaskanaEngineConfiguration
-
- getUserid() - Static method in class pro.taskana.common.internal.security.CurrentUserContext
-
Returns the userid of the current user.
- getUserId() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- getUserId() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getUserId() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getValidInDomain() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- getValidPropertyNames() - Static method in enum pro.taskana.common.api.TaskanaRole
-
- getValue() - Method in class pro.taskana.monitor.api.reports.item.MonitorQueryItem
-
- getValue() - Method in interface pro.taskana.monitor.api.reports.item.QueryItem
-
- getValue() - Method in class pro.taskana.monitor.api.reports.item.TaskQueryItem
-
- getValue() - Method in class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- getValue() - Method in class pro.taskana.task.api.models.ObjectReference
-
- getValue() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- getWildcardSearchFieldIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getWildcardSearchValueLike() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getWorkbasket(String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Get Workbasket for a given id.
- getWorkbasket(String, String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Get Workbasket for a given key.
- getWorkbasket(String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- getWorkbasket(String, String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- getWorkbasketAccessItems(String) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Get all
s for a Workbasket.
- getWorkbasketAccessItems(String) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- getWorkbasketId() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- getWorkbasketId() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- getWorkbasketId() - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Returns the Id of the referenced workbasket.
- getWorkbasketId() - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- getWorkbasketIdIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getWorkbasketIdIn() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getWorkbasketKey() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- getWorkbasketKey() - Method in interface pro.taskana.task.api.models.Task
-
Returns the key of the Workbasket where the task is stored in.
- getWorkbasketKey() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- getWorkbasketKey() - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Returns the Key of the referenced workbasket.
- getWorkbasketKey() - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- getWorkbasketKeyDomainIn() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- getWorkbasketKeyIn() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getWorkbasketKeyLike() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- getWorkbasketService() - Method in interface pro.taskana.common.api.TaskanaEngine
-
The WorkbasketService can be used for operations on all Workbaskets.
- getWorkbasketService() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- getWorkbasketSummary() - Method in interface pro.taskana.task.api.models.TaskSummary
-
Gets the workbasket summary of the task.
- getWorkbasketSummary() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getWorkbasketSummaryImpl() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- getWorkingDaysToDaysConverter() - Method in interface pro.taskana.common.api.TaskanaEngine
-
The WorkingDaysToDaysConverter used to compute holidays.
- getWorkingDaysToDaysConverter() - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- GroupPrincipal - Class in pro.taskana.common.internal.security
-
Represents a group with a name and a set of members.
- GroupPrincipal(String) - Constructor for class pro.taskana.common.internal.security.GroupPrincipal
-
- ObjectAttributeChangeDetector - Class in pro.taskana.common.internal.util
-
- ObjectReference - Class in pro.taskana.task.api.models
-
ObjectReference entity.
- ObjectReference() - Constructor for class pro.taskana.task.api.models.ObjectReference
-
- objectReference - Variable in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- ObjectReferenceMapper - Interface in pro.taskana.task.internal
-
This class is the mybatis mapping of ObjectReference.
- ObjectReferenceQuery - Interface in pro.taskana.task.api
-
ObjectReferenceQuery for generating dynamic sql.
- ObjectReferenceQueryColumnName - Enum in pro.taskana.task.api
-
- ObjectReferenceQueryImpl - Class in pro.taskana.task.internal
-
Implementation of ObjectReferenceQuery interface.
- of(Integer, Integer) - Static method in class pro.taskana.common.api.CustomHoliday
-
- of(L, R) - Static method in class pro.taskana.common.internal.util.Pair
-
- oldValue - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- openAndReturnConnection(Supplier<T>) - Method in interface pro.taskana.common.internal.InternalTaskanaEngine
-
Executes the supplier after openConnection is called and then returns the connection.
- openConnection() - Method in interface pro.taskana.common.internal.InternalTaskanaEngine
-
Opens the connection to the database.
- orderByAccessId(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.AbstractWorkbasketAccessItemQuery
-
Sort the query result by access Id.
- orderByAccessId(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Sort the query result by access Id.
- orderByAccessId(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- orderByApplicationEntryPoint(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by the application entry point name.
- orderByApplicationEntryPoint(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByAttachmentChannel(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the attachment channel.
- orderByAttachmentChannel(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByAttachmentClassificationId(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the attachment classification id.
- orderByAttachmentClassificationId(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByAttachmentClassificationKey(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the attachment classification key.
- orderByAttachmentClassificationKey(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByAttachmentClassificationName(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the attachment classification name.
- orderByAttachmentClassificationName(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByAttachmentReceived(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the attachment received.
- orderByAttachmentReceived(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByAttachmentReference(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the attachment reference value.
- orderByAttachmentReference(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByBusinessProcessId(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the business process id.
- orderByBusinessProcessId(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByCategory(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by category.
- orderByCategory(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByClaimed(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the claimed timestamp.
- orderByClaimed(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByClassificationKey(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the classification key.
- orderByClassificationKey(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByClassificationName(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the classification name.
- orderByClassificationName(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByCompleted(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the completed timestamp.
- orderByCompleted(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByCreated(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the created timestamp.
- orderByCreated(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByCreator(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to creators name.
- orderByCreator(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByCustomAttribute(ClassificationCustomField, BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
This method sorts the query result according to the value of a custom field.
- orderByCustomAttribute(ClassificationCustomField, BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByCustomAttribute(TaskCustomField, BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the value of a custom field.
- orderByCustomAttribute(TaskCustomField, BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByCustomAttribute(WorkbasketCustomField, BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
This method sorts the query result according to the value of a custom field.
- orderByCustomAttribute(WorkbasketCustomField, BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByDescription(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by description.
- orderByDescription(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByDomain(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by domain.
- orderByDomain(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByDomain(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the domain.
- orderByDomain(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByDomain(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by domain.
- orderByDomain(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByDue(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the due timestamp.
- orderByDue(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderById(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.AbstractWorkbasketAccessItemQuery
-
Sort the query result by Id.
- orderById(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Sort the query result by Id.
- orderById(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- orderByKey(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by key.
- orderByKey(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByKey(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by key.
- orderByKey(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByModified(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the modified timestamp.
- orderByModified(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByName(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by name.
- orderByName(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByName(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to name.
- orderByName(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByName(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by name.
- orderByName(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByNote(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the note.
- orderByNote(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByOrgLevel1(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by organization level 1.
- orderByOrgLevel1(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByOrgLevel2(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by organization level 2.
- orderByOrgLevel2(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByOrgLevel3(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by organization level 3.
- orderByOrgLevel3(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByOrgLevel4(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by organization level 4.
- orderByOrgLevel4(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByOwner(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the owner.
- orderByOwner(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByOwner(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by owner.
- orderByOwner(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByParentBusinessProcessId(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the parent business process id.
- orderByParentBusinessProcessId(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByParentId(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by the parent classification ID.
- orderByParentId(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByParentKey(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by the parent classification key.
- orderByParentKey(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByPlanned(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the planned timestamp.
- orderByPlanned(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the company of the primary object reference.
- orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the system of the primary object reference.
- orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the system instance of the primary object
reference.
- orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByPrimaryObjectReferenceType(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the type of the primary object reference.
- orderByPrimaryObjectReferenceType(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the value of the primary object reference.
- orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByPriority(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by priority.
- orderByPriority(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByPriority(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the priority.
- orderByPriority(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByServiceLevel(BaseQuery.SortDirection) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Sort the query result by service level.
- orderByServiceLevel(BaseQuery.SortDirection) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- orderByState(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the state.
- orderByState(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByTaskId(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the primary task id.
- orderByTaskId(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByType(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Sort the query result by type.
- orderByType(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orderByWorkbasketId(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the workbasket-Id of the tasks.
- orderByWorkbasketId(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByWorkbasketId(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.AbstractWorkbasketAccessItemQuery
-
Sort the query result by workbasket id.
- orderByWorkbasketId(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Sort the query result by workbasket id.
- orderByWorkbasketId(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- orderByWorkbasketKey(BaseQuery.SortDirection) - Method in interface pro.taskana.task.api.TaskQuery
-
This method sorts the query result according to the workbasket key.
- orderByWorkbasketKey(BaseQuery.SortDirection) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- orderByWorkbasketKey(BaseQuery.SortDirection) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Sort the query result by workbasket key.
- orderByWorkbasketKey(BaseQuery.SortDirection) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- orgLevel1 - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- orgLevel1 - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- orgLevel1In(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the 1st organization level to your query.
- orgLevel1In(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orgLevel1Like(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the 1st organization level for pattern matching to your query.
- orgLevel1Like(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orgLevel2 - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- orgLevel2 - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- orgLevel2In(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the 2nd organization level to your query.
- orgLevel2In(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orgLevel2Like(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the 2nd organization level for pattern matching to your query.
- orgLevel2Like(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orgLevel3 - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- orgLevel3 - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- orgLevel3In(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the 3rd organization level to your query.
- orgLevel3In(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orgLevel3Like(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the 3rd organization level for pattern matching to your query.
- orgLevel3Like(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orgLevel4 - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- orgLevel4 - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- orgLevel4In(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the 4th organization level to your query.
- orgLevel4In(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- orgLevel4Like(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the 4th organization level for pattern matching to your query.
- orgLevel4Like(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- owner - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- owner - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- owner - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- ownerIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the owners to your query.
- ownerIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- ownerIn(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the owners to your query.
- ownerIn(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- ownerLike(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the owner for pattern matching to your query.
- ownerLike(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- ownerLike(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add the owners for pattern matching to your query.
- ownerLike(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- ScheduledJob - Class in pro.taskana.common.api
-
This class holds all data that go into the Job table.
- ScheduledJob() - Constructor for class pro.taskana.common.api.ScheduledJob
-
- scheduledJob - Variable in class pro.taskana.common.internal.jobs.AbstractTaskanaJob
-
- ScheduledJob.State - Enum in pro.taskana.common.api
-
This enum tracks the state of a job.
- ScheduledJob.Type - Enum in pro.taskana.common.api
-
This enum controls the type of a job.
- schemaName - Variable in class pro.taskana.TaskanaEngineConfiguration
-
- securityEnabled - Variable in class pro.taskana.TaskanaEngineConfiguration
-
- SecurityVerifier - Class in pro.taskana.common.internal.configuration
-
- SecurityVerifier(DataSource, String) - Constructor for class pro.taskana.common.internal.configuration.SecurityVerifier
-
- securityVerifier - Variable in class pro.taskana.TaskanaEngineConfiguration
-
- selectAndClaim(TaskQuery) - Method in interface pro.taskana.task.api.TaskService
-
Selects and claims the first task which is returned by the task query.
- selectAndClaim(TaskQuery) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- selectAndClaimEquals(boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- SelectedItem - Class in pro.taskana.monitor.api
-
An item that contains information of a selected item of a Report.
- SelectedItem(String, String, int, int) - Constructor for class pro.taskana.monitor.api.SelectedItem
-
- SERVICE_LEVEL_CHANGED - Static variable in class pro.taskana.classification.internal.jobs.ClassificationChangedJob
-
- SERVICE_LEVEL_CHANGED - Static variable in class pro.taskana.task.internal.jobs.TaskRefreshJob
-
- serviceLevel - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- serviceLevel - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- serviceLevelIn(String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your serviceLevel to your query.
- serviceLevelIn(String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- serviceLevelLike(String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your serviceLevel to your query.
- serviceLevelLike(String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- sessionManager - Variable in class pro.taskana.common.internal.TaskanaEngineImpl
-
- setAccessId(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setAccessName(String) - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Set the name of the group or user for which this WorkbasketAccessItem controls access
permissions.
- setAccessName(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setAddAttachmentClassificationNameToSelectClauseForOrdering(boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAddAttachmentColumnsToSelectClauseForOrdering(boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAddClassificationNameToSelectClauseForOrdering(boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAgeInDays(int) - Method in interface pro.taskana.monitor.api.reports.item.AgeQueryItem
-
- setAgeInDays(int) - Method in class pro.taskana.monitor.api.reports.item.MonitorQueryItem
-
- setAgeInDays(int) - Method in class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- setApplicationEntryPoint(String) - Method in interface pro.taskana.classification.api.models.Classification
-
Set the logical name of the associated application entry point.
- setApplicationEntryPoint(String) - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- setApplicationEntryPoint(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setApplicationEntryPoint(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setArguments(Map<String, String>) - Method in class pro.taskana.common.api.ScheduledJob
-
- setAttachmentChannelIn(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentChannelLike(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentClassificationId(String) - Method in class pro.taskana.monitor.api.CombinedClassificationFilter
-
- setAttachmentClassificationIdIn(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentClassificationIdLike(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentClassificationKey(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setAttachmentClassificationKeyIn(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentClassificationKeyLike(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentClassificationNameIn(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentClassificationNameLike(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentKey(String) - Method in class pro.taskana.monitor.api.reports.item.DetailedMonitorQueryItem
-
- setAttachmentReceivedIn(TimeInterval[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentReferenceIn(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachmentReferenceLike(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setAttachments(List<Attachment>) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setAttachmentSummaries(List<AttachmentSummary>) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setBegin(Instant) - Method in class pro.taskana.common.api.TimeInterval
-
- setBusinessProcessId(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setBusinessProcessId(String) - Method in interface pro.taskana.task.api.models.Task
-
Sets the external business process id.
- setBusinessProcessId(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCallbackInfo(Map<String, String>) - Method in interface pro.taskana.task.api.models.Task
-
Sets a Map of callback info.
- setCallbackInfo(Map<String, String>) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setCallbackState(CallbackState) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setCallbackState(CallbackState) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setCallbackStateForTasks(List<String>, CallbackState) - Method in interface pro.taskana.task.api.TaskService
-
Sets the callback state on a list of tasks.
- setCallbackStateForTasks(List<String>, CallbackState) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- setCallbackStateMultiple(List<String>, CallbackState) - Method in interface pro.taskana.task.internal.TaskMapper
-
- setCategory(String) - Method in interface pro.taskana.classification.api.models.Classification
-
Set/Change the category of this classification.
- setCategory(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCategory(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setChannel(String) - Method in interface pro.taskana.task.api.models.Attachment
-
Sets the Channel on which the attachment was received.
- setChannel(String) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setClaimed(Instant) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setClassificationCategoriesByType(Map<String, List<String>>) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setClassificationCategory(String) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setClassificationId(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setClassificationId(String) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setClassificationKey(String) - Method in interface pro.taskana.task.api.models.Task
-
Sets the Classification key that - together with the Domain from this task's work basket -
selects the appropriate
Classification for this task.
- setClassificationKey(String) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setClassificationNameIn(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setClassificationNameLike(String[]) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setClassificationSummary(ClassificationSummary) - Method in interface pro.taskana.task.api.models.Attachment
-
Set the classification summary for this attachment.
- setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setClassificationTypes(List<String>) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setCleanupJobFirstRun(Instant) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setCleanupJobMinimumAge(Duration) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setCleanupJobRunEvery(Duration) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setCompany(String) - Method in class pro.taskana.task.api.models.ObjectReference
-
- setCompany(String[]) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- setCompleted(Instant) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setConnection(Connection) - Method in interface pro.taskana.common.api.TaskanaEngine
-
Set the connection to be used by taskana in mode CONNECTION_MANAGED_EXTERNALLY.
- setConnection(Connection) - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in interface pro.taskana.common.api.TaskanaEngine
-
sets the connection management mode.
- setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in class pro.taskana.common.internal.TaskanaEngineImpl
-
- setCorpusChristiEnabled(boolean) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setCount(int) - Method in class pro.taskana.monitor.api.reports.item.TaskQueryItem
-
- setCreated(Instant) - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- setCreated(Instant) - Method in class pro.taskana.common.api.ScheduledJob
-
- setCreated(Instant) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setCreated(Instant) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setCreated(Instant) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setCreated(Instant) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setCreated(Instant) - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- setCreated(Instant) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCreated(Instant) - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- setCreator(String) - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- setCreator(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom1(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCustom1(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom1(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom1(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setCustom10(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom10(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom11(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom11(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom12(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom12(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom13(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom13(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom14(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom14(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom15(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom15(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom16(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom16(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom2(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCustom2(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom2(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom2(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setCustom3(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCustom3(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom3(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom3(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setCustom4(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCustom4(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom4(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom4(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setCustom5(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCustom5(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom5(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom6(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCustom6(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom6(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom7(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCustom7(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom7(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom8(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setCustom8(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom8(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustom9(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setCustom9(boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setCustomAttribute(ClassificationCustomField, String) - Method in interface pro.taskana.classification.api.models.Classification
-
Sets the value for custom Attribute.
- setCustomAttribute(ClassificationCustomField, String) - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- setCustomAttribute(ClassificationCustomField, String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setCustomAttribute(TaskHistoryCustomField, String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setCustomAttribute(WorkbasketCustomField, String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setCustomAttribute(TaskCustomField, String) - Method in interface pro.taskana.task.api.models.Task
-
Sets the value for custom Attribute.
- setCustomAttribute(TaskCustomField, String) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setCustomAttribute(WorkbasketCustomField, String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the value for custom Attribute.
- setCustomAttribute(WorkbasketCustomField, String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- setCustomAttributeMap(Map<String, String>) - Method in interface pro.taskana.task.api.models.Attachment
-
Sets the custom attribute Map of the attachment.
- setCustomAttributeMap(Map<String, String>) - Method in interface pro.taskana.task.api.models.Task
-
Sets a Map of custom Attributes.
- setCustomAttributeMap(Map<String, String>) - Method in class pro.taskana.task.internal.models.AttachmentImpl
-
- setCustomAttributeMap(Map<String, String>) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setCustomAttributes(Map<String, String>) - Method in class pro.taskana.task.internal.models.AttachmentImpl
-
- setCustomAttributes(Map<String, String>) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setCustomProperty(TaskCustomField, boolean) - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- setDataSource(DataSource) - Method in class pro.taskana.common.internal.configuration.DbSchemaCreator
-
- setDeleteHistoryOnTaskDeletionEnabled(boolean) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setDescription(String) - Method in interface pro.taskana.classification.api.models.Classification
-
Set/Change the classification description.
- setDescription(String) - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- setDescription(String) - Method in interface pro.taskana.task.api.models.Task
-
Sets the description of the task.
- setDescription(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setDescription(String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the workbasket-descriptions.
- setDescription(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setDetails(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setDetails(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setDetails(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setDisplayName(Map<String, String>) - Method in class pro.taskana.monitor.api.reports.row.FoldableRow
-
- setDisplayName(Map<String, String>) - Method in interface pro.taskana.monitor.api.reports.row.Row
-
- setDisplayName(Map<String, String>) - Method in class pro.taskana.monitor.api.reports.row.SingleRow
-
- setDistributionTargets(String, List<String>) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Set the distribution targets for a workbasket.
- setDistributionTargets(String, List<String>) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- setDomain(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setDomain(String) - Method in class pro.taskana.common.api.KeyDomain
-
- setDomain(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setDomain(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setDomain(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setDomain(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setDomain(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setDomains(List<String>) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setDue(Instant) - Method in class pro.taskana.common.api.ScheduledJob
-
- setDue(Instant) - Method in interface pro.taskana.task.api.models.Task
-
Sets the time when the work on this task should be finished.
- setDue(Instant) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setDue(Instant) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setEnd(Instant) - Method in class pro.taskana.common.api.TimeInterval
-
- setEventType(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setEventType(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setEventType(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setExternalId(String) - Method in interface pro.taskana.task.api.models.Task
-
Sets the external Id.
- setExternalId(String) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setExternalId(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setGermanPublicHolidaysEnabled(boolean) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setId(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setId(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setId(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setId(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setId(String) - Method in class pro.taskana.task.api.models.ObjectReference
-
- setId(String) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setId(String) - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- setId(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setId(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setId(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setIsValidInDomain(Boolean) - Method in interface pro.taskana.classification.api.models.Classification
-
Set/Change the flag which marks the classification as valid/invalid in the currently used
domain.
- setIsValidInDomain(Boolean) - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- setJobId(Integer) - Method in class pro.taskana.common.api.ScheduledJob
-
- setJoinWithAttachments(boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setJoinWithAttachmentsClassifications(boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setJoinWithClassifications(boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setKey(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setKey(String) - Method in class pro.taskana.common.api.KeyDomain
-
- setKey(String) - Method in class pro.taskana.monitor.api.reports.item.MonitorQueryItem
-
- setKey(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setKey(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setKey(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setLockedBy(String) - Method in class pro.taskana.common.api.ScheduledJob
-
- setLockExpires(Instant) - Method in class pro.taskana.common.api.ScheduledJob
-
- setMarkedForDeletion(boolean) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the value for markedForDeletion attribute.
- setMarkedForDeletion(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setMaxNumberOfJobRetries(int) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setMaxNumberOfUpdatesPerTransaction(int) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setModified(Instant) - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- setModified(Instant) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setModified(Instant) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setModified(Instant) - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- setModified(Instant) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setModified(Instant) - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- setName(String) - Method in interface pro.taskana.classification.api.models.Classification
-
Set/Change the classification name.
- setName(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setName(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setName(String) - Method in interface pro.taskana.task.api.models.Task
-
Sets the name of the current task.
- setName(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setName(String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the name of the workbasket.
- setName(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setNewValue(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- 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
-
- setNote(String) - Method in interface pro.taskana.task.api.models.Task
-
Sets/Changing the custom note for this Task.
- setNote(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setNumberOfTasks(int) - Method in class pro.taskana.monitor.api.reports.item.MonitorQueryItem
-
- setObjectReference(ObjectReference) - Method in interface pro.taskana.task.api.models.Attachment
-
- setObjectReference(ObjectReference) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setOldValue(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setOrgLevel1(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setOrgLevel1(String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the value for orgLevel1 attribute.
- setOrgLevel1(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setOrgLevel2(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setOrgLevel2(String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the value for orgLevel2 attribute.
- setOrgLevel2(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setOrgLevel3(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setOrgLevel3(String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the value for orgLevel3 attribute.
- setOrgLevel3(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setOrgLevel4(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setOrgLevel4(String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the value for orgLevel4 attribute.
- setOrgLevel4(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setOwner(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setOwner(String) - Method in interface pro.taskana.task.api.models.Task
-
Sets the ownerId of this task.
- setOwner(String) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setOwner(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setOwner(String) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the owner-ID of the workbasket.
- setOwner(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setOwnerOfTasks(String, List<String>) - Method in interface pro.taskana.task.api.TaskService
-
Sets the owner on a list of tasks.
- setOwnerOfTasks(String, List<String>, Instant) - Method in interface pro.taskana.task.internal.TaskMapper
-
- setOwnerOfTasks(String, List<String>) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- setParentBusinessProcessId(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setParentBusinessProcessId(String) - Method in interface pro.taskana.task.api.models.Task
-
Sets the parent business process id to group associated processes.
- setParentBusinessProcessId(String) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setParentId(String) - Method in interface pro.taskana.classification.api.models.Classification
-
Set/Change a reference to the current parent classification via ID.
- setParentId(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setParentId(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setParentKey(String) - Method in interface pro.taskana.classification.api.models.Classification
-
Set/Change a reference to the current parent classification via key.
- setParentKey(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setParentKey(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setPermAppend(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom1(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom10(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom11(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom12(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom2(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom3(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom4(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom5(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom6(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom7(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom8(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermCustom9(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermDistribute(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermission(WorkbasketPermission, boolean) - Method in interface pro.taskana.workbasket.api.models.WorkbasketAccessItem
-
Sets a given permission for the referenced workbasket.
- setPermission(WorkbasketPermission, boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermOpen(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermRead(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPermTransfer(boolean) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setPlanned(Instant) - Method in interface pro.taskana.task.api.models.Task
-
Sets the time when the work on this task should be started.
- setPlanned(Instant) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setPlanned(Instant) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setPlannedPropertyOfTasks(Instant, List<String>) - Method in interface pro.taskana.task.api.TaskService
-
Sets the planned property on a list of tasks.
- setPlannedPropertyOfTasks(Instant, List<String>) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- setPorCompany(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setPorInstance(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setPorSystem(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setPorType(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setPorValue(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setPrimaryObjRef(ObjectReference) - Method in interface pro.taskana.task.api.models.Task
-
- setPrimaryObjRef(ObjectReference) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setPriority(int) - Method in interface pro.taskana.classification.api.models.Classification
-
Set/Change the numeric priority of a classification.
- setPriority(int) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setPriority(Integer) - Method in class pro.taskana.common.api.ScheduledJob
-
- setPriority(int) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setPriority(int) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setRead(boolean) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setReceived(Instant) - Method in interface pro.taskana.task.api.models.Attachment
-
Sets the time when the attachment was received.
- setReceived(Instant) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setRetryCount(int) - Method in class pro.taskana.common.api.ScheduledJob
-
- setRoleMap(Map<TaskanaRole, Set<String>>) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setSchemaName(String) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setServiceLevel(String) - Method in interface pro.taskana.classification.api.models.Classification
-
Set/Change the service level.
- setServiceLevel(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setServiceLevel(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setState(ScheduledJob.State) - Method in class pro.taskana.common.api.ScheduledJob
-
- setState(TaskState) - Method in class pro.taskana.monitor.api.reports.item.TaskQueryItem
-
- setState(TaskState) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setSystem(String) - Method in class pro.taskana.task.api.models.ObjectReference
-
- setSystem(String[]) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- setSystemInstance(String) - Method in class pro.taskana.task.api.models.ObjectReference
-
- setSystemInstance(String[]) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- setTaskClassificationCategory(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setTaskClassificationId(String) - Method in class pro.taskana.monitor.api.CombinedClassificationFilter
-
- setTaskClassificationKey(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setTaskCleanupJobAllCompletedSameParentBusiness(boolean) - Method in class pro.taskana.TaskanaEngineConfiguration
-
- setTaskId(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setTaskId(String) - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- setTaskId(String) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setTaskId(String) - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- setTaskRead(String, boolean) - Method in interface pro.taskana.task.api.TaskService
-
Marks a task as read.
- setTaskRead(String, boolean) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- setTaskState(TaskState) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setTextField(String) - Method in interface pro.taskana.task.api.models.TaskComment
-
Sets the text field of the task comment.
- setTextField(String) - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- setTransferred(boolean) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setType(String) - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- setType(ScheduledJob.Type) - Method in class pro.taskana.common.api.ScheduledJob
-
- setType(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setType(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setType(String) - Method in class pro.taskana.task.api.models.ObjectReference
-
- setType(String[]) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- setType(WorkbasketType) - Method in interface pro.taskana.workbasket.api.models.Workbasket
-
Sets the type of the workbasket.
- setType(WorkbasketType) - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- setUseDistinctKeyword(boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- setUsedToAugmentTasks(boolean) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- setUserId(String) - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- setUserId(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setUserId(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setValue(String) - Method in class pro.taskana.task.api.models.ObjectReference
-
- setValue(String[]) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- setWorkbasketAccessItems(String, List<WorkbasketAccessItem>) - Method in interface pro.taskana.workbasket.api.WorkbasketService
-
Setting up the new WorkbasketAccessItems for a Workbasket.
- setWorkbasketAccessItems(String, List<WorkbasketAccessItem>) - Method in class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- setWorkbasketId(String) - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- setWorkbasketId(String) - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- setWorkbasketId(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setWorkbasketKey(String) - Method in class pro.taskana.monitor.api.reports.item.TaskQueryItem
-
- setWorkbasketKey(String) - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- setWorkbasketKey(String) - Method in class pro.taskana.task.internal.models.TaskImpl
-
- setWorkbasketKey(String) - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- setWorkbasketSummary(WorkbasketSummary) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- setWorkbasketSummaryImpl(WorkbasketSummaryImpl) - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- shouldUseLowerCaseForAccessIds() - Static method in class pro.taskana.TaskanaEngineConfiguration
-
Helper method to determine whether all access ids (user Id and group ids) should be used in
lower case.
- single() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- single() - Method in interface pro.taskana.common.api.BaseQuery
-
This method will return a single object of T.
- single() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- single() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- single() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- single() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- SingleRow<I extends QueryItem> - Class in pro.taskana.monitor.api.reports.row
-
A SingleRow represents a single row in a
Report.
- SingleRow(String, int) - Constructor for class pro.taskana.monitor.api.reports.row.SingleRow
-
- state - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- stateIn(List<TaskState>) - Method in interface pro.taskana.monitor.api.reports.TaskStatusReport.Builder
-
Adds a list of states to the builder.
- stateIn(List<TaskState>) - Method in interface pro.taskana.monitor.api.reports.TimeIntervalReportBuilder
-
Adds a list of states to the builder.
- stateIn(List<TaskState>) - Method in class pro.taskana.monitor.internal.reports.TaskStatusReportBuilderImpl
-
- stateIn(List<TaskState>) - Method in class pro.taskana.monitor.internal.reports.TimestampReportBuilderImpl
-
- stateIn(TaskState...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your state to your query.
- stateIn(TaskState...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- stateNotIn(TaskState...) - Method in interface pro.taskana.task.api.TaskQuery
-
Exclude these states from your query.
- stateNotIn(TaskState...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- 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
-
- systemIn(String...) - Method in interface pro.taskana.task.api.ObjectReferenceQuery
-
Add your system to your query.
- systemIn(String...) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- systemInstanceIn(String...) - Method in interface pro.taskana.task.api.ObjectReferenceQuery
-
Add your systemInstance to your query.
- systemInstanceIn(String...) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- Task - Interface in pro.taskana.task.api.models
-
task-Interface to specify attribute interactions.
- TASK_IDS - Static variable in class pro.taskana.classification.internal.jobs.ClassificationChangedJob
-
- TASK_IDS - Static variable in class pro.taskana.task.internal.jobs.TaskRefreshJob
-
- TaskAlreadyExistException - Exception in pro.taskana.task.api.exceptions
-
Thrown when a Task is going to be created, but a Task with the same ID does already exist.
- TaskAlreadyExistException(String) - Constructor for exception pro.taskana.task.api.exceptions.TaskAlreadyExistException
-
- TaskanaCallable<T> - Interface in pro.taskana.common.internal.transaction
-
represents a callable Object.
- TaskanaEngine - Interface in pro.taskana.common.api
-
The TaskanaEngine represents an overall set of all needed services.
- TaskanaEngine.ConnectionManagementMode - Enum in pro.taskana.common.api
-
Connection management mode.
- taskanaEngineConfiguration - Variable in class pro.taskana.common.internal.TaskanaEngineImpl
-
- TaskanaEngineConfiguration - Class in pro.taskana
-
This central class creates the TaskanaEngine and holds all the information about DB and Security.
- TaskanaEngineConfiguration(DataSource, boolean, String) - Constructor for class pro.taskana.TaskanaEngineConfiguration
-
- TaskanaEngineConfiguration(DataSource, boolean, boolean, String) - Constructor for class pro.taskana.TaskanaEngineConfiguration
-
- TaskanaEngineConfiguration(DataSource, boolean, boolean, String, String, String) - Constructor for class pro.taskana.TaskanaEngineConfiguration
-
- taskanaEngineImpl - Variable in class pro.taskana.common.internal.jobs.AbstractTaskanaJob
-
- TaskanaEngineImpl - Class in pro.taskana.common.internal
-
This is the implementation of TaskanaEngine.
- TaskanaEngineImpl(TaskanaEngineConfiguration) - Constructor for class pro.taskana.common.internal.TaskanaEngineImpl
-
- TaskanaException - Exception in pro.taskana.common.api.exceptions
-
common base class for Taskana's checked exceptions.
- TaskanaException() - Constructor for exception pro.taskana.common.api.exceptions.TaskanaException
-
- TaskanaException(String) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaException
-
- TaskanaException(Throwable) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaException
-
- TaskanaException(String, Throwable) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaException
-
- TaskanaException(String, Throwable, boolean, boolean) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaException
-
- TaskanaHistory - Interface in pro.taskana.spi.history.api
-
Interface for TASKANA History Service Provider.
- TaskanaHistoryEventNotFoundException - Exception in pro.taskana.spi.history.api.exceptions
-
- TaskanaHistoryEventNotFoundException(String, String) - Constructor for exception pro.taskana.spi.history.api.exceptions.TaskanaHistoryEventNotFoundException
-
- TaskanaJob - Interface in pro.taskana.common.internal.jobs
-
Interface for all background TASKANA jobs.
- 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
-
Common base class for Taskana's runtime exceptions.
- TaskanaRuntimeException() - Constructor for exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- TaskanaRuntimeException(String) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- TaskanaRuntimeException(Throwable) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- TaskanaRuntimeException(String, Throwable) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- TaskanaRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- TaskanaTransactionProvider<T> - Interface in pro.taskana.common.internal.transaction
-
This class provides support for transactions.
- TaskCancelledEvent - Class in pro.taskana.spi.history.api.events.task
-
Event fired if a task is cancelled.
- TaskCancelledEvent(String, Task, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskCancelledEvent
-
- TaskClaimCancelledEvent - Class in pro.taskana.spi.history.api.events.task
-
Event fired if a task is cancelled to be claimed.
- TaskClaimCancelledEvent(String, Task, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskClaimCancelledEvent
-
- TaskClaimedEvent - Class in pro.taskana.spi.history.api.events.task
-
Event fired if a task is claimed.
- TaskClaimedEvent(String, Task, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskClaimedEvent
-
- taskClassificationCategory - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- taskClassificationKey - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- TaskCleanupJob - Class in pro.taskana.task.internal.jobs
-
Job to cleanup completed tasks after a period of time.
- TaskCleanupJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.task.internal.jobs.TaskCleanupJob
-
- TaskComment - Interface in pro.taskana.task.api.models
-
TaskComment-Interface to specify TaskComment Attributes.
- TaskCommentImpl - Class in pro.taskana.task.internal.models
-
- TaskCommentImpl() - Constructor for class pro.taskana.task.internal.models.TaskCommentImpl
-
- TaskCommentImpl(TaskCommentImpl) - Constructor for class pro.taskana.task.internal.models.TaskCommentImpl
-
- TaskCommentMapper - Interface in pro.taskana.task.internal
-
- TaskCommentNotFoundException - Exception in pro.taskana.task.api.exceptions
-
This exception will be thrown if a specific task comment is not in the database.
- TaskCommentNotFoundException(String, String) - Constructor for exception pro.taskana.task.api.exceptions.TaskCommentNotFoundException
-
- TaskCompletedEvent - Class in pro.taskana.spi.history.api.events.task
-
Event fired if a task is completed.
- TaskCompletedEvent(String, Task, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskCompletedEvent
-
- TaskCompletedEvent(String, TaskSummary, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskCompletedEvent
-
- TaskCreatedEvent - Class in pro.taskana.spi.history.api.events.task
-
Event fired if a task is created.
- TaskCreatedEvent(String, Task, String, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskCreatedEvent
-
- TaskCustomField - Enum in pro.taskana.task.api
-
- TaskCustomFieldValueReport - Class in pro.taskana.monitor.api.reports
-
A CustomFieldValueReport contains the total numbers of tasks of the respective custom field as
well as the total number of all tasks.
- TaskCustomFieldValueReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.monitor.api.reports.TaskCustomFieldValueReport
-
- TaskCustomFieldValueReport.Builder - Interface in pro.taskana.monitor.api.reports
-
- TaskCustomFieldValueReportBuilderImpl - Class in pro.taskana.monitor.internal.reports
-
The implementation of CustomFieldValueReportBuilder.
- TaskCustomFieldValueReportBuilderImpl(InternalTaskanaEngine, MonitorMapper, TaskCustomField) - Constructor for class pro.taskana.monitor.internal.reports.TaskCustomFieldValueReportBuilderImpl
-
- TaskCustomPropertySelector - Class in pro.taskana.task.internal
-
Determines which custom properties are to be updated.
- TaskCustomPropertySelector() - Constructor for class pro.taskana.task.internal.TaskCustomPropertySelector
-
- TaskHistoryCustomField - Enum in pro.taskana.spi.history.api.events.task
-
- TaskHistoryEvent - Class in pro.taskana.spi.history.api.events.task
-
Super class for all task related events.
- TaskHistoryEvent() - Constructor for class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- TaskHistoryEvent(String, TaskSummary, String, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- TaskHistoryEventType - Enum in pro.taskana.spi.history.api.events.task
-
- taskId - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- taskId - Variable in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- TaskImpl - Class in pro.taskana.task.internal.models
-
- TaskImpl() - Constructor for class pro.taskana.task.internal.models.TaskImpl
-
- TaskMapper - Interface in pro.taskana.task.internal
-
This class is the mybatis mapping of task.
- TaskNotFoundException - Exception in pro.taskana.task.api.exceptions
-
This exception will be thrown if a specific task is not in the database.
- TaskNotFoundException(String, String) - Constructor for exception pro.taskana.task.api.exceptions.TaskNotFoundException
-
- TaskQuery - Interface in pro.taskana.task.api
-
TaskQuery for generating dynamic sql.
- TaskQueryColumnName - Enum in pro.taskana.task.api
-
Enum containing the column names for TaskQueryMapper.queryTaskColumnValues.
- TaskQueryImpl - Class in pro.taskana.task.internal
-
TaskQuery for generating dynamic sql.
- TaskQueryItem - Class in pro.taskana.monitor.api.reports.item
-
The TaskQueryItem entity contains the number of tasks for a domain which have a specific state.
- TaskQueryItem() - Constructor for class pro.taskana.monitor.api.reports.item.TaskQueryItem
-
- TaskQueryMapper - Interface in pro.taskana.task.internal
-
This class provides a mapper for all task queries.
- TaskRefreshJob - Class in pro.taskana.task.internal.jobs
-
This class executes a job of type CLASSIFICATIONCHANGEDJOB.
- TaskRefreshJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.task.internal.jobs.TaskRefreshJob
-
- TaskRoutingManager - Class in pro.taskana.task.internal
-
Loads TaskRoutingProvider SPI implementation(s) and passes requests to determine workbasketids to
them.
- TaskRoutingProvider - Interface in pro.taskana.spi.routing.api
-
Interface for TASKANA TaskRoutingProvider SPI.
- TaskService - Interface in pro.taskana.task.api
-
The Task Service manages all operations on tasks.
- TaskServiceImpl - Class in pro.taskana.task.internal
-
This is the implementation of TaskService.
- TaskServiceImpl(InternalTaskanaEngine, TaskMapper, TaskCommentMapper, AttachmentMapper) - Constructor for class pro.taskana.task.internal.TaskServiceImpl
-
- TaskState - Enum in pro.taskana.task.api
-
This enum contains all status of the tasks.
- TaskStatusColumnHeader - Class in pro.taskana.monitor.api.reports.header
-
The TaskStatusColumnHeader represents a column for each
TaskState.
- TaskStatusColumnHeader(TaskState) - Constructor for class pro.taskana.monitor.api.reports.header.TaskStatusColumnHeader
-
- TaskStatusReport - Class in pro.taskana.monitor.api.reports
-
A TaskStatusReport contains the total number of tasks, clustered in their task status.
- TaskStatusReport(List<TaskState>) - Constructor for class pro.taskana.monitor.api.reports.TaskStatusReport
-
- TaskStatusReport.Builder - Interface in pro.taskana.monitor.api.reports
-
- TaskStatusReportBuilderImpl - Class in pro.taskana.monitor.internal.reports
-
The implementation of TaskStatusReportBuilder.
- TaskStatusReportBuilderImpl(InternalTaskanaEngine, MonitorMapper) - Constructor for class pro.taskana.monitor.internal.reports.TaskStatusReportBuilderImpl
-
- TaskSummary - Interface in pro.taskana.task.api.models
-
Interface for TaskSummary.
- TaskSummaryImpl - Class in pro.taskana.task.internal.models
-
Entity which contains the most important informations about a Task.
- TaskSummaryImpl() - Constructor for class pro.taskana.task.internal.models.TaskSummaryImpl
-
- TaskSummaryImpl(TaskSummaryImpl) - Constructor for class pro.taskana.task.internal.models.TaskSummaryImpl
-
- TaskTerminatedEvent - Class in pro.taskana.spi.history.api.events.task
-
Event fired if a task is terminated.
- TaskTerminatedEvent(String, Task, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskTerminatedEvent
-
- TaskTimestamp - Enum in pro.taskana.monitor.api
-
This enum contains all timestamps saved in the database table for a
Task.
- TaskTransferredEvent - Class in pro.taskana.spi.history.api.events.task
-
Event fired if a task is transferred.
- TaskTransferredEvent(String, Task, WorkbasketSummary, WorkbasketSummary, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskTransferredEvent
-
- TaskTransferrer - Class in pro.taskana.task.internal
-
This class is responsible for the transfer of tasks.
- TaskUpdatedEvent - Class in pro.taskana.spi.history.api.events.task
-
- TaskUpdatedEvent(String, Task, String, String) - Constructor for class pro.taskana.spi.history.api.events.task.TaskUpdatedEvent
-
- terminateTask(String) - Method in interface pro.taskana.task.api.TaskService
-
Terminates a task.
- terminateTask(String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- TimeInterval - Class in pro.taskana.common.api
-
Capture a time interval.
- TimeInterval(Instant, Instant) - Constructor for class pro.taskana.common.api.TimeInterval
-
- TimeIntervalColumnHeader - Class in pro.taskana.monitor.api.reports.header
-
A TimeIntervalColumnHeader has a lower and an upper age limit which subdivide the count of tasks
into different sections.
- TimeIntervalColumnHeader(int) - Constructor for class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
-
- TimeIntervalColumnHeader(int, int) - Constructor for class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
-
- TimeIntervalColumnHeader.Date - Class in pro.taskana.monitor.api.reports.header
-
for Date representation.
- TimeIntervalColumnHeader.Range - Class in pro.taskana.monitor.api.reports.header
-
For representation of Range.
- TimeIntervalReportBuilder<B extends TimeIntervalReportBuilder<B,I,H>,I extends AgeQueryItem,H extends TimeIntervalColumnHeader> - Interface in pro.taskana.monitor.api.reports
-
"Super" Interface for all TimeIntervalReportBuilders.
- TimestampQueryItem - Class in pro.taskana.monitor.api.reports.item
-
The TimestampQueryItem contains the necessary information for the
TimestampReport.
- TimestampQueryItem() - Constructor for class pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- TimestampReport - Class in pro.taskana.monitor.api.reports
-
A
TimestampReport displays created and competed tasks for a specific dates.
- TimestampReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.monitor.api.reports.TimestampReport
-
- TimestampReport.Builder - Interface in pro.taskana.monitor.api.reports
-
- TimestampReportBuilderImpl - Class in pro.taskana.monitor.internal.reports
-
The implementation of TimestampReport.Builder.
- TimestampReportBuilderImpl(InternalTaskanaEngine, MonitorMapper) - Constructor for class pro.taskana.monitor.internal.reports.TimestampReportBuilderImpl
-
- TimestampRow - Class in pro.taskana.monitor.api.reports.row
-
- TimestampRow(String, int) - Constructor for class pro.taskana.monitor.api.reports.row.TimestampRow
-
- TimestampRow.OrgLevel1Row - Class in pro.taskana.monitor.api.reports.row
-
Row inside the
TimestampReport containing the information regarding a specific org
level 1.
- TimestampRow.OrgLevel2Row - Class in pro.taskana.monitor.api.reports.row
-
Row inside the
TimestampReport containing the information regarding a specific org
level 2.
- TimestampRow.OrgLevel3Row - Class in pro.taskana.monitor.api.reports.row
-
Row inside the
TimestampReport containing the information regarding a specific org
level 3.
- toString() - Method in enum pro.taskana.classification.api.ClassificationQueryColumnName
-
- toString() - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- toString() - Method in class pro.taskana.classification.internal.models.ClassificationImpl
-
- toString() - Method in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- 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.KeyDomain
-
- toString() - Method in class pro.taskana.common.api.ScheduledJob
-
- 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.security.GroupPrincipal
-
- toString() - Method in class pro.taskana.common.internal.security.UserPrincipal
-
- toString() - Method in class pro.taskana.common.internal.util.Pair
-
- toString() - Method in class pro.taskana.monitor.api.CombinedClassificationFilter
-
- toString() - Method in class pro.taskana.monitor.api.reports.header.TaskStatusColumnHeader
-
- toString() - Method in class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
-
- toString() - Method in class pro.taskana.monitor.api.reports.item.DetailedMonitorQueryItem
-
- toString() - Method in class pro.taskana.monitor.api.reports.item.MonitorQueryItem
-
- toString() - Method in class pro.taskana.monitor.api.reports.item.TaskQueryItem
-
- toString() - Method in class pro.taskana.monitor.api.reports.row.FoldableRow
-
- toString() - Method in class pro.taskana.monitor.api.SelectedItem
-
- toString() - Method in class pro.taskana.monitor.internal.preprocessor.WorkingDaysToDaysReportConverter
-
- toString() - Method in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- toString() - Method in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- toString() - Method in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- toString() - Method in class pro.taskana.task.api.models.ObjectReference
-
- toString() - Method in enum pro.taskana.task.api.ObjectReferenceQueryColumnName
-
- toString() - Method in enum pro.taskana.task.api.TaskQueryColumnName
-
- toString() - Method in enum pro.taskana.task.api.WildcardSearchField
-
- toString() - Method in class pro.taskana.task.internal.jobs.TaskRefreshJob
-
- toString() - Method in class pro.taskana.task.internal.models.AttachmentImpl
-
- toString() - Method in class pro.taskana.task.internal.models.AttachmentSummaryImpl
-
- toString() - Method in class pro.taskana.task.internal.models.MinimalTaskSummary
-
- toString() - Method in class pro.taskana.task.internal.models.TaskCommentImpl
-
- toString() - Method in class pro.taskana.task.internal.models.TaskImpl
-
- toString() - Method in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- toString() - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- toString() - Method in class pro.taskana.task.internal.TaskCustomPropertySelector
-
- toString() - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- toString() - Method in enum pro.taskana.workbasket.api.AccessItemQueryColumnName
-
- toString() - Method in enum pro.taskana.workbasket.api.WorkbasketQueryColumnName
-
- toString() - Method in class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- toString() - Method in class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- toString() - Method in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- toString() - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- toString() - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- toUpperCopy(String...) - Method in interface pro.taskana.common.api.BaseQuery
-
- transactionFactory - Variable in class pro.taskana.common.internal.TaskanaEngineImpl
-
- transfer(String, String) - Method in interface pro.taskana.task.api.TaskService
-
Transfer a task to another work basket.
- transfer(String, String, String) - Method in interface pro.taskana.task.api.TaskService
-
Transfer a task to another work basket.
- transfer(String, String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- transfer(String, String, String) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- transferredEquals(Boolean) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the isTransferred flag to the query.
- transferredEquals(Boolean) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- transferTasks(String, List<String>) - Method in interface pro.taskana.task.api.TaskService
-
Transfers a list of tasks to an other workbasket.
- transferTasks(String, String, List<String>) - Method in interface pro.taskana.task.api.TaskService
-
Transfers a list of tasks to an other workbasket.
- transferTasks(String, List<String>) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- transferTasks(String, String, List<String>) - Method in class pro.taskana.task.internal.TaskServiceImpl
-
- Triplet<L,M,R> - Class in pro.taskana.common.internal.util
-
- Triplet(L, M, R) - Constructor for class pro.taskana.common.internal.util.Triplet
-
- txProvider - Variable in class pro.taskana.common.internal.jobs.AbstractTaskanaJob
-
- type - Variable in class pro.taskana.classification.internal.models.ClassificationSummaryImpl
-
- type - Variable in class pro.taskana.spi.history.api.events.classification.ClassificationHistoryEvent
-
- type - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- type - Variable in class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- typeIn(String...) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add your type to your query.
- typeIn(String...) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- typeIn(String...) - Method in interface pro.taskana.task.api.ObjectReferenceQuery
-
Add your type to your query.
- typeIn(String...) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- typeIn(WorkbasketType...) - Method in interface pro.taskana.workbasket.api.WorkbasketQuery
-
Add your types to your query.
- typeIn(WorkbasketType...) - Method in class pro.taskana.workbasket.internal.WorkbasketQueryImpl
-
- validate(ObjectReference, String, String) - Static method in class pro.taskana.task.api.models.ObjectReference
-
- validInDomainEquals(Boolean) - Method in interface pro.taskana.classification.api.ClassificationQuery
-
Add to your query if the Classification shall be valid in its domain.
- validInDomainEquals(Boolean) - Method in class pro.taskana.classification.internal.ClassificationQueryImpl
-
- valueIn(String...) - Method in interface pro.taskana.task.api.ObjectReferenceQuery
-
Add your value to your query.
- valueIn(String...) - Method in class pro.taskana.task.internal.ObjectReferenceQueryImpl
-
- valueOf(String) - Static method in enum pro.taskana.classification.api.ClassificationCustomField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.classification.api.ClassificationQueryColumnName
-
Returns the enum constant of this type with the specified name.
- 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.ScheduledJob.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.common.api.ScheduledJob.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.common.api.TaskanaEngine.ConnectionManagementMode
-
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.
- valueOf(String) - Static method in enum pro.taskana.monitor.api.TaskTimestamp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.spi.history.api.events.classification.ClassificationHistoryEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.spi.history.api.events.task.TaskHistoryCustomField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.spi.history.api.events.task.TaskHistoryEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.task.api.CallbackState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.task.api.ObjectReferenceQueryColumnName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.task.api.TaskCustomField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.task.api.TaskQueryColumnName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.task.api.TaskState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.task.api.WildcardSearchField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.workbasket.api.AccessItemQueryColumnName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.workbasket.api.WorkbasketCustomField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.workbasket.api.WorkbasketPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.workbasket.api.WorkbasketQueryColumnName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.workbasket.api.WorkbasketType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum pro.taskana.classification.api.ClassificationCustomField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.classification.api.ClassificationQueryColumnName
-
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.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.ScheduledJob.State
-
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.ScheduledJob.Type
-
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.TaskanaEngine.ConnectionManagementMode
-
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.
- values() - Static method in enum pro.taskana.monitor.api.TaskTimestamp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.spi.history.api.events.classification.ClassificationHistoryEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.spi.history.api.events.task.TaskHistoryCustomField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.spi.history.api.events.task.TaskHistoryEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.task.api.CallbackState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.task.api.ObjectReferenceQueryColumnName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.task.api.TaskCustomField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.task.api.TaskQueryColumnName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.task.api.TaskState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.task.api.WildcardSearchField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.workbasket.api.AccessItemQueryColumnName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.workbasket.api.WorkbasketCustomField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.workbasket.api.WorkbasketPermission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.workbasket.api.WorkbasketQueryColumnName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.workbasket.api.WorkbasketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- WildcardSearchField - Enum in pro.taskana.task.api
-
- wildcardSearchFieldsIn(WildcardSearchField...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add the values of the wildcard search fields for exact matching to your query.
- wildcardSearchFieldsIn(WildcardSearchField...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- wildcardSearchValueLike(String) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your wildcard search value for pattern matching to your query.
- wildcardSearchValueLike(String) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- withColumnHeaders(List<H>) - Method in interface pro.taskana.monitor.api.reports.TimeIntervalReportBuilder
-
- withTimestamps(List<TaskTimestamp>) - Method in interface pro.taskana.monitor.api.reports.TimestampReport.Builder
-
- withTimestamps(List<TaskTimestamp>) - Method in class pro.taskana.monitor.internal.reports.TimestampReportBuilderImpl
-
- Workbasket - Interface in pro.taskana.workbasket.api.models
-
Workbasket entity interface.
- WorkbasketAccessItem - Interface in pro.taskana.workbasket.api.models
-
Interface for WorkbasketAccessItem.
- WorkbasketAccessItemAlreadyExistException - Exception in pro.taskana.workbasket.api.exceptions
-
- WorkbasketAccessItemAlreadyExistException(WorkbasketAccessItem) - Constructor for exception pro.taskana.workbasket.api.exceptions.WorkbasketAccessItemAlreadyExistException
-
- WorkbasketAccessItemCreatedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketAccessItemCreatedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketAccessItemCreatedEvent
-
- WorkbasketAccessItemDeletedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketAccessItemDeletedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketAccessItemDeletedEvent
-
- WorkbasketAccessItemDeletedForAccessIdEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketAccessItemDeletedForAccessIdEvent(String, Workbasket, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketAccessItemDeletedForAccessIdEvent
-
- WorkbasketAccessItemImpl - Class in pro.taskana.workbasket.internal.models
-
WorkbasketAccessItemImpl Entity.
- WorkbasketAccessItemImpl() - Constructor for class pro.taskana.workbasket.internal.models.WorkbasketAccessItemImpl
-
- WorkbasketAccessItemQuery - Interface in pro.taskana.workbasket.api
-
WorkbasketAccessItemQuery for generating dynamic SQL.
- WorkbasketAccessItemQueryImpl - Class in pro.taskana.workbasket.internal
-
WorkbasketAccessItemQueryImpl for generating dynamic SQL.
- WorkbasketAccessItemsUpdatedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketAccessItemsUpdatedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketAccessItemsUpdatedEvent
-
- WorkbasketAccessItemUpdatedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketAccessItemUpdatedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketAccessItemUpdatedEvent
-
- WorkbasketAccessMapper - Interface in pro.taskana.workbasket.internal
-
This class is the mybatis mapping of workbasket access items.
- WorkbasketAlreadyExistException - Exception in pro.taskana.workbasket.api.exceptions
-
Thrown, when a workbasket does already exits, but wanted to create with same ID.
- WorkbasketAlreadyExistException(Workbasket) - Constructor for exception pro.taskana.workbasket.api.exceptions.WorkbasketAlreadyExistException
-
- WorkbasketCleanupJob - Class in pro.taskana.workbasket.internal.jobs
-
Job to cleanup completed workbaskets after a period of time if there are no pending tasks
associated to the workbasket.
- WorkbasketCleanupJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.workbasket.internal.jobs.WorkbasketCleanupJob
-
- WorkbasketCreatedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketCreatedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketCreatedEvent
-
- WorkbasketCustomField - Enum in pro.taskana.workbasket.api
-
- WorkbasketDeletedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketDeletedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketDeletedEvent
-
- WorkbasketDistributionTargetAddedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketDistributionTargetAddedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketDistributionTargetAddedEvent
-
- WorkbasketDistributionTargetRemovedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketDistributionTargetRemovedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketDistributionTargetRemovedEvent
-
- WorkbasketDistributionTargetsUpdatedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketDistributionTargetsUpdatedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketDistributionTargetsUpdatedEvent
-
- WorkbasketHistoryEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
Super class for all workbasket related events.
- WorkbasketHistoryEvent() - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- WorkbasketHistoryEvent(String, WorkbasketSummary, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- WorkbasketHistoryEventType - Enum in pro.taskana.spi.history.api.events.workbasket
-
- workbasketId - Variable in class pro.taskana.spi.history.api.events.workbasket.WorkbasketHistoryEvent
-
- workbasketIdIn(List<String>) - Method in interface pro.taskana.monitor.api.reports.TimeIntervalReportBuilder
-
Adds a list of workbasket ids to the builder.
- workbasketIdIn(String...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your workbasket id to the query.
- workbasketIdIn(String...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- workbasketIdIn(String...) - Method in interface pro.taskana.workbasket.api.AbstractWorkbasketAccessItemQuery
-
Add your workbasket id to your query.
- workbasketIdIn(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Add your workbasket id to your query.
- workbasketIdIn(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- workbasketIdsIn(List<String>) - Method in interface pro.taskana.monitor.api.reports.TaskStatusReport.Builder
-
Adds a list of workbasketIds to the builder.
- workbasketIdsIn(List<String>) - Method in class pro.taskana.monitor.internal.reports.TaskStatusReportBuilderImpl
-
- WorkbasketImpl - Class in pro.taskana.workbasket.internal.models
-
Workbasket entity.
- WorkbasketImpl() - Constructor for class pro.taskana.workbasket.internal.models.WorkbasketImpl
-
- WorkbasketInUseException - Exception in pro.taskana.workbasket.api.exceptions
-
Thrown if a specific Workbasket does have content and should be deleted.
- WorkbasketInUseException(String) - Constructor for exception pro.taskana.workbasket.api.exceptions.WorkbasketInUseException
-
- workbasketKey - Variable in class pro.taskana.spi.history.api.events.task.TaskHistoryEvent
-
- workbasketKeyDomainIn(KeyDomain...) - Method in interface pro.taskana.task.api.TaskQuery
-
Add your workbasket key to the query.
- workbasketKeyDomainIn(KeyDomain...) - Method in class pro.taskana.task.internal.TaskQueryImpl
-
- workbasketKeyIn(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Add your unique entry workbasket key to your query as filter.
- workbasketKeyIn(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- workbasketKeyLike(String...) - Method in interface pro.taskana.workbasket.api.WorkbasketAccessItemQuery
-
Add keys to your query.
- workbasketKeyLike(String...) - Method in class pro.taskana.workbasket.internal.WorkbasketAccessItemQueryImpl
-
- WorkbasketMapper - Interface in pro.taskana.workbasket.internal
-
This class is the mybatis mapping of workbaskets.
- WorkbasketMarkedForDeletionEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketMarkedForDeletionEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketMarkedForDeletionEvent
-
- WorkbasketNotFoundException - Exception in pro.taskana.workbasket.api.exceptions
-
This exception will be thrown if a specific workbasket is not in the database.
- WorkbasketNotFoundException(String, String) - Constructor for exception pro.taskana.workbasket.api.exceptions.WorkbasketNotFoundException
-
- WorkbasketNotFoundException(String, String, String) - Constructor for exception pro.taskana.workbasket.api.exceptions.WorkbasketNotFoundException
-
- WorkbasketPermission - Enum in pro.taskana.workbasket.api
-
This enum contains all permission values for the workbaskets.
- WorkbasketQuery - Interface in pro.taskana.workbasket.api
-
WorkitemQuery for generating dynamic sql.
- WorkbasketQueryColumnName - Enum in pro.taskana.workbasket.api
-
Enum containing the column names for
pro.taskana.workbasket.internal.WorkbasketQueryMapper.queryWorkbasketColumnValues.
- WorkbasketQueryImpl - Class in pro.taskana.workbasket.internal
-
WorkbasketQuery for generating dynamic SQL.
- WorkbasketQueryMapper - Interface in pro.taskana.workbasket.internal
-
This class provides a mapper for all queries.
- WorkbasketReport - Class in pro.taskana.monitor.api.reports
-
A WorkbasketReport contains the total numbers of tasks of the respective workbasket as well as
the total number of all tasks.
- WorkbasketReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.monitor.api.reports.WorkbasketReport
-
- WorkbasketReport.Builder - Interface in pro.taskana.monitor.api.reports
-
- WorkbasketReportBuilderImpl - Class in pro.taskana.monitor.internal.reports
-
The implementation of WorkbasketReportBuilder.
- WorkbasketReportBuilderImpl(InternalTaskanaEngine, MonitorMapper) - Constructor for class pro.taskana.monitor.internal.reports.WorkbasketReportBuilderImpl
-
- WorkbasketService - Interface in pro.taskana.workbasket.api
-
This service manages Workbaskets.
- WorkbasketServiceImpl - Class in pro.taskana.workbasket.internal
-
This is the implementation of WorkbasketService.
- WorkbasketServiceImpl(InternalTaskanaEngine, WorkbasketMapper, DistributionTargetMapper, WorkbasketAccessMapper) - Constructor for class pro.taskana.workbasket.internal.WorkbasketServiceImpl
-
- workbasketSummary - Variable in class pro.taskana.task.internal.models.TaskSummaryImpl
-
- WorkbasketSummary - Interface in pro.taskana.workbasket.api.models
-
Interface for WorkbasketSummary.
- WorkbasketSummaryImpl - Class in pro.taskana.workbasket.internal.models
-
This entity contains the most important information about a workbasket.
- WorkbasketSummaryImpl() - Constructor for class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- WorkbasketSummaryImpl(WorkbasketSummaryImpl) - Constructor for class pro.taskana.workbasket.internal.models.WorkbasketSummaryImpl
-
- WorkbasketType - Enum in pro.taskana.workbasket.api
-
This enum contains the supported work basket types.
- WorkbasketUpdatedEvent - Class in pro.taskana.spi.history.api.events.workbasket
-
- WorkbasketUpdatedEvent(String, Workbasket, String, String) - Constructor for class pro.taskana.spi.history.api.events.workbasket.WorkbasketUpdatedEvent
-
- 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.
- WorkingDaysToDaysReportConverter - Class in pro.taskana.monitor.internal.preprocessor
-
The DaysToWorkingDaysReportConverter provides a method to convert an age in days into an age in
working days.
- wrap(CheckedConsumer<T, E>) - Static method in interface pro.taskana.common.internal.util.CheckedConsumer
-
- wrap(CheckedFunction<T, E>) - Static method in interface pro.taskana.common.internal.util.CheckedFunction
-
- WrongCustomHolidayFormatException - Exception in pro.taskana.common.api.exceptions
-
- WrongCustomHolidayFormatException(String) - Constructor for exception pro.taskana.common.api.exceptions.WrongCustomHolidayFormatException
-