Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W _ 

A

AbstractTaskanaJob - Class in pro.taskana.jobs
Abstract base for all background jobs of TASKANA.
AbstractTaskanaJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.jobs.AbstractTaskanaJob
 
AbstractWorkbasketAccessItemQuery<Q extends AbstractWorkbasketAccessItemQuery<Q,T>,T extends WorkbasketAccessItem> - Interface in pro.taskana
AbstractWorkbasketAccessItemQuery for generating dynamic sql.
accessIdIn(String...) - Method in interface pro.taskana.AbstractWorkbasketAccessItemQuery
Add your accessIds to your query.
accessIdIn(String...) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
accessIdIn(String...) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Add your accessIds to your query.
accessIdLike(String...) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
accessIdLike(String...) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Add keys to your query.
accessIdsHavePermission(WorkbasketPermission, String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
accessIdsHavePermission(WorkbasketPermission, String...) - Method in interface pro.taskana.WorkbasketQuery
Setting up the permission which should be granted on the result workbaskets and the users which should be checked.
addAllErrors(BulkOperationResults<K, V>) - Method in class pro.taskana.BulkOperationResults
Add all errors from another BulkOperationResult to this.
addAttachment(Attachment) - Method in class pro.taskana.impl.TaskImpl
 
addAttachment(Attachment) - Method in interface pro.taskana.Task
Add an attachment.
NULL will be ignored and an attachment with the same ID will be replaced by the newer one.
addAttachmentSummary(AttachmentSummary) - Method in class pro.taskana.impl.TaskSummaryImpl
 
addDistributionTarget(String, String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
addDistributionTarget(String, String) - Method in interface pro.taskana.WorkbasketService
Add a distribution target to a workbasket.
addError(K, V) - Method in class pro.taskana.BulkOperationResults
Adding an appearing error to the map and list them by a unique ID as key.
addItem(DetailedMonitorQueryItem, int) - Method in class pro.taskana.impl.report.DetailedReportRow
 
addItem(Item) - Method in class pro.taskana.report.Report
 
addItem(Item, int) - Method in class pro.taskana.report.ReportRow
 
addItems(List<Item>, QueryItemPreprocessor<Item>) - Method in class pro.taskana.report.Report
 
addItems(List<Item>) - Method in class pro.taskana.report.Report
 
addMember(Principal) - Method in class pro.taskana.security.GroupPrincipal
 
applicationEntryPointIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your applicationEntryPoint to your query.
applicationEntryPointIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
applicationEntryPointLike(String...) - Method in interface pro.taskana.ClassificationQuery
Add your applicationEntryPoint to your query.
applicationEntryPointLike(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
apply(Item) - Method in class pro.taskana.impl.report.DaysToWorkingDaysPreProcessor
 
apply(Item) - Method in interface pro.taskana.report.QueryItemPreprocessor
 
ARG_TASK_IDS - Static variable in class pro.taskana.jobs.TaskRefreshJob
 
asSummary() - Method in interface pro.taskana.Attachment
Return a summary of the current Attachment.
asSummary() - Method in interface pro.taskana.Classification
Return a summary of the current Classification.
asSummary() - Method in class pro.taskana.impl.AttachmentImpl
 
asSummary() - Method in class pro.taskana.impl.ClassificationImpl
 
asSummary() - Method in class pro.taskana.impl.TaskImpl
 
asSummary() - Method in class pro.taskana.impl.WorkbasketImpl
 
asSummary() - Method in interface pro.taskana.Task
Return a summary of the current Task.
asSummary() - Method in interface pro.taskana.Workbasket
Return a summary of the current workbasket.
Attachment - Interface in pro.taskana
Attachment-Interface to specify Attachment Attributes.
attachmentChannelIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentChannelIn(String...) - Method in interface pro.taskana.TaskQuery
Add the values of attachment channel for exact matching to your query.
attachmentChannelLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentChannelLike(String...) - Method in interface pro.taskana.TaskQuery
Add the values of attachment channel for pattern matching to your query.
attachmentClassificationIdIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentClassificationIdIn(String...) - Method in interface pro.taskana.TaskQuery
Add the attachment classification Ids for exact matching to your query.
attachmentClassificationIdLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentClassificationIdLike(String...) - Method in interface pro.taskana.TaskQuery
Add the values of attachment classification ids for pattern matching to your query.
attachmentClassificationKey - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
attachmentClassificationKeyIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentClassificationKeyIn(String...) - Method in interface pro.taskana.TaskQuery
Add the attachment classification keys for exact matching to your query.
attachmentClassificationKeyLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentClassificationKeyLike(String...) - Method in interface pro.taskana.TaskQuery
Add the attachment classification Keys for pattern matching to your query.
AttachmentImpl - Class in pro.taskana.impl
Attachment entity.
AttachmentMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of Attachment.
AttachmentPersistenceException - Exception in pro.taskana.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.exceptions.AttachmentPersistenceException
 
attachmentReceivedWithin(TimeInterval...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentReceivedWithin(TimeInterval...) - Method in interface pro.taskana.TaskQuery
Add your received-dates to your query.
attachmentReferenceValueIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentReferenceValueIn(String...) - Method in interface pro.taskana.TaskQuery
Add the values of reference values for exact matching to your query.
attachmentReferenceValueLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
attachmentReferenceValueLike(String...) - Method in interface pro.taskana.TaskQuery
Add the values of reference values for pattern matching to your query.
AttachmentSummary - Interface in pro.taskana
Interface for AttachmentSummaries.
AttachmentSummaryImpl - Class in pro.taskana.impl
The most important fields of the Attachment entity.
AutocommitFailedException - Exception in pro.taskana.exceptions
Thrown in ConnectionManagementMode AUTOCOMMIT when an attempt to commit fails.
AutocommitFailedException(Throwable) - Constructor for exception pro.taskana.exceptions.AutocommitFailedException
 

B

BaseQuery<T> - Interface in pro.taskana
Main query interface.
BaseQuery.SortDirection - Enum in pro.taskana
Determines the sort direction.
buildDetailedReport() - Method in class pro.taskana.impl.ClassificationReportBuilderImpl
 
buildDetailedReport() - Method in interface pro.taskana.report.ClassificationReport.Builder
Returns a ClassificationReport.DetailedClassificationReport containing all tasks after applying the filters.
buildReport() - Method in class pro.taskana.impl.CategoryReportBuilderImpl
 
buildReport() - Method in class pro.taskana.impl.ClassificationReportBuilderImpl
 
buildReport() - Method in class pro.taskana.impl.CustomFieldValueReportBuilderImpl
 
buildReport() - Method in class pro.taskana.impl.TaskStatusReportBuilderImpl
 
buildReport() - Method in class pro.taskana.impl.WorkbasketReportBuilderImpl
 
buildReport() - Method in interface pro.taskana.report.CategoryReport.Builder
 
buildReport() - Method in interface pro.taskana.report.ClassificationReport.Builder
 
buildReport() - Method in interface pro.taskana.report.CustomFieldValueReport.Builder
 
buildReport() - Method in interface pro.taskana.report.Report.Builder
 
buildReport() - Method in interface pro.taskana.report.TaskStatusReport.Builder
 
buildReport() - Method in interface pro.taskana.report.WorkbasketReport.Builder
 
buildTaskanaEngine() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
This method creates the TaskanaEngine without an sqlSessionFactory.
BulkOperationResults<K,V> - Class in pro.taskana
Returning type for a bulk db interaction with errors.
BulkOperationResults() - Constructor for class pro.taskana.BulkOperationResults
 
businessProcessId - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
businessProcessIdIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
businessProcessIdIn(String...) - Method in interface pro.taskana.TaskQuery
Add the business process ids for exact matching to your query.
businessProcessIdLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
businessProcessIdLike(String...) - Method in interface pro.taskana.TaskQuery
Add the business process id for pattern matching to your query.

C

call() - Method in interface pro.taskana.transaction.TaskanaCallable
 
callerHasPermission(WorkbasketPermission) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
callerHasPermission(WorkbasketPermission) - Method in interface pro.taskana.WorkbasketQuery
Add condition to query if the caller (one of the accessIds of the caller) has the given permission on the workbasket.
cancelClaim(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
cancelClaim(String) - Method in interface pro.taskana.TaskService
Cancel the claim of an existing task if it was claimed by the current user before.
categoryIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your category to your query.
categoryIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
categoryIn(List<String>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Adds a list of categories to the builder.
CategoryReport - Class in pro.taskana.report
A CategoryReport contains the total numbers of tasks of the respective category as well as the total number of all tasks.
CategoryReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.report.CategoryReport
 
CategoryReport.Builder - Interface in pro.taskana.report
Builder for CategoryReport.
CategoryReportBuilderImpl - Class in pro.taskana.impl
The implementation of CategoryReportBuilder.
checkAuthorization(String, WorkbasketPermission...) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
checkAuthorization(String, String, WorkbasketPermission...) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
checkAuthorization(String, WorkbasketPermission...) - Method in interface pro.taskana.WorkbasketService
This method checks the authorization for the actual User.
checkAuthorization(String, String, WorkbasketPermission...) - Method in interface pro.taskana.WorkbasketService
This method checks the authorization for the actual User.
checkRoleMembership(TaskanaRole...) - Method in class pro.taskana.impl.TaskanaEngineImpl
Checks whether current user is member of any of the specified roles.
checkRoleMembership(TaskanaRole...) - Method in interface pro.taskana.TaskanaEngine
Checks whether current user is member of any of the specified roles.
claim(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
claim(String) - Method in interface pro.taskana.TaskService
Claim an existing task for the current user.
claimedWithin(TimeInterval...) - Method in class pro.taskana.impl.TaskQueryImpl
 
claimedWithin(TimeInterval...) - Method in interface pro.taskana.TaskQuery
Add the time intervals within which the task was claimed to your query.
Classification - Interface in pro.taskana
Interface used to specify the Classification-Model.
CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.mappings.QueryMapper
 
CLASSIFICATION_FINDBYKEYANDDOMAIN - Static variable in interface pro.taskana.mappings.QueryMapper
 
CLASSIFICATION_ID - Static variable in class pro.taskana.jobs.ClassificationChangedJob
 
ClassificationAlreadyExistException - Exception in pro.taskana.exceptions
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
ClassificationAlreadyExistException(Classification) - Constructor for exception pro.taskana.exceptions.ClassificationAlreadyExistException
 
classificationCategoriesByTypeMap - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
classificationCategoryIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
classificationCategoryIn(String...) - Method in interface pro.taskana.TaskQuery
Add your classificationCategory to your query.
classificationCategoryLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
classificationCategoryLike(String...) - Method in interface pro.taskana.TaskQuery
Add your classificationCategory for pattern matching to your query.
ClassificationChangedJob - Class in pro.taskana.jobs
This class executes a job of type CLASSIFICATIONCHANGEDJOB.
ClassificationChangedJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.jobs.ClassificationChangedJob
 
classificationIdIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
classificationIdIn(List<String>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Adds a list of classificationIds to the builder.
classificationIdIn(String...) - Method in interface pro.taskana.TaskQuery
Add your classificationId to your query.
ClassificationImpl - Class in pro.taskana.impl
Classification entity.
ClassificationInUseException - Exception in pro.taskana.exceptions
Thrown if a specific task is not in the database.
ClassificationInUseException(String) - Constructor for exception pro.taskana.exceptions.ClassificationInUseException
 
ClassificationInUseException(String, Throwable) - Constructor for exception pro.taskana.exceptions.ClassificationInUseException
 
classificationKeyIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
classificationKeyIn(String...) - Method in interface pro.taskana.TaskQuery
Add your classificationKey to your query.
classificationKeyLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
classificationKeyLike(String...) - Method in interface pro.taskana.TaskQuery
Add your classificationKey for pattern matching to your query.
classificationKeyNotIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
classificationKeyNotIn(String...) - Method in interface pro.taskana.TaskQuery
Exlude these classificationKeys from your query.
ClassificationMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of classifications.
ClassificationNotFoundException - Exception in pro.taskana.exceptions
Thrown if a specific task is not in the database.
ClassificationNotFoundException(String, String) - Constructor for exception pro.taskana.exceptions.ClassificationNotFoundException
 
ClassificationNotFoundException(String, String, String) - Constructor for exception pro.taskana.exceptions.ClassificationNotFoundException
 
ClassificationQuery - Interface in pro.taskana
ClassificationQuery for generating dynamic sql.
ClassificationQueryImpl - Class in pro.taskana.impl
Implementation of ClassificationQuery interface.
ClassificationReport - Class in pro.taskana.report
The ClassificationReport extends the Report.
ClassificationReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.report.ClassificationReport
 
ClassificationReport.Builder - Interface in pro.taskana.report
ClassificationReport.DetailedClassificationReport - Class in pro.taskana.report
The DetailedClassificationReport is a functional extension of the ClassificationReport.
ClassificationReportBuilderImpl - Class in pro.taskana.impl
The implementation of ClassificationReportBuilder.
ClassificationService - Interface in pro.taskana
This class manages the classifications.
ClassificationServiceImpl - Class in pro.taskana.impl
This is the implementation of ClassificationService.
ClassificationSummary - Interface in pro.taskana
Interface for ClassificationSummaries.
ClassificationSummaryImpl - Class in pro.taskana.impl
Implementation for the short summaries of a classification entity.
classificationTypes - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
clearErrors() - Method in class pro.taskana.BulkOperationResults
Clearing the map - all entries will be removed.
closeConnection() - Method in class pro.taskana.impl.TaskanaEngineImpl
closes the connection to the database in mode EXPLICIT.
closeConnection() - Method in interface pro.taskana.TaskanaEngine
Closes the client's connection, sets it to null and switches to mode PARTICIPATE.
columnHeaders - Variable in class pro.taskana.report.Report
 
CombinedClassificationFilter - Class in pro.taskana.impl.report
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.impl.report.CombinedClassificationFilter
 
CombinedClassificationFilter(String, String) - Constructor for class pro.taskana.impl.report.CombinedClassificationFilter
 
combinedClassificationFilterIn(List<CombinedClassificationFilter>) - Method in class pro.taskana.impl.WorkbasketReportBuilderImpl
 
combinedClassificationFilterIn(List<CombinedClassificationFilter>) - Method in interface pro.taskana.report.WorkbasketReport.Builder
Adds a list of CombinedClassificationFilter to the builder.
comment - Variable in class pro.taskana.history.api.TaskanaHistoryEvent
 
companyIn(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
companyIn(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your company to your query.
completedWithin(TimeInterval...) - Method in class pro.taskana.impl.TaskQueryImpl
 
completedWithin(TimeInterval...) - Method in interface pro.taskana.TaskQuery
Add the time intervals within which the task was completed to your query.
completeTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
completeTask(String) - Method in interface pro.taskana.TaskService
Complete a claimed Task as owner/admin and update State and Timestamps.
completeTasks(List<String>) - Method in class pro.taskana.impl.TaskServiceImpl
 
completeTasks(List<String>) - Method in interface pro.taskana.TaskService
Completes a list of tasks.
ConcurrencyException - Exception in pro.taskana.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.exceptions.ConcurrencyException
 
connection - Variable in class pro.taskana.impl.TaskanaEngineImpl
 
ConnectionNotSetException - Exception in pro.taskana.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.exceptions.ConnectionNotSetException
 
contains(Instant) - Method in class pro.taskana.TimeInterval
 
containsErrors() - Method in class pro.taskana.BulkOperationResults
Returning the status of a bulk-error-log.
convertDaysToWorkingDays(int) - Method in class pro.taskana.impl.DaysToWorkingDaysConverter
Converts an integer, that represents the age in days, to the age in working days by using the table that was created by initialization.
convertWorkingDaysToDays(int) - Method in class pro.taskana.impl.DaysToWorkingDaysConverter
Converts an integer, that represents the age in working days, to the age in days by using the table that was created by initialization.
convertWorkingDaysToDays(Instant, long) - Method in class pro.taskana.impl.DaysToWorkingDaysConverter
 
count() - Method in interface pro.taskana.BaseQuery
Counting the amount of rows/results for the current query.
count() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
count() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
count() - Method in class pro.taskana.impl.TaskQueryImpl
 
count() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
count() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
countQueryClassifications(ClassificationQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
countQueryObjectReferences(ObjectReferenceQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
countQueryTasks(TaskQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
countQueryTasksDb2(TaskQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
countQueryWorkbasketAccessItems(WorkbasketAccessItemQuery) - Method in interface pro.taskana.mappings.QueryMapper
 
countQueryWorkbaskets(WorkbasketQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
create(TaskanaHistoryEvent) - Method in interface pro.taskana.history.api.TaskanaHistory
Create a new history event.
createCategoryReportBuilder() - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
createCategoryReportBuilder() - Method in interface pro.taskana.TaskMonitorService
Provides a CategoryReport.Builder for creating a CategoryReport, list the task ids of this report and list the values of an entered custom attribute.
createClassification(Classification) - Method in interface pro.taskana.ClassificationService
Persists a new classification after adding default values.
createClassification(Classification) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
createClassificationQuery() - Method in interface pro.taskana.ClassificationService
This method provides a query builder for quering the database.
createClassificationQuery() - Method in class pro.taskana.impl.ClassificationServiceImpl
 
createClassificationReportBuilder() - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
createClassificationReportBuilder() - Method in interface pro.taskana.TaskMonitorService
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.
createCustomFieldValueReportBuilder(CustomField) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
createCustomFieldValueReportBuilder(CustomField) - Method in interface pro.taskana.TaskMonitorService
Provides a CustomFieldValueReport.Builder for creating a CustomFieldValueReport and list the values of an entered custom attribute.
created - Variable in class pro.taskana.history.api.TaskanaHistoryEvent
 
createDatasource(String, String, String, String) - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
This method creates a PooledDataSource, if the needed properties are provided.
createDefaultDataSource() - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
createdWithin(TimeInterval...) - Method in interface pro.taskana.ClassificationQuery
Add your created-Dates to your query.
createdWithin(TimeInterval...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
createdWithin(TimeInterval...) - Method in class pro.taskana.impl.TaskQueryImpl
 
createdWithin(TimeInterval...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
createdWithin(TimeInterval...) - Method in interface pro.taskana.TaskQuery
Add the time intervals within which the task was created to your query.
createdWithin(TimeInterval...) - Method in interface pro.taskana.WorkbasketQuery
Add the time intervals within which the workbasket was created to your query.
createEvent(TaskanaHistoryEvent) - Method in class pro.taskana.history.HistoryEventProducer
 
createFromScheduledJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Static method in class pro.taskana.jobs.AbstractTaskanaJob
 
createJob(ScheduledJob) - Method in class pro.taskana.impl.JobServiceImpl
 
createJob(ScheduledJob) - Method in interface pro.taskana.JobService
Create a schedule a new job.
createObjectReferenceQuery() - Method in class pro.taskana.impl.TaskQueryImpl
 
createObjectReferenceQuery() - Method in interface pro.taskana.TaskQuery
This method provides a query builder for quering the database.
createReportRow(int) - Method in class pro.taskana.report.ClassificationReport.DetailedClassificationReport
 
createReportRow(int) - Method in class pro.taskana.report.Report
 
createSqlSessionManager() - Method in class pro.taskana.impl.TaskanaEngineImpl
This method creates the sqlSessionManager of myBatis.
createTask(Task) - Method in class pro.taskana.impl.TaskServiceImpl
 
createTask(Task) - Method in interface pro.taskana.TaskService
Persists a not persisted Task which does not exist already.
createTaskanaEngine(TaskanaEngineConfiguration) - Static method in class pro.taskana.impl.TaskanaEngineImpl
 
createTaskQuery() - Method in class pro.taskana.impl.TaskServiceImpl
 
createTaskQuery() - Method in interface pro.taskana.TaskService
This method provides a query builder for quering the database.
createTaskStatusReportBuilder() - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
createTaskStatusReportBuilder() - Method in interface pro.taskana.TaskMonitorService
Provides a TaskStatusReport.Builder for creating a TaskStatusReport.
createWorkbasket(Workbasket) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
createWorkbasket(Workbasket) - Method in interface pro.taskana.WorkbasketService
Create a new Workbasket.
createWorkbasketAccessItem(WorkbasketAccessItem) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
createWorkbasketAccessItem(WorkbasketAccessItem) - Method in interface pro.taskana.WorkbasketService
Create and persist a new WorkbasketAccessItem with a WorkbasketId, an accessId and permissions.
createWorkbasketAccessItemQuery() - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
createWorkbasketAccessItemQuery() - Method in interface pro.taskana.WorkbasketService
This method provides a query builder for querying the database.
createWorkbasketQuery() - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
createWorkbasketQuery() - Method in interface pro.taskana.WorkbasketService
This method provides a query builder for querying the database.
createWorkbasketReportBuilder() - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
createWorkbasketReportBuilder() - Method in interface pro.taskana.TaskMonitorService
Provides a WorkbasketReport.Builder for creating a WorkbasketReport, list the task ids of this report and list the values of an entered custom attribute.
creatorIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
creatorIn(String...) - Method in interface pro.taskana.TaskQuery
Add the UserIds of the creator to your query.
creatorLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
creatorLike(String...) - Method in interface pro.taskana.TaskQuery
Add the UserIds of the creator for pattern matching to your query.
CurrentUserContext - Class in pro.taskana.security
Provides the context information about the current (calling) user.
custom1In(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
custom1In(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 1st custom property to your query.
custom1Like(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
custom1Like(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 1st custom property for pattern matching to your query.
custom2In(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
custom2In(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 2nd custom property to your query.
custom2Like(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
custom2Like(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 2nd custom property for pattern matching to your query.
custom3In(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
custom3In(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 3rd custom property to your query.
custom3Like(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
custom3Like(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 3rd custom property for pattern matching to your query.
custom4In(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
custom4In(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 4th custom property to your query.
custom4Like(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
custom4Like(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 4th custom property for pattern matching to your query.
customAttributeFilterIn(Map<CustomField, String>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Adds a map of custom attributes and custom attribute values to the builder.
customAttributeIn(String, String...) - Method in interface pro.taskana.ClassificationQuery
Add a custom to your query.
customAttributeIn(String, String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
customAttributeIn(String, String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
customAttributeIn(String, String...) - Method in interface pro.taskana.TaskQuery
Add the values of custom attribute number num for exact matching to your query.
customAttributeLike(String, String...) - Method in interface pro.taskana.ClassificationQuery
Add a custom to your query.
customAttributeLike(String, String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
customAttributeLike(String, String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
customAttributeLike(String, String...) - Method in interface pro.taskana.TaskQuery
Add the values of custom attribute number num for pattern matching to your query.
CustomField - Enum in pro.taskana
This enum contains the fields CUSTOM_1 - CUSTOM_10 for the task entity.
CustomFieldValueReport - Class in pro.taskana.report
A CustomFieldValueReport contains the total numbers of tasks of the respective custom field as well as the total number of all tasks.
CustomFieldValueReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.report.CustomFieldValueReport
 
CustomFieldValueReport.Builder - Interface in pro.taskana.report
CustomFieldValueReportBuilderImpl - Class in pro.taskana.impl
The implementation of CustomFieldValueReportBuilder.
CustomPropertySelector - Class in pro.taskana.mappings
Determines which custom properties are to be updated.
CustomPropertySelector() - Constructor for class pro.taskana.mappings.CustomPropertySelector
 

D

dataSource - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
DaysToWorkingDaysConverter - Class in pro.taskana.impl
The DaysToWorkingDaysConverter provides a method to convert an age in days into an age in working days.
DaysToWorkingDaysPreProcessor<Item extends MonitorQueryItem> - Class in pro.taskana.impl.report
Uses DaysToWorkingDaysConverter to convert an <Item>s age to working days.
DaysToWorkingDaysPreProcessor(List<TimeIntervalColumnHeader>, boolean) - Constructor for class pro.taskana.impl.report.DaysToWorkingDaysPreProcessor
 
DbSchemaCreator - Class in pro.taskana.configuration
This class create the schema for taskana.
DbSchemaCreator(DataSource, String) - Constructor for class pro.taskana.configuration.DbSchemaCreator
 
dbSchemaCreator - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
DEFAULT_LOCK_EXPIRATION_PERIOD - Static variable in class pro.taskana.impl.JobServiceImpl
 
delete(String, String) - Method in interface pro.taskana.mappings.DistributionTargetMapper
 
delete(ScheduledJob) - Method in interface pro.taskana.mappings.JobMapper
 
delete(String) - Method in interface pro.taskana.mappings.ObjectReferenceMapper
 
delete(String) - Method in interface pro.taskana.mappings.TaskMapper
 
delete(String) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
delete(String) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
deleteAccessItemsForAccessId(String) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
deleteAllAccessItemsForWorkbasketId(String) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
deleteAllDistributionTargetsBySourceId(String) - Method in interface pro.taskana.mappings.DistributionTargetMapper
 
deleteAllDistributionTargetsByTargetId(String) - Method in interface pro.taskana.mappings.DistributionTargetMapper
 
deleteAttachment(String) - Method in interface pro.taskana.mappings.AttachmentMapper
 
deleteClassification(String) - Method in interface pro.taskana.ClassificationService
Delete a classification with all child classifications.
deleteClassification(String, String) - Method in interface pro.taskana.ClassificationService
Delete a classification with all child classifications.
deleteClassification(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
deleteClassification(String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
deleteClassification(String) - Method in interface pro.taskana.mappings.ClassificationMapper
 
deleteJob(ScheduledJob) - Method in class pro.taskana.impl.JobServiceImpl
 
deleteMultiple(List<String>) - Method in interface pro.taskana.mappings.TaskMapper
 
deleteMultipleBySourceId(String, List<String>) - Method in interface pro.taskana.mappings.DistributionTargetMapper
 
deleteTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
deleteTask(String) - Method in interface pro.taskana.TaskService
Deletes the task with the given Id.
deleteTasks(List<String>) - Method in class pro.taskana.impl.TaskServiceImpl
 
deleteTasks(List<String>) - Method in interface pro.taskana.TaskService
Deletes a list of tasks.
deleteWorkbasket(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
deleteWorkbasket(String) - Method in interface pro.taskana.WorkbasketService
Deletes the workbasket by the given ID of it.
deleteWorkbasketAccessItem(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
deleteWorkbasketAccessItem(String) - Method in interface pro.taskana.WorkbasketService
Deletes a specific WorkbasketAccessItem.
deleteWorkbasketAccessItemsForAccessId(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
deleteWorkbasketAccessItemsForAccessId(String) - Method in interface pro.taskana.WorkbasketService
Deletes all WorkbasketAccessItems using the given AccessId of a user.
deleteWorkbaskets(List<String>) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
deleteWorkbaskets(List<String>) - Method in interface pro.taskana.WorkbasketService
Deletes a list of workbaskets.
descriptionLike(String) - Method in interface pro.taskana.ClassificationQuery
Add your description to your query.
descriptionLike(String) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
descriptionLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
descriptionLike(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
descriptionLike(String...) - Method in interface pro.taskana.TaskQuery
Add your description for pattern matching to your query.
descriptionLike(String...) - Method in interface pro.taskana.WorkbasketQuery
Add your description to your query.
DetailedClassificationReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.report.ClassificationReport.DetailedClassificationReport
 
DetailedMonitorQueryItem - Class in pro.taskana.impl.report
The DetailedMonitorQueryItem extends the MonitorQueryItem.
DetailedMonitorQueryItem() - Constructor for class pro.taskana.impl.report.DetailedMonitorQueryItem
 
DetailedReportRow - Class in pro.taskana.impl.report
The DetailedReportRow extends the ReportRow.
DetailedReportRow(int) - Constructor for class pro.taskana.impl.report.DetailedReportRow
 
determineDimension() - Method in class pro.taskana.impl.CategoryReportBuilderImpl
 
determineDimension() - Method in class pro.taskana.impl.ClassificationReportBuilderImpl
 
determineDimension() - Method in class pro.taskana.impl.CustomFieldValueReportBuilderImpl
 
determineDimension() - Method in class pro.taskana.impl.WorkbasketReportBuilderImpl
 
DistributionTargetMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of distribution targets.
domain - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
domainExists(String) - Method in class pro.taskana.impl.TaskanaEngineImpl
Returns true if the given domain does exist in the configuration.
domainIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your domains to your query which are used as filter.
domainIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
domainIn(List<String>) - Method in class pro.taskana.impl.TaskStatusReportBuilderImpl
 
domainIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
domainIn(List<String>) - Method in interface pro.taskana.report.TaskStatusReport.Builder
Adds a list of domains to the builder.
domainIn(List<String>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Adds a list of domains to the builder.
domainIn(String...) - Method in interface pro.taskana.WorkbasketQuery
Add your domains to your query.
domainLike(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
domainLike(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the domains for pattern matching to your query.
DomainNotFoundException - Exception in pro.taskana.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.exceptions.DomainNotFoundException
 
domains - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
dueWithin(TimeInterval...) - Method in class pro.taskana.impl.TaskQueryImpl
 
dueWithin(TimeInterval...) - Method in interface pro.taskana.TaskQuery
Add the time intervals within which the task is due to your query.

E

equals(Object) - Method in class pro.taskana.impl.AttachmentImpl
 
equals(Object) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
equals(Object) - Method in class pro.taskana.impl.ClassificationImpl
 
equals(Object) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
equals(Object) - Method in class pro.taskana.impl.TaskImpl
 
equals(Object) - Method in class pro.taskana.impl.TaskSummaryImpl
 
equals(Object) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
equals(Object) - Method in class pro.taskana.impl.WorkbasketImpl
 
equals(Object) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
equals(Object) - Method in class pro.taskana.KeyDomain
 
equals(Object) - Method in class pro.taskana.ObjectReference
 
excludedClassificationIdIn(List<String>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Adds a list of excludedClassificationIds to the builder.
executeInTransaction(TaskanaCallable<T>) - Method in interface pro.taskana.transaction.TaskanaTransactionProvider
 

F

filterTaskIdsForNotCompleted(List<String>) - Method in interface pro.taskana.mappings.TaskMapper
 
findAll() - Method in interface pro.taskana.mappings.WorkbasketMapper
 
findAttachmentsByTaskId(String) - Method in interface pro.taskana.mappings.AttachmentMapper
 
findAttachmentSummariesByTaskIds(String[]) - Method in interface pro.taskana.mappings.AttachmentMapper
 
findById(String) - Method in interface pro.taskana.mappings.ClassificationMapper
 
findById(String) - Method in interface pro.taskana.mappings.ObjectReferenceMapper
 
findById(String) - Method in interface pro.taskana.mappings.TaskMapper
 
findById(String) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
findById(String) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
findByKeyAndDomain(String, String) - Method in interface pro.taskana.mappings.ClassificationMapper
 
findByKeyAndDomain(String, String) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
findByObjectReference(ObjectReference) - Method in interface pro.taskana.mappings.ObjectReferenceMapper
 
findBySourceId(String) - Method in interface pro.taskana.mappings.DistributionTargetMapper
 
findByWorkbasketAndAccessId(String, List<String>) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
findByWorkbasketId(String) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
findByWorkbasketKeyDomainAndAccessId(String, String, List<String>) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
findDistributionSources(String) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
findDistributionTargets(String) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
findExistingTasks(List<String>) - Method in interface pro.taskana.mappings.TaskMapper
 
findJobsToRun() - Method in class pro.taskana.impl.JobServiceImpl
 
findJobsToRun() - Method in interface pro.taskana.mappings.JobMapper
 
findSummaryById(String) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
findTaskIdsAffectedByClassificationChange(String) - Method in interface pro.taskana.mappings.AttachmentMapper
 
findTasksAffectedByClassificationChange(String) - Method in interface pro.taskana.mappings.TaskMapper
 
fits(TaskQueryItem) - Method in class pro.taskana.impl.report.TaskStatusColumnHeader
 
fits(MonitorQueryItem) - Method in class pro.taskana.impl.report.TimeIntervalColumnHeader
 
fits(Item) - Method in interface pro.taskana.report.ReportColumnHeader
 
fixColumnNames() - Static method in interface pro.taskana.mappings.QueryMapper
 
forceCancelClaim(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
forceCancelClaim(String) - Method in interface pro.taskana.TaskService
Cancel the claim of an existing task even if it was claimed by another user.
forceClaim(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
forceClaim(String) - Method in interface pro.taskana.TaskService
Claim an existing task for the current user even if it is already claimed by someone else.
forceCompleteTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
forceCompleteTask(String) - Method in interface pro.taskana.TaskService
Complete a Task and update State and Timestamps in every case if the Task exists.
forceDeleteTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
forceDeleteTask(String) - Method in interface pro.taskana.TaskService
Deletes the task with the given Id even if it is not completed.
fromPropertyName(String) - Static method in enum pro.taskana.TaskanaRole
 

G

generateWithPrefix(String) - Static method in class pro.taskana.impl.util.IdGenerator
This method create an id with an specific prefix.
getAccessId() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
getAccessId() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getAccessId() - Method in interface pro.taskana.WorkbasketAccessItem
Returns the group id or user id for which this WorkbasketAccessItem controls access permissions.
getAccessIdIn() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getAccessIdLike() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getAccessIds() - Static method in class pro.taskana.security.CurrentUserContext
 
getAccessName() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
getAccessName() - Method in interface pro.taskana.WorkbasketAccessItem
Returns the name of the group or user for which this WorkbasketAccessItem controls access permissions.
getAgeInDays() - Method in class pro.taskana.impl.report.MonitorQueryItem
 
getAllClassificationCategories() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getApplicationEntryPoint() - Method in interface pro.taskana.Classification
Get the logical name of the associated application entry point.
getApplicationEntryPoint() - Method in class pro.taskana.impl.ClassificationImpl
 
getApplicationEntryPointIn() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getApplicationEntryPointLike() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getArguments() - Method in class pro.taskana.jobs.ScheduledJob
 
getAttachment(String) - Method in interface pro.taskana.mappings.AttachmentMapper
 
getAttachmentChannelIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachmentChannelLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachmentClassificationId() - Method in class pro.taskana.impl.report.CombinedClassificationFilter
 
getAttachmentClassificationIdIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachmentClassificationIdLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachmentClassificationKey() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getAttachmentClassificationKeyIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachmentClassificationKeyLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachmentKey() - Method in class pro.taskana.impl.report.DetailedMonitorQueryItem
 
getAttachmentReceivedIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachmentReferenceIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachmentReferenceLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getAttachments() - Method in class pro.taskana.impl.TaskImpl
 
getAttachments() - Method in interface pro.taskana.Task
Return the attachments for this task.
getAttachmentSummaries() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getAttachmentSummaries() - Method in interface pro.taskana.TaskSummary
Gets the attachment summaries of the task.
getBegin() - Method in class pro.taskana.TimeInterval
 
getBusinessProcessId() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getBusinessProcessId() - Method in class pro.taskana.impl.TaskImpl
 
getBusinessProcessId() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getBusinessProcessId() - Method in interface pro.taskana.Task
Returns the businessProcessId of a task.
getBusinessProcessId() - Method in interface pro.taskana.TaskSummary
Gets the businessProcessId of the task.
getBusinessProcessIdIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getBusinessProcessIdLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCallbackInfo() - Method in class pro.taskana.impl.TaskImpl
 
getCallbackInfo() - Method in interface pro.taskana.Task
Returns a Map of Callback info.
getCategory() - Method in interface pro.taskana.Classification
 
getCategory() - Method in interface pro.taskana.ClassificationSummary
Gets the category of the classification.
getCategory() - Method in class pro.taskana.impl.ClassificationImpl
 
getCategory() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCategory() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCells() - Method in class pro.taskana.report.ReportRow
 
getChannel() - Method in interface pro.taskana.Attachment
Returns the Channel on which the attachment was received.
getChannel() - Method in interface pro.taskana.AttachmentSummary
Gets the Channel on which the attachment was received.
getChannel() - Method in class pro.taskana.impl.AttachmentImpl
 
getChannel() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getClaimed() - Method in class pro.taskana.impl.TaskImpl
 
getClaimed() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getClaimed() - Method in interface pro.taskana.Task
Returns the time when the task was set to TaskState.CLAIMED by/to a user.
getClaimed() - Method in interface pro.taskana.TaskSummary
Gets the time when the task was claimed.
getClaimedIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getClassification(String, String) - Method in interface pro.taskana.ClassificationService
Get the Classification for key and domain.
getClassification(String) - Method in interface pro.taskana.ClassificationService
Get the Classification by id.
getClassification(String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
getClassification(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
getClassificationCategoriesByType(String) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getClassificationCategory() - Method in class pro.taskana.impl.TaskImpl
 
getClassificationCategory() - Method in interface pro.taskana.Task
Returns the category of the current classification.
getClassificationCategoryIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getClassificationCategoryLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getClassificationIdIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getClassificationKey() - Method in class pro.taskana.impl.TaskImpl
 
getClassificationKeyIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getClassificationKeyLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getClassificationKeyNotIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getClassificationService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getClassificationService() - Method in interface pro.taskana.TaskanaEngine
The ClassificationService can be used for operations on all Categories.
getClassificationSummary() - Method in interface pro.taskana.Attachment
Returns the classification summary of the attachment.
getClassificationSummary() - Method in interface pro.taskana.AttachmentSummary
Gets the classificationSummary of the attachment.
getClassificationSummary() - Method in class pro.taskana.impl.AttachmentImpl
 
getClassificationSummary() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getClassificationSummary() - Method in class pro.taskana.impl.TaskImpl
 
getClassificationSummary() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getClassificationSummary() - Method in interface pro.taskana.Task
Returns the ClassificationSummary of the task.
getClassificationSummary() - Method in interface pro.taskana.TaskSummary
Gets the classification summary of the task.
getClassificationSummaryImpl() - Method in class pro.taskana.impl.AttachmentImpl
 
getClassificationSummaryImpl() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getClassificationSummaryImpl() - Method in class pro.taskana.impl.TaskImpl
 
getClassificationSummaryImpl() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getClassificationTypes() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getCleanupJobFirstRun() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getCleanupJobMinimumAge() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getCleanupJobRunEvery() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getColumnHeaders() - Method in class pro.taskana.report.Report
 
getColumnName() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getColumnName() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getColumnName() - Method in class pro.taskana.impl.TaskQueryImpl
 
getColumnName() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getColumnName() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getComment() - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
getCompany() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getCompany() - Method in class pro.taskana.ObjectReference
 
getCompleted() - Method in class pro.taskana.impl.TaskImpl
 
getCompleted() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCompleted() - Method in interface pro.taskana.Task
Returns the time when the task was set into TaskState.COMPLETED.
getCompleted() - Method in interface pro.taskana.TaskSummary
Gets the time when the task was completed.
getCompletedIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getConfiguration() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getConfiguration() - Method in interface pro.taskana.TaskanaEngine
The Taskana configuration.
getCreated() - Method in interface pro.taskana.Attachment
Returns the time when the attachment was created.
getCreated() - Method in interface pro.taskana.AttachmentSummary
Gets the time when the attachment was created.
getCreated() - Method in interface pro.taskana.Classification
Get the timestamp when this classification was as created.
getCreated() - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
getCreated() - Method in class pro.taskana.impl.AttachmentImpl
 
getCreated() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getCreated() - Method in class pro.taskana.impl.ClassificationImpl
 
getCreated() - Method in class pro.taskana.impl.TaskImpl
 
getCreated() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCreated() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCreated() - Method in class pro.taskana.jobs.ScheduledJob
 
getCreated() - Method in interface pro.taskana.Task
Returns the time when the task was TaskState.READY.
getCreated() - Method in interface pro.taskana.TaskSummary
Gets the time when the task was created.
getCreated() - Method in interface pro.taskana.Workbasket
Returns the date when the workbasket was created.
getCreatedIn() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCreatedIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCreatedIn() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCreator() - Method in class pro.taskana.impl.TaskImpl
 
getCreator() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCreator() - Method in interface pro.taskana.Task
Gets the UserId of the task-creator.
getCreator() - Method in interface pro.taskana.TaskSummary
Gets the name of the task-creator.
getCreatorIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCreatorLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom1() - Method in interface pro.taskana.Classification
Get the 1.
getCustom1() - Method in interface pro.taskana.ClassificationSummary
Get the 1.
getCustom1() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom1() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCustom1() - Method in class pro.taskana.impl.TaskImpl
 
getCustom1() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom1() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getCustom1() - Method in interface pro.taskana.Workbasket
Return the value for the custom1 attribute.
getCustom1() - Method in interface pro.taskana.WorkbasketSummary
Gets the custom1 property of the workbasket.
getCustom10() - Method in class pro.taskana.impl.TaskImpl
 
getCustom10In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom10Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom11() - Method in class pro.taskana.impl.TaskImpl
 
getCustom11In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom11Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom12() - Method in class pro.taskana.impl.TaskImpl
 
getCustom12In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom12Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom13() - Method in class pro.taskana.impl.TaskImpl
 
getCustom13In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom13Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom14() - Method in class pro.taskana.impl.TaskImpl
 
getCustom14In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom14Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom15() - Method in class pro.taskana.impl.TaskImpl
 
getCustom15In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom15Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom16() - Method in class pro.taskana.impl.TaskImpl
 
getCustom16In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom16Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom1In() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom1In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom1In() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCustom1Like() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom1Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom1Like() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCustom2() - Method in interface pro.taskana.Classification
Get the 2.
getCustom2() - Method in interface pro.taskana.ClassificationSummary
Get the 2.
getCustom2() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom2() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCustom2() - Method in class pro.taskana.impl.TaskImpl
 
getCustom2() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom2() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getCustom2() - Method in interface pro.taskana.Workbasket
Return the value for the custom2 attribute.
getCustom2() - Method in interface pro.taskana.WorkbasketSummary
Gets the custom2 property of the workbasket.
getCustom2In() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom2In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom2In() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCustom2Like() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom2Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom2Like() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCustom3() - Method in interface pro.taskana.Classification
Get the 3.
getCustom3() - Method in interface pro.taskana.ClassificationSummary
Get the 3.
getCustom3() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom3() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCustom3() - Method in class pro.taskana.impl.TaskImpl
 
getCustom3() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom3() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getCustom3() - Method in interface pro.taskana.Workbasket
Return the value for the custom3 attribute.
getCustom3() - Method in interface pro.taskana.WorkbasketSummary
Gets the custom3 property of the workbasket.
getCustom3In() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom3In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom3In() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCustom3Like() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom3Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom3Like() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCustom4() - Method in interface pro.taskana.Classification
Get the 4.
getCustom4() - Method in interface pro.taskana.ClassificationSummary
Get the 4.
getCustom4() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom4() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCustom4() - Method in class pro.taskana.impl.TaskImpl
 
getCustom4() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom4() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getCustom4() - Method in interface pro.taskana.Workbasket
Return the value for the custom4 attribute.
getCustom4() - Method in interface pro.taskana.WorkbasketSummary
Gets the custom4 property of the workbasket.
getCustom4In() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom4In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom4In() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCustom4Like() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom4Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom4Like() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCustom5() - Method in interface pro.taskana.Classification
Get the 5.
getCustom5() - Method in interface pro.taskana.ClassificationSummary
Get the 5.
getCustom5() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom5() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCustom5() - Method in class pro.taskana.impl.TaskImpl
 
getCustom5In() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom5In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom5Like() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom5Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom6() - Method in interface pro.taskana.Classification
Get the 6.
getCustom6() - Method in interface pro.taskana.ClassificationSummary
Get the 6.
getCustom6() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom6() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCustom6() - Method in class pro.taskana.impl.TaskImpl
 
getCustom6In() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom6In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom6Like() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom6Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom7() - Method in interface pro.taskana.Classification
Get the 7.
getCustom7() - Method in interface pro.taskana.ClassificationSummary
Get the 7.
getCustom7() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom7() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCustom7() - Method in class pro.taskana.impl.TaskImpl
 
getCustom7In() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom7In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom7Like() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom7Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom8() - Method in interface pro.taskana.Classification
Get the 8.
getCustom8() - Method in interface pro.taskana.ClassificationSummary
Get the 8.
getCustom8() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom8() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getCustom8() - Method in class pro.taskana.impl.TaskImpl
 
getCustom8In() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom8In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom8Like() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustom8Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom9() - Method in class pro.taskana.impl.TaskImpl
 
getCustom9In() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustom9Like() - Method in class pro.taskana.impl.TaskQueryImpl
 
getCustomAttribute(String) - Method in class pro.taskana.impl.TaskImpl
 
getCustomAttribute(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCustomAttribute(String) - Method in interface pro.taskana.Task
Return the value for custom Attribute number num.
getCustomAttribute(String) - Method in interface pro.taskana.TaskSummary
Gets the custom attribute number num of the task.
getCustomAttributes() - Method in interface pro.taskana.Attachment
Returns the custom attributes of this attachment.
getCustomAttributes() - Method in class pro.taskana.impl.AttachmentImpl
 
getCustomAttributes() - Method in class pro.taskana.impl.TaskImpl
 
getCustomAttributes() - Method in interface pro.taskana.Task
Returns a Map of custom Attributes.
getCustomAttributesAsString(String) - Method in interface pro.taskana.mappings.AttachmentMapper
 
getCustomAttributeValuesForReport(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<CustomField, String>, CustomField) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getCustomHolidays() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getCustomHolidays() - Method in class pro.taskana.impl.DaysToWorkingDaysConverter
 
getDataSource() - Method in class pro.taskana.configuration.DbSchemaCreator
 
getDatasource() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getDescription() - Method in interface pro.taskana.Classification
Get the description of a classification.
getDescription() - Method in class pro.taskana.impl.ClassificationImpl
 
getDescription() - Method in class pro.taskana.impl.TaskImpl
 
getDescription() - Method in class pro.taskana.impl.TaskQueryImpl
 
getDescription() - Method in class pro.taskana.impl.WorkbasketImpl
 
getDescription() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getDescription() - Method in interface pro.taskana.Task
Return the task-description.
getDescription() - Method in interface pro.taskana.Workbasket
Returns the workbasket-descriptions.
getDescription() - Method in interface pro.taskana.WorkbasketSummary
Gets the description of the workbasket.
getDescriptionLike() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getDescriptionLike() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getDetailRows() - Method in class pro.taskana.impl.report.DetailedReportRow
 
getDisplayName() - Method in class pro.taskana.impl.report.TaskStatusColumnHeader
 
getDisplayName() - Method in class pro.taskana.impl.report.TimeIntervalColumnHeader
 
getDisplayName() - Method in interface pro.taskana.report.ReportColumnHeader
 
getDistributionSources(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getDistributionSources(String, String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getDistributionSources(String) - Method in interface pro.taskana.WorkbasketService
Returns the distribution sources for a given workbasket.
getDistributionSources(String, String) - Method in interface pro.taskana.WorkbasketService
Returns the distribution sources for a given workbasket.
getDistributionTargets(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getDistributionTargets(String, String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getDistributionTargets(String) - Method in interface pro.taskana.WorkbasketService
Returns the distribution targets for a given workbasket.
getDistributionTargets(String, String) - Method in interface pro.taskana.WorkbasketService
Returns the distribution targets for a given workbasket.
getDomain() - Method in interface pro.taskana.Classification
Get the current domain-name of this classification.
getDomain() - Method in interface pro.taskana.ClassificationSummary
Gets the domain of the classification.
getDomain() - Method in exception pro.taskana.exceptions.ClassificationNotFoundException
 
getDomain() - Method in exception pro.taskana.exceptions.WorkbasketNotFoundException
 
getDomain() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getDomain() - Method in class pro.taskana.impl.ClassificationImpl
 
getDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getDomain() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getDomain() - Method in class pro.taskana.impl.TaskImpl
 
getDomain() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getDomain() - Method in class pro.taskana.impl.WorkbasketImpl
 
getDomain() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getDomain() - Method in class pro.taskana.KeyDomain
 
getDomain() - Method in interface pro.taskana.Task
Returns the Domain, to which the Task belongs at this moment.
getDomain() - Method in interface pro.taskana.TaskSummary
Gets the domain of the task.
getDomain() - Method in interface pro.taskana.Workbasket
Returns the domain of the workbasket.
getDomain() - Method in interface pro.taskana.WorkbasketSummary
Gets the domain of the workbasket.
getDomainIn() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getDomainLike() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getDomains() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getDue() - Method in class pro.taskana.impl.TaskImpl
 
getDue() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getDue() - Method in class pro.taskana.jobs.ScheduledJob
 
getDue() - Method in interface pro.taskana.Task
Returns the time when this task should be finished.
getDue() - Method in interface pro.taskana.TaskSummary
Gets the time when the task is due.
getDueIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getEasterSunday(int) - Method in class pro.taskana.impl.DaysToWorkingDaysConverter
Computes the date of Easter Sunday for a given year.
getEnd() - Method in class pro.taskana.TimeInterval
 
getErrorForId(K) - Method in class pro.taskana.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.BulkOperationResults
Returning a list of current errors as map.
getFailedIds() - Method in class pro.taskana.BulkOperationResults
Returns the IDs of the Object with failed requests.
getGroupIds() - Static method in class pro.taskana.security.CurrentUserContext
 
getHistoryEventProducer() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getId() - Method in interface pro.taskana.Attachment
Returns the current id of the attachment.
getId() - Method in interface pro.taskana.AttachmentSummary
Gets the id of the attachment.
getId() - Method in interface pro.taskana.Classification
 
getId() - Method in interface pro.taskana.ClassificationSummary
Gets the id of the classification.
getId() - Method in exception pro.taskana.exceptions.NotFoundException
 
getId() - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
getId() - Method in class pro.taskana.impl.AttachmentImpl
 
getId() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getId() - Method in class pro.taskana.impl.ClassificationImpl
 
getId() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getId() - Method in class pro.taskana.impl.TaskImpl
 
getId() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
getId() - Method in class pro.taskana.impl.WorkbasketImpl
 
getId() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getId() - Method in class pro.taskana.ObjectReference
 
getId() - Method in interface pro.taskana.Task
Returns the current id of the task.
getId() - Method in interface pro.taskana.Workbasket
Returns the unique id of a workbasket.
getId() - Method in interface pro.taskana.WorkbasketAccessItem
Returns the current id of the WorkbasketAccessItem.
getId() - Method in interface pro.taskana.WorkbasketSummary
Gets the id of the workbasket.
getIdIn() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getIdIn() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getIdIn() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getInstance(TaskanaEngineConfiguration) - Static method in class pro.taskana.history.HistoryEventProducer
 
getIsRead() - Method in class pro.taskana.impl.TaskQueryImpl
 
getIsTransferred() - Method in class pro.taskana.impl.TaskQueryImpl
 
getIsValidInDomain() - Method in interface pro.taskana.Classification
Get a flag if the classification if currently valid in the used domain.
getIsValidInDomain() - Method in class pro.taskana.impl.ClassificationImpl
 
getJobId() - Method in class pro.taskana.jobs.ScheduledJob
 
getJobService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getJobService() - Method in interface pro.taskana.TaskanaEngine
The JobService can be user for all job operations.
getKey() - Method in interface pro.taskana.Classification
 
getKey() - Method in interface pro.taskana.ClassificationSummary
Gets the key of the classification.
getKey() - Method in exception pro.taskana.exceptions.ClassificationNotFoundException
 
getKey() - Method in exception pro.taskana.exceptions.WorkbasketNotFoundException
 
getKey() - Method in class pro.taskana.impl.ClassificationImpl
 
getKey() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getKey() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getKey() - Method in class pro.taskana.impl.report.MonitorQueryItem
 
getKey() - Method in class pro.taskana.impl.report.TaskQueryItem
 
getKey() - Method in class pro.taskana.impl.SelectedItem
 
getKey() - Method in class pro.taskana.impl.WorkbasketImpl
 
getKey() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getKey() - Method in class pro.taskana.KeyDomain
 
getKey() - Method in interface pro.taskana.report.QueryItem
 
getKey() - Method in interface pro.taskana.Workbasket
Returns the key of the workbasket.
getKey() - Method in interface pro.taskana.WorkbasketSummary
Gets the key of the workbasket.
getKeyIn() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getKeyLike() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getKeyOrNameLike() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getLinkToCounterTaskScript() - Method in class pro.taskana.impl.TaskQueryImpl
 
getLinkToMapperScript() - Method in class pro.taskana.impl.TaskQueryImpl
 
getLockedBy() - Method in class pro.taskana.jobs.ScheduledJob
 
getLockExpires() - Method in class pro.taskana.jobs.ScheduledJob
 
getLowerAgeLimit() - Method in class pro.taskana.impl.report.TimeIntervalColumnHeader
 
getLowerAgeLimit() - Method in class pro.taskana.impl.SelectedItem
 
getMaxNumberOfJobRetries() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getMaxNumberOfUpdatesPerTransaction() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getModified() - Method in interface pro.taskana.Attachment
Returns the time when the attachment was last modified.
getModified() - Method in interface pro.taskana.AttachmentSummary
Gets the time when the attachment was last modified.
getModified() - Method in interface pro.taskana.Classification
Get the timestamp when this classification was as modified the last time.
getModified() - Method in class pro.taskana.impl.AttachmentImpl
 
getModified() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getModified() - Method in class pro.taskana.impl.ClassificationImpl
 
getModified() - Method in class pro.taskana.impl.TaskImpl
 
getModified() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getModified() - Method in class pro.taskana.impl.WorkbasketImpl
 
getModified() - Method in interface pro.taskana.Task
Returns the time when the task was modified the last time.
getModified() - Method in interface pro.taskana.TaskSummary
Gets the time when the task was last modified.
getModified() - Method in interface pro.taskana.Workbasket
Returns the date when the workbasket was modified the last time.
getModifiedIn() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getModifiedIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getModifiedIn() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getName() - Method in interface pro.taskana.Classification
Get the classification name.
getName() - Method in interface pro.taskana.ClassificationSummary
Gets the name of the classification.
getName() - Method in class pro.taskana.impl.ClassificationImpl
 
getName() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getName() - Method in class pro.taskana.impl.TaskImpl
 
getName() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getName() - Method in class pro.taskana.impl.WorkbasketImpl
 
getName() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getName() - Method in class pro.taskana.security.GroupPrincipal
 
getName() - Method in class pro.taskana.security.UserPrincipal
 
getName() - Method in interface pro.taskana.Task
Return the name of the current task.
getName() - Method in interface pro.taskana.TaskSummary
Gets the name of the task.
getName() - Method in interface pro.taskana.Workbasket
Returns the name of the workbasket.
getName() - Method in interface pro.taskana.WorkbasketSummary
Gets the name of the workbasket.
getNameIn() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getNameIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getNameIn() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getNameLike() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getNameLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getNameLike() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getNote() - Method in class pro.taskana.impl.TaskImpl
 
getNote() - Method in class pro.taskana.impl.TaskQueryImpl
 
getNote() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getNote() - Method in interface pro.taskana.Task
Returns the custom note for this Task.
getNote() - Method in interface pro.taskana.TaskSummary
Gets the note attached to the task.
getNoteLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getNullableResult(ResultSet, String) - Method in class pro.taskana.impl.persistence.MapTypeHandler
 
getNullableResult(ResultSet, int) - Method in class pro.taskana.impl.persistence.MapTypeHandler
 
getNullableResult(CallableStatement, int) - Method in class pro.taskana.impl.persistence.MapTypeHandler
 
getNumberOfDistributionTargets(String, String) - Method in interface pro.taskana.mappings.DistributionTargetMapper
 
getObjectReference() - Method in interface pro.taskana.Attachment
Returns the primaryObjectReference of the attachment.
getObjectReference() - Method in interface pro.taskana.AttachmentSummary
Gets the primaryObjectReference of the attachment.
getObjectReference() - Method in class pro.taskana.impl.AttachmentImpl
 
getObjectReference() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getOrderBy() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getOrderBy() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOrderBy() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getOrderBy() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrderColumns() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getOrderColumns() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOrderColumns() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getOrderColumns() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrgLevel1() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel1() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOrgLevel1() - Method in interface pro.taskana.Workbasket
Return the value for the orgLevel1 attribute.
getOrgLevel1() - Method in interface pro.taskana.WorkbasketSummary
Gets the orglevel1 property of the workbasket.
getOrgLevel1In() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrgLevel1Like() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrgLevel2() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel2() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOrgLevel2() - Method in interface pro.taskana.Workbasket
Return the value for the orgLevel2 attribute.
getOrgLevel2() - Method in interface pro.taskana.WorkbasketSummary
Gets the orglevel2 property of the workbasket.
getOrgLevel2In() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrgLevel2Like() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrgLevel3() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel3() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOrgLevel3() - Method in interface pro.taskana.Workbasket
Return the value for the orgLevel3 attribute.
getOrgLevel3() - Method in interface pro.taskana.WorkbasketSummary
Gets the orglevel3 property of the workbasket.
getOrgLevel3In() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrgLevel3Like() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrgLevel4() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel4() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOrgLevel4() - Method in interface pro.taskana.Workbasket
Return the value for the orgLevel4 attribute.
getOrgLevel4() - Method in interface pro.taskana.WorkbasketSummary
Gets the orglevel4 property of the workbasket.
getOrgLevel4In() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOrgLevel4Like() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOwner() - Method in class pro.taskana.impl.TaskImpl
 
getOwner() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getOwner() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOwner() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOwner() - Method in interface pro.taskana.Task
Return the id of the task-owner.
getOwner() - Method in interface pro.taskana.TaskSummary
Gets the owner of the task.
getOwner() - Method in interface pro.taskana.Workbasket
Returns the Id of the workbasket-owner.
getOwner() - Method in interface pro.taskana.WorkbasketSummary
Gets the owner of the workbasket.
getOwnerIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOwnerIn() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOwnerLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOwnerLike() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getParentBusinessProcessId() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getParentBusinessProcessId() - Method in class pro.taskana.impl.TaskImpl
 
getParentBusinessProcessId() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getParentBusinessProcessId() - Method in interface pro.taskana.Task
Returns the parentBusinessProcessId of a task.
getParentBusinessProcessId() - Method in interface pro.taskana.TaskSummary
Gets the parentBusinessProcessId of the task.
getParentBusinessProcessIdIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getParentBusinessProcessIdLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getParentId() - Method in interface pro.taskana.Classification
Used to get the ID of the parent classification.
getParentId() - Method in interface pro.taskana.ClassificationSummary
Gets the ID of the parent classification.
getParentId() - Method in class pro.taskana.impl.ClassificationImpl
 
getparentId() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getParentId() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getParentKey() - Method in interface pro.taskana.Classification
Used to get the key of the parent classification.
getParentKey() - Method in interface pro.taskana.ClassificationSummary
Gets the key of the parent classification.
getParentKey() - Method in class pro.taskana.impl.ClassificationImpl
 
getparentKey() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getParentKey() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getPermission() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getPermissionsForWorkbasket(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getPermissionsForWorkbasket(String) - Method in interface pro.taskana.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.
getPlanned() - Method in class pro.taskana.impl.TaskImpl
 
getPlanned() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getPlanned() - Method in interface pro.taskana.Task
Returns the time when the work on this task was planned to be started.
getPlanned() - Method in interface pro.taskana.TaskSummary
Gets the time when the task is planned to be executed.
getPlannedIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorCompany() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getPorCompanyIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorCompanyLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorInstance() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getPorSystem() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getPorSystemIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorSystemInstanceIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorSystemInstanceLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorSystemLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorType() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getPorTypeIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorTypeLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorValue() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getPorValueIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorValueLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPrimaryObjRef() - Method in class pro.taskana.impl.TaskImpl
 
getPrimaryObjRef() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getPrimaryObjRef() - Method in interface pro.taskana.Task
Returns the primaryObjectReference of the task.
getPrimaryObjRef() - Method in interface pro.taskana.TaskSummary
Gets the primary ObjectReference of the task.
getPriority() - Method in interface pro.taskana.Classification
Get the current classification priority (numeric).
getPriority() - Method in interface pro.taskana.ClassificationSummary
Gets the priority of the classification.
getPriority() - Method in class pro.taskana.impl.ClassificationImpl
 
getPriority() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getPriority() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getPriority() - Method in class pro.taskana.impl.TaskImpl
 
getPriority() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPriority() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getPriority() - Method in class pro.taskana.jobs.ScheduledJob
 
getPriority() - Method in interface pro.taskana.Task
Returns the numeric priority of a task.
getPriority() - Method in interface pro.taskana.TaskSummary
Gets the priority of the task.
getPropertiesFileName() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getPropertiesSeparator() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getPropertyName() - Method in enum pro.taskana.TaskanaRole
 
getReceived() - Method in interface pro.taskana.Attachment
Returns the time when this attachment was received.
getReceived() - Method in interface pro.taskana.AttachmentSummary
Gets the time when the attachment was received.
getReceived() - Method in class pro.taskana.impl.AttachmentImpl
 
getReceived() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getReportRows() - Method in class pro.taskana.report.Report
 
getRetryCount() - Method in class pro.taskana.jobs.ScheduledJob
 
getRoleMap() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getRow(String) - Method in class pro.taskana.report.ClassificationReport.DetailedClassificationReport
 
getRow(String) - Method in class pro.taskana.report.Report
 
getRowDesc() - Method in class pro.taskana.report.Report
 
getSchemaName() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getServiceLevel() - Method in interface pro.taskana.Classification
Get the current service level.
getServiceLevel() - Method in interface pro.taskana.ClassificationSummary
Gets the service level of the parent classification.
getServiceLevel() - Method in class pro.taskana.impl.ClassificationImpl
 
getServiceLevel() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getServiceLevelIn() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getServiceLevelLike() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getSessionFromStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
 
getSessionStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
With sessionStack, we maintain a Stack of SqlSessionManager objects on a per thread basis.
getState() - Method in class pro.taskana.impl.report.TaskQueryItem
 
getState() - Method in class pro.taskana.impl.TaskImpl
 
getState() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getState() - Method in class pro.taskana.jobs.ScheduledJob
 
getState() - Method in interface pro.taskana.Task
Returns the current TaskState of the task.
getState() - Method in interface pro.taskana.TaskSummary
Gets the state of the task.
getStateIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getSubKey() - Method in class pro.taskana.impl.SelectedItem
 
getSumRow() - Method in class pro.taskana.report.Report
 
getSystem() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getSystem() - Method in class pro.taskana.ObjectReference
 
getSystemInstance() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getSystemInstance() - Method in class pro.taskana.ObjectReference
 
getTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTask(String) - Method in interface pro.taskana.TaskService
Get the details of a task by Id without checking permissions.
getTaskanaEngine() - Method in class pro.taskana.impl.TaskQueryImpl
 
getTaskClassificationCategory() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getTaskClassificationId() - Method in class pro.taskana.impl.report.CombinedClassificationFilter
 
getTaskClassificationKey() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getTaskCountOfCategories(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<CustomField, String>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskCountOfClassifications(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<CustomField, String>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskCountOfCustomFieldValues(CustomField, List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<CustomField, String>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskCountOfDetailedClassifications(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<CustomField, String>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskCountOfWorkbaskets(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<CustomField, String>, List<CombinedClassificationFilter>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskId() - Method in interface pro.taskana.Attachment
Returns the id of the associated task.
getTaskId() - Method in interface pro.taskana.AttachmentSummary
Gets the id of the associated task.
getTaskId() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getTaskId() - Method in class pro.taskana.impl.AttachmentImpl
 
getTaskId() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getTaskId() - Method in class pro.taskana.impl.MinimalTaskSummary
 
getTaskId() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getTaskId() - Method in interface pro.taskana.TaskSummary
Gets the id of the task..
getTaskIds() - Method in class pro.taskana.impl.TaskQueryImpl
 
getTaskIdsForSelectedItems(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<CustomField, String>, String, List<SelectedItem>, boolean) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskMonitorService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getTaskMonitorService() - Method in interface pro.taskana.TaskanaEngine
The TaskMonitorService can be used for monitoring Tasks.
getTasksCountByState(List<String>, List<TaskState>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getTaskService() - Method in class pro.taskana.impl.TaskQueryImpl
 
getTaskService() - Method in interface pro.taskana.TaskanaEngine
The TaskService can be used for operations on all Tasks.
getTaskState() - Method in class pro.taskana.impl.MinimalTaskSummary
 
getTotalValue() - Method in class pro.taskana.report.ReportRow
 
getType() - Method in interface pro.taskana.Classification
Get the type of the current classification.
getType() - Method in interface pro.taskana.ClassificationSummary
Gets the type of the classification.
getType() - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
getType() - Method in class pro.taskana.impl.ClassificationImpl
 
getType() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getType() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getType() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getType() - Method in class pro.taskana.impl.WorkbasketImpl
 
getType() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getType() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getType() - Method in class pro.taskana.jobs.ScheduledJob
 
getType() - Method in class pro.taskana.ObjectReference
 
getType() - Method in interface pro.taskana.Workbasket
Returns the type of the workbasket.
getType() - Method in interface pro.taskana.WorkbasketSummary
Gets the type of the workbasket.
getUpperAgeLimit() - Method in class pro.taskana.impl.report.TimeIntervalColumnHeader
 
getUpperAgeLimit() - Method in class pro.taskana.impl.SelectedItem
 
getUseManagedTransactions() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getUserId() - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
getUserid() - Static method in class pro.taskana.security.CurrentUserContext
Returns the userid of the current user.
getValidInDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getValue() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getValue() - Method in class pro.taskana.impl.report.MonitorQueryItem
 
getValue() - Method in class pro.taskana.impl.report.TaskQueryItem
 
getValue() - Method in class pro.taskana.ObjectReference
 
getValue() - Method in interface pro.taskana.report.QueryItem
 
getWorkbasket(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbasket(String, String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbasket(String) - Method in interface pro.taskana.WorkbasketService
Get Workbasket for a given id.
getWorkbasket(String, String) - Method in interface pro.taskana.WorkbasketService
Get Workbasket for a given key.
getWorkbasketAccessItems(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbasketAccessItems(String) - Method in interface pro.taskana.WorkbasketService
Get all s for a Workbasket.
getWorkbasketId() - Method in class pro.taskana.impl.MinimalTaskSummary
 
getWorkbasketId() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
getWorkbasketId() - Method in interface pro.taskana.WorkbasketAccessItem
Returns the Id of the referenced workbasket.
getWorkbasketIdIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getWorkbasketIdIn() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getWorkbasketKey() - Method in class pro.taskana.history.api.TaskHistoryEvent
 
getWorkbasketKey() - Method in class pro.taskana.impl.TaskImpl
 
getWorkbasketKey() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
getWorkbasketKey() - Method in interface pro.taskana.Task
Returns the key of the Workbasket where the task is stored in.
getWorkbasketKey() - Method in interface pro.taskana.WorkbasketAccessItem
Returns the Key of the referenced workbasket.
getWorkbasketKeyDomainIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getWorkbasketKeyIn() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getWorkbasketKeyLike() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getWorkbasketService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getWorkbasketService() - Method in interface pro.taskana.TaskanaEngine
The WorkbasketService can be used for operations on all Workbaskets.
getWorkbasketSummary() - Method in class pro.taskana.impl.TaskImpl
 
getWorkbasketSummary() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getWorkbasketSummary() - Method in interface pro.taskana.Task
Returns the the Summary of the workbasket where the task is stored in.
getWorkbasketSummary() - Method in interface pro.taskana.TaskSummary
Gets the workbasket summary of the task.
getWorkbasketSummaryImpl() - Method in class pro.taskana.impl.TaskImpl
 
getWorkbasketSummaryImpl() - Method in class pro.taskana.impl.TaskSummaryImpl
 
GroupPrincipal - Class in pro.taskana.security
Represents a group with a name and a set of members.
GroupPrincipal(String) - Constructor for class pro.taskana.security.GroupPrincipal
 

H

hashCode() - Method in class pro.taskana.impl.AttachmentImpl
 
hashCode() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
hashCode() - Method in class pro.taskana.impl.ClassificationImpl
 
hashCode() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
hashCode() - Method in class pro.taskana.impl.TaskImpl
 
hashCode() - Method in class pro.taskana.impl.TaskSummaryImpl
 
hashCode() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
hashCode() - Method in class pro.taskana.impl.WorkbasketImpl
 
hashCode() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
hashCode() - Method in class pro.taskana.KeyDomain
 
hashCode() - Method in class pro.taskana.ObjectReference
 
HistoryEventProducer - Class in pro.taskana.history
Creates events and emits them to the registered history service providers.
historyEventProducer - Variable in class pro.taskana.impl.TaskanaEngineImpl
 

I

id - Variable in class pro.taskana.history.api.TaskanaHistoryEvent
 
IdGenerator - Class in pro.taskana.impl.util
This class contains util emthods for generating ids.
idIn(String...) - Method in interface pro.taskana.AbstractWorkbasketAccessItemQuery
Add your unique entry id to your query as filter.
idIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your Id to your query.
idIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
idIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
idIn(String...) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
idIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
idIn(String...) - Method in interface pro.taskana.TaskQuery
Filter for summaries which are containing one of the given taskIds.
idIn(String...) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Add your unique entry id to your query as filter.
idIn(String...) - Method in interface pro.taskana.WorkbasketQuery
Add your ids to your query.
initialize(TaskanaEngineConfiguration) - Method in interface pro.taskana.history.api.TaskanaHistory
Initialize TaskanaHistory service.
initialize(List<? extends TimeIntervalColumnHeader>) - Static method in class pro.taskana.impl.DaysToWorkingDaysConverter
Initializes the DaysToWorkingDaysConverter for a list of TimeIntervalColumnHeaders and the current day.
initialize(List<? extends TimeIntervalColumnHeader>, Instant) - Static method in class pro.taskana.impl.DaysToWorkingDaysConverter
Initializes the DaysToWorkingDaysConverter for a list of TimeIntervalColumnHeaders and a referenceDate.
initializeSchedule(TaskanaEngine) - Static method in class pro.taskana.jobs.TaskCleanupJob
Initializes the TaskCleanupJob schedule.
initializeSchedule(TaskanaEngine) - Static method in class pro.taskana.jobs.WorkbasketCleanupJob
Initializes the WorkbasketCleanupJob schedule.
initTaskanaProperties(String, String) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
insert(AttachmentImpl) - Method in interface pro.taskana.mappings.AttachmentMapper
 
insert(ClassificationImpl) - Method in interface pro.taskana.mappings.ClassificationMapper
 
insert(String, String) - Method in interface pro.taskana.mappings.DistributionTargetMapper
 
insert(ObjectReference) - Method in interface pro.taskana.mappings.ObjectReferenceMapper
 
insert(TaskImpl) - Method in interface pro.taskana.mappings.TaskMapper
 
insert(WorkbasketAccessItemImpl) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
insert(WorkbasketImpl) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
insertJob(ScheduledJob) - Method in interface pro.taskana.mappings.JobMapper
 
InvalidArgumentException - Exception in pro.taskana.exceptions
This exception is thrown when a method is called with invalid argument.
InvalidArgumentException(String) - Constructor for exception pro.taskana.exceptions.InvalidArgumentException
 
InvalidArgumentException(String, Throwable) - Constructor for exception pro.taskana.exceptions.InvalidArgumentException
 
InvalidOwnerException - Exception in pro.taskana.exceptions
This exception is thrown when the task state doesn't allow the requested operation.
InvalidOwnerException(String) - Constructor for exception pro.taskana.exceptions.InvalidOwnerException
 
InvalidStateException - Exception in pro.taskana.exceptions
This exception is thrown when the task state doesn't allow the requested operation.
InvalidStateException(String) - Constructor for exception pro.taskana.exceptions.InvalidStateException
 
InvalidWorkbasketException - Exception in pro.taskana.exceptions
This exception is thrown when a request is made to insert or update a workbasket that is missing a required property.
InvalidWorkbasketException(String) - Constructor for exception pro.taskana.exceptions.InvalidWorkbasketException
 
inWorkingDays() - Method in interface pro.taskana.report.TimeIntervalReportBuilder
If this filter is used, the days of the report are counted in working days.
isAddAttachmentColumnsToSelectClauseForOrdering() - Method in class pro.taskana.impl.TaskQueryImpl
 
isCheckReadPermission() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
isCustom1() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom10() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom11() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom12() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom13() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom14() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom15() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom16() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom2() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom3() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom4() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom5() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom6() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom7() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom8() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isCustom9() - Method in class pro.taskana.mappings.CustomPropertySelector
 
isDb2(String) - Static method in class pro.taskana.impl.TaskanaEngineImpl
 
isEnabled() - Method in class pro.taskana.history.HistoryEventProducer
 
isGermanPublicHolidayEnabled() - Method in class pro.taskana.impl.DaysToWorkingDaysConverter
 
isGermanPublicHolidaysEnabled() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
isH2(String) - Static method in class pro.taskana.impl.TaskanaEngineImpl
 
isHistoryEnabled() - Static method in class pro.taskana.history.HistoryEventProducer
 
isJoinWithAccessList() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
isJoinWithAttachments() - Method in class pro.taskana.impl.TaskQueryImpl
 
isMarkedForDeletion() - Method in class pro.taskana.impl.WorkbasketImpl
 
isMarkedForDeletion() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
isMarkedForDeletion() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
isMarkedForDeletion() - Method in interface pro.taskana.Workbasket
Return the value for the markedForDeletion attribute.
isMarkedForDeletion() - Method in interface pro.taskana.WorkbasketSummary
Gets the markedForDeletion property of the workbasket.
isMember(Principal) - Method in class pro.taskana.security.GroupPrincipal
 
isPermAppend() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermAppend() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether append to the referenced workbasket is permitted.
isPermCustom1() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom1() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom1 permission is granted for the referenced workbasket.
isPermCustom10() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom10() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom10 permission is granted for the referenced workbasket.
isPermCustom11() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom11() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom11 permission is granted for the referenced workbasket.
isPermCustom12() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom12() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom12 permission is granted for the referenced workbasket.
isPermCustom2() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom2() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom2 permission is granted for the referenced workbasket.
isPermCustom3() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom3() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom3 permission is granted for the referenced workbasket.
isPermCustom4() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom4() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom4 permission is granted for the referenced workbasket.
isPermCustom5() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom5() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom5 permission is granted for the referenced workbasket.
isPermCustom6() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom6() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom6 permission is granted for the referenced workbasket.
isPermCustom7() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom7() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom7 permission is granted for the referenced workbasket.
isPermCustom8() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom8() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom8 permission is granted for the referenced workbasket.
isPermCustom9() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermCustom9() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether custom9 permission is granted for the referenced workbasket.
isPermDistribute() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermDistribute() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether distribute from the referenced workbasket is permitted.
isPermOpen() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermOpen() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether open of the referenced workbasket is permitted.
isPermRead() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermRead() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether read of the referenced workbasket is permitted.
isPermTransfer() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
isPermTransfer() - Method in interface pro.taskana.WorkbasketAccessItem
Returns whether transfer from the referenced workbasket is permitted.
isPostgreSQL(String) - Static method in class pro.taskana.impl.TaskanaEngineImpl
 
isRead() - Method in class pro.taskana.impl.TaskImpl
 
isRead() - Method in class pro.taskana.impl.TaskSummaryImpl
 
isRead() - Method in interface pro.taskana.Task
Return the isRead-flag, which flags a task as viewed at least one time.
isRead() - Method in interface pro.taskana.TaskSummary
Gets the isRead flag of the task.
isSecurityEnabled() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
isTaskCleanupJobAllCompletedSameParentBusiness() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
isTransferred() - Method in class pro.taskana.impl.TaskImpl
 
isTransferred() - Method in class pro.taskana.impl.TaskSummaryImpl
 
isTransferred() - Method in interface pro.taskana.Task
Return the isTransferred-flag, which flags a task as transfered into an other workbasket.
isTransferred() - Method in interface pro.taskana.TaskSummary
Gets the isTransferred flag of the task.
isUserInRole(TaskanaRole...) - Method in class pro.taskana.impl.TaskanaEngineImpl
check whether the current user is member of one of the roles specified.
isUserInRole(TaskanaRole...) - Method in interface pro.taskana.TaskanaEngine
check whether the current user is member of one of the roles specified.
isValid() - Method in class pro.taskana.TimeInterval
 
isValidSchemaVersion(String) - Method in class pro.taskana.configuration.DbSchemaCreator
 

J

JOB_DEFAULT_PRIORITY - Static variable in class pro.taskana.impl.JobServiceImpl
 
JobMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of the JOB table.
JobRunner - Class in pro.taskana.jobs
This is the runner for Tasks jobs.
JobRunner(TaskanaEngine) - Constructor for class pro.taskana.jobs.JobRunner
 
JobService - Interface in pro.taskana
Service to manage the TASKANA jobs.
JobServiceImpl - Class in pro.taskana.impl
Controls all job activities.
JobServiceImpl(TaskanaEngine, JobMapper) - Constructor for class pro.taskana.impl.JobServiceImpl
 

K

KeyDomain - Class in pro.taskana
This class encapsulates key - domain pairs for identification of workbaskets.
KeyDomain(String, String) - Constructor for class pro.taskana.KeyDomain
 
keyIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your key to your query.
keyIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
keyIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
keyIn(String...) - Method in interface pro.taskana.WorkbasketQuery
Add your keys to your query.
keyLike(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
keyLike(String...) - Method in interface pro.taskana.WorkbasketQuery
Add keys to your query.
keyOrNameLike(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
keyOrNameLike(String...) - Method in interface pro.taskana.WorkbasketQuery
Add search strings to your query that are searched case-insensitively in the key and name fields of workbaskets.

L

list() - Method in interface pro.taskana.BaseQuery
This method will return a list of defined T objects.
list(int, int) - Method in interface pro.taskana.BaseQuery
This method will return a list of defined T objects with specified offset and an limit.
list() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
list(int, int) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
list() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
list(int, int) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
list() - Method in class pro.taskana.impl.TaskQueryImpl
 
list(int, int) - Method in class pro.taskana.impl.TaskQueryImpl
 
list() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
list(int, int) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
list() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
list(int, int) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
listCustomAttributeValuesForCustomAttributeName(CustomField) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Returns a list of all values of an entered custom field that are in the report.
listPage(int, int) - Method in interface pro.taskana.BaseQuery
This method will return all results for page X with a size of Y of the current query.
Negative pageNumber/size will be changed to 1 or 0 and the last page might contains less elements.
listTaskIdsForSelectedItems(List<SelectedItem>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Returns a list of all taskIds of the report that are in the list of selected items.
listToString(List<T>) - Static method in class pro.taskana.impl.util.LoggerUtils
Creating an appended log-string of a list with generic type T.
listValues(String, BaseQuery.SortDirection) - Method in interface pro.taskana.BaseQuery
This method will return all currently existing values of a DB-Table once.
listValues(String, BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
listValues(String, BaseQuery.SortDirection) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
listValues(String, BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
listValues(String, BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
listValues(String, BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
lockJob(ScheduledJob, String) - Method in class pro.taskana.impl.JobServiceImpl
 
LoggerUtils - Class in pro.taskana.impl.util
Utility methods for logging.

M

mapBulkOperationResults() - Method in class pro.taskana.BulkOperationResults
Map from any exception type to Exception.
mapToString(Map<K, V>) - Static method in class pro.taskana.impl.util.LoggerUtils
Creating an appended log-string of a map with generic types K/V.
MapTypeHandler - Class in pro.taskana.impl.persistence
This Typehandler will transfer a Map into an xml blob and back.
MapTypeHandler() - Constructor for class pro.taskana.impl.persistence.MapTypeHandler
 
markedForDeletion(boolean) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
markedForDeletion(boolean) - Method in interface pro.taskana.WorkbasketQuery
Add to your query if the Workbasket shall be marked for deletion.
members() - Method in class pro.taskana.security.GroupPrincipal
 
MinimalTaskSummary - Class in pro.taskana.impl
A convenience class to represent pairs of task id and task state.
mode - Variable in class pro.taskana.impl.TaskanaEngineImpl
 
modifiedWithin(TimeInterval...) - Method in interface pro.taskana.ClassificationQuery
Add your modified-Dates to your query.
modifiedWithin(TimeInterval...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
modifiedWithin(TimeInterval...) - Method in class pro.taskana.impl.TaskQueryImpl
 
modifiedWithin(TimeInterval...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
modifiedWithin(TimeInterval...) - Method in interface pro.taskana.TaskQuery
Add the time intervals within which the task was modified to your query.
modifiedWithin(TimeInterval...) - Method in interface pro.taskana.WorkbasketQuery
Add the time intervals within which the workbasket was modified to your query.
MonitorQueryItem - Class in pro.taskana.impl.report
The MonitorQueryItem entity contains the number of tasks for a key (e.g.
MonitorQueryItem() - Constructor for class pro.taskana.impl.report.MonitorQueryItem
 

N

nameIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your name to your query.
nameIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
nameIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
nameIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
nameIn(String...) - Method in interface pro.taskana.TaskQuery
Add your names to your query.
nameIn(String...) - Method in interface pro.taskana.WorkbasketQuery
Add your names to your query.
nameLike(String...) - Method in interface pro.taskana.ClassificationQuery
Add your name to your query.
nameLike(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
nameLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
nameLike(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
nameLike(String...) - Method in interface pro.taskana.TaskQuery
Add your name for pattern matching to your query.
nameLike(String...) - Method in interface pro.taskana.WorkbasketQuery
Add names to your query.
newAttachment() - Method in class pro.taskana.impl.TaskServiceImpl
 
newAttachment() - Method in interface pro.taskana.TaskService
Returns a not persisted instance of Attachment.
newClassification(String, String, String) - Method in interface pro.taskana.ClassificationService
Creating a new Classification with unchangeable default values.
newClassification(String, String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
newTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
newTask(String, String) - Method in class pro.taskana.impl.TaskServiceImpl
 
newTask(String) - Method in interface pro.taskana.TaskService
Returns a not persisted instance of Task.
newTask(String, String) - Method in interface pro.taskana.TaskService
Returns a not persisted instance of Task.
newWorkbasket(String, String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
newWorkbasket(String, String) - Method in interface pro.taskana.WorkbasketService
Returns a new workbasket which is not persisted.
newWorkbasketAccessItem(String, String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
newWorkbasketAccessItem(String, String) - Method in interface pro.taskana.WorkbasketService
Returns a new WorkbasketAccessItem which is not persisted.
NotAuthorizedException - Exception in pro.taskana.exceptions
This exception is used to communicate a not authorized user.
NotAuthorizedException(String) - Constructor for exception pro.taskana.exceptions.NotAuthorizedException
 
NotAuthorizedToQueryWorkbasketException - Exception in pro.taskana.exceptions
This exception is used to communicate that a user is not authorized to query a Workbasket.
NotAuthorizedToQueryWorkbasketException(String) - Constructor for exception pro.taskana.exceptions.NotAuthorizedToQueryWorkbasketException
 
NotAuthorizedToQueryWorkbasketException(String, Throwable) - Constructor for exception pro.taskana.exceptions.NotAuthorizedToQueryWorkbasketException
 
noteLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
noteLike(String...) - Method in interface pro.taskana.TaskQuery
Add your custom note for pattern matching to your query.
NotFoundException - Exception in pro.taskana.exceptions
This exception will be thrown if a specific object is not in the database.
NotFoundException(String, String) - Constructor for exception pro.taskana.exceptions.NotFoundException
 

O

ObjectReference - Class in pro.taskana
ObjectReference entity.
ObjectReference() - Constructor for class pro.taskana.ObjectReference
 
ObjectReferenceMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of ObjectReference.
OBJECTREFERENCEMAPPER_FINDBYID - Static variable in interface pro.taskana.mappings.QueryMapper
 
ObjectReferenceQuery - Interface in pro.taskana
ObjectReferenceQuery for generating dynamic sql.
ObjectReferenceQueryImpl - Class in pro.taskana.impl
Implementation of ObjectReferenceQuery interface.
orderByAccessId(BaseQuery.SortDirection) - Method in interface pro.taskana.AbstractWorkbasketAccessItemQuery
Sort the query result by access Id.
orderByAccessId(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
orderByAccessId(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Sort the query result by access Id.
orderByApplicationEntryPoint(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by the application entry point name.
orderByApplicationEntryPoint(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByAttachmentChannel(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByAttachmentChannel(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the attachment channel.
orderByAttachmentClassificationId(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByAttachmentClassificationId(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the attachment classification id.
orderByAttachmentClassificationKey(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByAttachmentClassificationKey(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the attachment classification key.
orderByAttachmentReceived(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByAttachmentReceived(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the attachment received.
orderByAttachmentReference(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByAttachmentReference(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the attachment reference value.
orderByBusinessProcessId(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByBusinessProcessId(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the business process id.
orderByCategory(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by category.
orderByCategory(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByClaimed(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByClaimed(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the claimed timestamp.
orderByClassificationKey(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByClassificationKey(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the classification key.
orderByCompleted(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCompleted(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the completed timestamp.
orderByCreated(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCreated(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the created timestamp.
orderByCreator(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCreator(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to creators name.
orderByCustom1(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByCustom1(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by custom property 1.
orderByCustom2(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByCustom2(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by custom property 2.
orderByCustom3(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByCustom3(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by custom property 3.
orderByCustom4(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByCustom4(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by custom property 4.
orderByCustomAttribute(String, BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by a custom.
orderByCustomAttribute(String, BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustomAttribute(String, BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustomAttribute(String, BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the value of a custom field.
orderByDescription(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByDescription(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by description.
orderByDomain(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by domain.
orderByDomain(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByDomain(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByDomain(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByDomain(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the domain.
orderByDomain(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by domain.
orderByDue(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByDue(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the due timestamp.
orderById(BaseQuery.SortDirection) - Method in interface pro.taskana.AbstractWorkbasketAccessItemQuery
Sort the query result by Id.
orderById(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
orderById(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Sort the query result by Id.
orderByKey(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by key.
orderByKey(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByKey(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByKey(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by key.
orderByModified(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByModified(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the modified timestamp.
orderByName(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by name.
orderByName(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByName(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByName(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByName(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to name.
orderByName(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by name.
orderByNote(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByNote(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the note.
orderByOrgLevel1(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByOrgLevel1(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by organization level 1.
orderByOrgLevel2(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByOrgLevel2(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by organization level 2.
orderByOrgLevel3(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByOrgLevel3(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by organization level 3.
orderByOrgLevel4(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByOrgLevel4(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by organization level 4.
orderByOwner(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByOwner(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByOwner(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the owner.
orderByOwner(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by owner.
orderByParentBusinessProcessId(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByParentBusinessProcessId(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the parent business process id.
orderByParentId(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by the parent classification ID.
orderByParentId(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByParentKey(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by the parent classification key.
orderByParentKey(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByPlanned(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByPlanned(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the planned timestamp.
orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByPrimaryObjectReferenceCompany(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the company of the primary object reference.
orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByPrimaryObjectReferenceSystem(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the system of the primary object reference.
orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByPrimaryObjectReferenceSystemInstance(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the system instance of the primary object reference.
orderByPrimaryObjectReferenceType(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByPrimaryObjectReferenceType(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the type of the primary object reference.
orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByPrimaryObjectReferenceValue(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the value of the primary object reference.
orderByPriority(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by priority.
orderByPriority(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByPriority(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByPriority(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the priority.
orderByServiceLevel(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by service level.
orderByServiceLevel(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByState(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByState(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the state.
orderByType(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByType(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by type.
orderByWorkbasketId(BaseQuery.SortDirection) - Method in interface pro.taskana.AbstractWorkbasketAccessItemQuery
Sort the query result by workbasket id.
orderByWorkbasketId(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByWorkbasketId(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
orderByWorkbasketId(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the workbasket-Id of the tasks.
orderByWorkbasketId(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Sort the query result by workbasket id.
orderByWorkbasketKey(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByWorkbasketKey(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
orderByWorkbasketKey(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the workbasket key.
orderByWorkbasketKey(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Sort the query result by workbasket key.
orgLevel1In(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orgLevel1In(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 1st organization level to your query.
orgLevel1Like(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orgLevel1Like(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 1st organization level for pattern matching to your query.
orgLevel2In(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orgLevel2In(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 2nd organization level to your query.
orgLevel2Like(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orgLevel2Like(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 2nd organization level for pattern matching to your query.
orgLevel3In(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orgLevel3In(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 3rd organization level to your query.
orgLevel3Like(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orgLevel3Like(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 3rd organization level for pattern matching to your query.
orgLevel4In(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orgLevel4In(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 4th organization level to your query.
orgLevel4Like(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orgLevel4Like(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the 4th organization level for pattern matching to your query.
ownerIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
ownerIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
ownerIn(String...) - Method in interface pro.taskana.TaskQuery
Add the owners to your query.
ownerIn(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the owners to your query.
ownerLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
ownerLike(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
ownerLike(String...) - Method in interface pro.taskana.TaskQuery
Add the owner for pattern matching to your query.
ownerLike(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the owners for pattern matching to your query.

P

parentBusinessProcessId - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
parentBusinessProcessIdIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
parentBusinessProcessIdIn(String...) - Method in interface pro.taskana.TaskQuery
Add the parent business process ids for exact matching to your query.
parentBusinessProcessIdLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
parentBusinessProcessIdLike(String...) - Method in interface pro.taskana.TaskQuery
Add the parent business process id for pattern matching to your query.
parentIdIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your parentIds to your query.
parentIdIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
parentKeyIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your parentKeys to your query.
parentKeyIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
plannedWithin(TimeInterval...) - Method in class pro.taskana.impl.TaskQueryImpl
 
plannedWithin(TimeInterval...) - Method in interface pro.taskana.TaskQuery
Add the time intervals within which the task is planned to your query.
popSessionFromStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
 
porCompany - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
porInstance - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
porSystem - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
porType - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
porValue - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
primaryObjectReferenceCompanyIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceCompanyIn(String...) - Method in interface pro.taskana.TaskQuery
Add the companies of the primary object reference for exact matching to your query.
primaryObjectReferenceCompanyLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceCompanyLike(String...) - Method in interface pro.taskana.TaskQuery
Add the company of the primary object reference for pattern matching to your query.
primaryObjectReferenceSystemIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceSystemIn(String...) - Method in interface pro.taskana.TaskQuery
Add the systems of the primary object reference for exact matching to your query.
primaryObjectReferenceSystemInstanceIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceSystemInstanceIn(String...) - Method in interface pro.taskana.TaskQuery
Add the system instances of the primary object reference for exact matching to your query.
primaryObjectReferenceSystemInstanceLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceSystemInstanceLike(String...) - Method in interface pro.taskana.TaskQuery
Add the system instance of the primary object reference for pattern matching to your query.
primaryObjectReferenceSystemLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceSystemLike(String...) - Method in interface pro.taskana.TaskQuery
Add the system of the primary object reference for pattern matching to your query.
primaryObjectReferenceTypeIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceTypeIn(String...) - Method in interface pro.taskana.TaskQuery
Add the types of the primary object reference for exact matching to your query.
primaryObjectReferenceTypeLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceTypeLike(String...) - Method in interface pro.taskana.TaskQuery
Add the type of the primary object reference for pattern matching to your query.
primaryObjectReferenceValueIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceValueIn(String...) - Method in interface pro.taskana.TaskQuery
Add the values of the primary object reference for exact matching to your query.
primaryObjectReferenceValueLike(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
primaryObjectReferenceValueLike(String...) - Method in interface pro.taskana.TaskQuery
Add the value of the primary object reference for pattern matching to your query.
PRIORITY_CHANGED - Static variable in class pro.taskana.jobs.ClassificationChangedJob
 
priorityIn(int...) - Method in interface pro.taskana.ClassificationQuery
Add your priority to your query.
priorityIn(int...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
priorityIn(int...) - Method in class pro.taskana.impl.TaskQueryImpl
 
priorityIn(int...) - Method in interface pro.taskana.TaskQuery
Add your priorities to your query.
pro.taskana - package pro.taskana
 
pro.taskana.configuration - package pro.taskana.configuration
 
pro.taskana.exceptions - package pro.taskana.exceptions
 
pro.taskana.history - package pro.taskana.history
 
pro.taskana.history.api - package pro.taskana.history.api
 
pro.taskana.impl - package pro.taskana.impl
 
pro.taskana.impl.persistence - package pro.taskana.impl.persistence
 
pro.taskana.impl.report - package pro.taskana.impl.report
 
pro.taskana.impl.util - package pro.taskana.impl.util
 
pro.taskana.jobs - package pro.taskana.jobs
 
pro.taskana.mappings - package pro.taskana.mappings
 
pro.taskana.report - package pro.taskana.report
 
pro.taskana.security - package pro.taskana.security
 
pro.taskana.transaction - package pro.taskana.transaction
 
propertiesFileName - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
pushSessionToStack(SqlSessionManager) - Static method in class pro.taskana.impl.TaskanaEngineImpl
 

Q

queryClassificationColumnValues(ClassificationQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
queryClassificationSummaries(ClassificationQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
QueryItem - Interface in pro.taskana.report
A QueryItem is en entity on which a Report is based on.
QueryItemPreprocessor<Item extends QueryItem> - Interface in pro.taskana.report
The QueryItemPreprocessor is used when adding QueryItems into a Report.
QueryMapper - Interface in pro.taskana.mappings
This class provides a mapper for all queries.
queryObjectReferenceColumnValues(ObjectReferenceQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
queryObjectReferences(ObjectReferenceQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
queryTaskColumnValues(TaskQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
queryTaskSummaries(TaskQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
queryTaskSummariesDb2(TaskQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
queryWorkbasketAccessItemColumnValues(WorkbasketAccessItemQuery) - Method in interface pro.taskana.mappings.QueryMapper
 
queryWorkbasketAccessItems(WorkbasketAccessItemQuery) - Method in interface pro.taskana.mappings.QueryMapper
 
queryWorkbasketColumnValues(WorkbasketQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
queryWorkbasketSummaries(WorkbasketQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 

R

readEquals(Boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
readEquals(Boolean) - Method in interface pro.taskana.TaskQuery
Add the isRead flag to the query.
refreshPriorityAndDueDate(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
registerTransactionProvider(TaskanaTransactionProvider<Object>) - Method in class pro.taskana.jobs.JobRunner
 
removeAttachment(String) - Method in class pro.taskana.impl.TaskImpl
 
removeAttachment(String) - Method in interface pro.taskana.Task
Removes an attachment of the current task locally, when the ID is represented and does return the removed attachment or null if there was no match.
The changed Task need to be updated calling the TaskService.updateTask(Task).
removeDistributionTarget(String, String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
removeDistributionTarget(String, String) - Method in interface pro.taskana.WorkbasketService
Remove a distribution target from a workbasket.
removeMember(Principal) - Method in class pro.taskana.security.GroupPrincipal
 
Report<Item extends QueryItem,ColumnHeader extends ReportColumnHeader<? super Item>> - Class in pro.taskana.report
A Report represents a an abstract table that consists of ReportRows and a list of <ColumnHeader>s.
Report(List<ColumnHeader>, String) - Constructor for class pro.taskana.report.Report
 
Report.Builder<I extends QueryItem,H extends ReportColumnHeader<? super I>> - Interface in pro.taskana.report
Builder for Report.
ReportColumnHeader<Item extends QueryItem> - Interface in pro.taskana.report
A ReportColumnHeader is an element of a Report.
ReportRow<Item extends QueryItem> - Class in pro.taskana.report
A ReportRow represents a row in a Report.
ReportRow(int) - Constructor for class pro.taskana.report.ReportRow
 
roleMap - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
rolesSeparator - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
rowSize() - Method in class pro.taskana.report.Report
 
rowTitles() - Method in class pro.taskana.report.Report
 
run() - Method in class pro.taskana.configuration.DbSchemaCreator
Run all db scripts.
run() - Method in class pro.taskana.jobs.ClassificationChangedJob
 
run() - Method in interface pro.taskana.jobs.TaskanaJob
Runs the TaskanaJob.
run() - Method in class pro.taskana.jobs.TaskCleanupJob
 
run() - Method in class pro.taskana.jobs.TaskRefreshJob
 
run() - Method in class pro.taskana.jobs.WorkbasketCleanupJob
 
runJobs() - Method in class pro.taskana.jobs.JobRunner
 

S

scheduledJob - Variable in class pro.taskana.jobs.AbstractTaskanaJob
 
ScheduledJob - Class in pro.taskana.jobs
This class holds all data that go into the Job table.
ScheduledJob() - Constructor for class pro.taskana.jobs.ScheduledJob
 
ScheduledJob.State - Enum in pro.taskana.jobs
This enum tracks the state of a job.
ScheduledJob.Type - Enum in pro.taskana.jobs
This enum controls the type of a job.
schemaName - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
securityEnabled - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
SelectedItem - Class in pro.taskana.impl
An item that contains information of a selected item of a Report.
SelectedItem() - Constructor for class pro.taskana.impl.SelectedItem
 
SERVICE_LEVEL_CHANGED - Static variable in class pro.taskana.jobs.ClassificationChangedJob
 
serviceLevelIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your serviceLevel to your query.
serviceLevelIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
serviceLevelLike(String...) - Method in interface pro.taskana.ClassificationQuery
Add your serviceLevel to your query.
serviceLevelLike(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
sessionManager - Variable in class pro.taskana.impl.TaskanaEngineImpl
 
sessionStack - Static variable in class pro.taskana.impl.TaskanaEngineImpl
 
setAccessId(String) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setAccessName(String) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setAccessName(String) - Method in interface pro.taskana.WorkbasketAccessItem
Set the name of the group or user for which this WorkbasketAccessItem controls access permissions.
setAddAttachmentColumnsToSelectClauseForOrdering(boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAgeInDays(int) - Method in class pro.taskana.impl.report.MonitorQueryItem
 
setApplicationEntryPoint(String) - Method in interface pro.taskana.Classification
Set the logical name of the associated application entry point.
setApplicationEntryPoint(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setArguments(Map<String, String>) - Method in class pro.taskana.jobs.ScheduledJob
 
setAttachmentChannelIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachmentChannelLike(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachmentClassificationId(String) - Method in class pro.taskana.impl.report.CombinedClassificationFilter
 
setAttachmentClassificationIdIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachmentClassificationIdLike(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachmentClassificationKey(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setAttachmentClassificationKeyIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachmentClassificationKeyLike(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachmentKey(String) - Method in class pro.taskana.impl.report.DetailedMonitorQueryItem
 
setAttachmentReceivedIn(TimeInterval[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachmentReferenceIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachmentReferenceLike(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setAttachments(List<Attachment>) - Method in class pro.taskana.impl.TaskImpl
 
setAttachmentSummaries(List<AttachmentSummary>) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setBegin(Instant) - Method in class pro.taskana.TimeInterval
 
setBusinessProcessId(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
 
setBusinessProcessId(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setBusinessProcessId(String) - Method in interface pro.taskana.Task
Sets the external business process id.
setCallbackInfo(Map<String, String>) - Method in class pro.taskana.impl.TaskImpl
 
setCallbackInfo(Map<String, String>) - Method in interface pro.taskana.Task
Sets a Map of callback info.
setCategory(String) - Method in interface pro.taskana.Classification
Set/Change the category of this classification.
setCategory(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCategory(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setChannel(String) - Method in interface pro.taskana.Attachment
Sets the Channel on which the attachment was received.
setChannel(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setChannel(String) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setClaimed(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setClaimed(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setClassificationCategoriesByType(Map<String, List<String>>) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setClassificationCategory(String) - Method in class pro.taskana.impl.TaskImpl
 
setClassificationKey(String) - Method in class pro.taskana.impl.TaskImpl
 
setClassificationKey(String) - Method in interface pro.taskana.Task
Sets the Classification key that - together with the Domain from this task's work basket - selects the appropriate Classification for this task.
setClassificationSummary(ClassificationSummary) - Method in interface pro.taskana.Attachment
Set the classification summary for this attachment.
setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.impl.AttachmentImpl
 
setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.impl.TaskImpl
 
setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.impl.AttachmentImpl
 
setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.impl.TaskImpl
 
setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setClassificationTypes(List<String>) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setComment(String) - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
setCompany(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setCompany(String) - Method in class pro.taskana.ObjectReference
 
setCompleted(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setCompleted(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setConnection(Connection) - Method in class pro.taskana.impl.TaskanaEngineImpl
Set the database connection to be used by taskana.
setConnection(Connection) - Method in interface pro.taskana.TaskanaEngine
Set the connection to be used by taskana in mode CONNECTION_MANAGED_EXTERNALLY.
setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in class pro.taskana.impl.TaskanaEngineImpl
sets the connection management mode.
setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in interface pro.taskana.TaskanaEngine
sets the connection management mode for taskana.
setCount(int) - Method in class pro.taskana.impl.report.TaskQueryItem
 
setCreated(Instant) - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
setCreated(Instant) - Method in class pro.taskana.impl.AttachmentImpl
 
setCreated(Instant) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setCreated(Instant) - Method in class pro.taskana.impl.ClassificationImpl
 
setCreated(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setCreated(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCreated(Instant) - Method in class pro.taskana.impl.WorkbasketImpl
 
setCreated(Instant) - Method in class pro.taskana.jobs.ScheduledJob
 
setCreator(String) - Method in class pro.taskana.impl.TaskImpl
 
setCreator(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom1(String) - Method in interface pro.taskana.Classification
Set/Change the 1.
setCustom1(String) - Method in interface pro.taskana.ClassificationSummary
Set/Change the 1.
setCustom1(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCustom1(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setCustom1(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom1(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom1(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setCustom1(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setCustom1(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom1(String) - Method in interface pro.taskana.Workbasket
Sets the value for custom1 Attribute.
setCustom10(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom10(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom10(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom11(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom11(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom11(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom12(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom12(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom12(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom13(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom13(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom13(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom14(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom14(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom14(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom15(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom15(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom15(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom16(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom16(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom16(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom2(String) - Method in interface pro.taskana.Classification
Set/Change the 2.
setCustom2(String) - Method in interface pro.taskana.ClassificationSummary
Set/Change the 2.
setCustom2(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCustom2(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setCustom2(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom2(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom2(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setCustom2(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setCustom2(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom2(String) - Method in interface pro.taskana.Workbasket
Sets the value for custom2 attribute.
setCustom3(String) - Method in interface pro.taskana.Classification
Set/Change the 3.
setCustom3(String) - Method in interface pro.taskana.ClassificationSummary
Set/Change the 3.
setCustom3(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCustom3(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setCustom3(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom3(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom3(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setCustom3(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setCustom3(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom3(String) - Method in interface pro.taskana.Workbasket
Sets the value for custom3 attribute.
setCustom4(String) - Method in interface pro.taskana.Classification
Set/Change the 4.
setCustom4(String) - Method in interface pro.taskana.ClassificationSummary
Set/Change the 4.
setCustom4(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCustom4(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setCustom4(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom4(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom4(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setCustom4(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setCustom4(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom4(String) - Method in interface pro.taskana.Workbasket
Sets the value for custom4 attribute.
setCustom5(String) - Method in interface pro.taskana.Classification
Set/Change the 5.
setCustom5(String) - Method in interface pro.taskana.ClassificationSummary
Set/Change the 5.
setCustom5(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCustom5(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setCustom5(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom5(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom5(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom6(String) - Method in interface pro.taskana.Classification
Set/Change the 6.
setCustom6(String) - Method in interface pro.taskana.ClassificationSummary
Set/Change the 6.
setCustom6(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCustom6(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setCustom6(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom6(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom6(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom7(String) - Method in interface pro.taskana.Classification
Set/Change the 7.
setCustom7(String) - Method in interface pro.taskana.ClassificationSummary
Set/Change the 7.
setCustom7(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCustom7(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setCustom7(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom7(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom7(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom8(String) - Method in interface pro.taskana.Classification
Set/Change the 8.
setCustom8(String) - Method in interface pro.taskana.ClassificationSummary
Set/Change the 8.
setCustom8(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setCustom8(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setCustom8(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom8(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom8(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustom9(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom9(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom9(boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setCustomAttribute(String, String) - Method in class pro.taskana.impl.TaskImpl
 
setCustomAttribute(String, String) - Method in interface pro.taskana.Task
Sets the value for custom Attribute number num.
setCustomAttributes(Map<String, String>) - Method in interface pro.taskana.Attachment
Sets the custom attribute Map of the attachment.
setCustomAttributes(Map<String, String>) - Method in class pro.taskana.impl.AttachmentImpl
 
setCustomAttributes(Map<String, String>) - Method in class pro.taskana.impl.TaskImpl
 
setCustomAttributes(Map<String, String>) - Method in interface pro.taskana.Task
Sets a Map of custom Attributes.
setCustomHolidays(List<LocalDate>) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setCustomHolidays(List<LocalDate>) - Static method in class pro.taskana.impl.DaysToWorkingDaysConverter
 
setCustomProperty(String, boolean) - Method in class pro.taskana.mappings.CustomPropertySelector
 
setDataSource(DataSource) - Method in class pro.taskana.configuration.DbSchemaCreator
 
setDescription(String) - Method in interface pro.taskana.Classification
Set/Change the classification description.
setDescription(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setDescription(String) - Method in class pro.taskana.impl.TaskImpl
 
setDescription(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setDescription(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setDescription(String) - Method in interface pro.taskana.Task
Sets the description of the task.
setDescription(String) - Method in interface pro.taskana.Workbasket
Sets the workbasket-descriptions.
setDistributionTargets(String, List<String>) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
setDistributionTargets(String, List<String>) - Method in interface pro.taskana.WorkbasketService
Set the distribution targets for a workbasket.
setDomain(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setDomain(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setDomain(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setDomain(String) - Method in class pro.taskana.impl.report.TaskQueryItem
 
setDomain(String) - Method in class pro.taskana.impl.TaskImpl
 
setDomain(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setDomain(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setDomain(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setDomain(String) - Method in class pro.taskana.KeyDomain
 
setDomains(List<String>) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setDue(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setDue(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setDue(Instant) - Method in class pro.taskana.jobs.ScheduledJob
 
setEnd(Instant) - Method in class pro.taskana.TimeInterval
 
setGermanPublicHolidaysEnabled(boolean) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setGermanPublicHolidaysEnabled(boolean) - Static method in class pro.taskana.impl.DaysToWorkingDaysConverter
 
setId(long) - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
setId(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setId(String) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setId(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setId(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setId(String) - Method in class pro.taskana.impl.TaskImpl
 
setId(String) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setId(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setId(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setId(String) - Method in class pro.taskana.ObjectReference
 
setIsValidInDomain(Boolean) - Method in interface pro.taskana.Classification
Set/Change the flag which marks the classification as valid/invalid in the currently used domain.
setIsValidInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationImpl
 
setJobId(Integer) - Method in class pro.taskana.jobs.ScheduledJob
 
setJoinWithAttachments(boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
setKey(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setKey(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setKey(String) - Method in class pro.taskana.impl.report.MonitorQueryItem
 
setKey(String) - Method in class pro.taskana.impl.SelectedItem
 
setKey(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setKey(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setKey(String) - Method in class pro.taskana.KeyDomain
 
setLockedBy(String) - Method in class pro.taskana.jobs.ScheduledJob
 
setLockExpires(Instant) - Method in class pro.taskana.jobs.ScheduledJob
 
setLowerAgeLimit(int) - Method in class pro.taskana.impl.SelectedItem
 
setMarkedForDeletion(boolean) - Method in class pro.taskana.impl.WorkbasketImpl
 
setMarkedForDeletion(boolean) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setMarkedForDeletion(boolean) - Method in interface pro.taskana.Workbasket
Sets the value for markedForDeletion attribute.
setModified(Instant) - Method in class pro.taskana.impl.AttachmentImpl
 
setModified(Instant) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setModified(Instant) - Method in class pro.taskana.impl.ClassificationImpl
 
setModified(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setModified(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setModified(Instant) - Method in class pro.taskana.impl.WorkbasketImpl
 
setName(String) - Method in interface pro.taskana.Classification
Set/Change the classification name.
setName(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setName(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setName(String) - Method in class pro.taskana.impl.TaskImpl
 
setName(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setName(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setName(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setName(String) - Method in interface pro.taskana.Task
Sets the name of the current task.
setName(String) - Method in interface pro.taskana.Workbasket
Sets the name of the workbasket.
setNonNullParameter(PreparedStatement, int, Map, JdbcType) - Method in class pro.taskana.impl.persistence.MapTypeHandler
 
setNote(String) - Method in class pro.taskana.impl.TaskImpl
 
setNote(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setNote(String) - Method in interface pro.taskana.Task
Sets/Changing the custom note for this Task.
setNumberOfTasks(int) - Method in class pro.taskana.impl.report.MonitorQueryItem
 
setObjectReference(ObjectReference) - Method in interface pro.taskana.Attachment
Sets the primaryObjectReference of the attachment.
setObjectReference(ObjectReference) - Method in class pro.taskana.impl.AttachmentImpl
 
setObjectReference(ObjectReference) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setOrgLevel1(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOrgLevel1(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setOrgLevel1(String) - Method in interface pro.taskana.Workbasket
Sets the value for orgLevel1 attribute.
setOrgLevel2(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOrgLevel2(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setOrgLevel2(String) - Method in interface pro.taskana.Workbasket
Sets the value for orgLevel2 attribute.
setOrgLevel3(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOrgLevel3(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setOrgLevel3(String) - Method in interface pro.taskana.Workbasket
Sets the value for orgLevel3 attribute.
setOrgLevel4(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOrgLevel4(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setOrgLevel4(String) - Method in interface pro.taskana.Workbasket
Sets the value for orgLevel4 attribute.
setOwner(String) - Method in class pro.taskana.impl.TaskImpl
 
setOwner(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setOwner(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOwner(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setOwner(String) - Method in interface pro.taskana.Task
Sets the ownerId of this task.
setOwner(String) - Method in interface pro.taskana.Workbasket
Sets the owner-ID of the workbasket.
setParentBusinessProcessId(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setParentBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
 
setParentBusinessProcessId(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setParentBusinessProcessId(String) - Method in interface pro.taskana.Task
Sets the parent business process id to group associated processes.
setParentId(String) - Method in interface pro.taskana.Classification
Set/Change a reference to the current parent classification via ID.
setParentId(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setParentId(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setParentKey(String) - Method in interface pro.taskana.Classification
Set/Change a reference to the current parent classification via key.
setParentKey(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setParentKey(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setPermAppend(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermAppend(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets append permission for the referenced workbasket.
setPermCustom1(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom1(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom1 permission for the referenced workbasket.
setPermCustom10(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom10(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom10 permission for the referenced workbasket.
setPermCustom11(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom11(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom11 permission for the referenced workbasket.
setPermCustom12(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom12(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom12 permission for the referenced workbasket.
setPermCustom2(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom2(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom2 permission for the referenced workbasket.
setPermCustom3(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom3(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom3 permission for the referenced workbasket.
setPermCustom4(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom4(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom4 permission for the referenced workbasket.
setPermCustom5(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom5(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom5 permission for the referenced workbasket.
setPermCustom6(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom6(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom6 permission for the referenced workbasket.
setPermCustom7(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom7(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom7 permission for the referenced workbasket.
setPermCustom8(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom8(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom8 permission for the referenced workbasket.
setPermCustom9(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermCustom9(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets the custom9 permission for the referenced workbasket.
setPermDistribute(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermDistribute(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets distribute permission for the referenced workbasket.
setPermOpen(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermOpen(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets open permission for the referenced workbasket.
setPermRead(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermRead(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets read permission for the referenced workbasket.
setPermTransfer(boolean) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setPermTransfer(boolean) - Method in interface pro.taskana.WorkbasketAccessItem
Sets transfer permission for the referenced workbasket.
setPlanned(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setPlanned(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setPlanned(Instant) - Method in interface pro.taskana.Task
Sets the time when the work on this task should be started.
setPorCompany(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setPorInstance(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setPorSystem(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setPorType(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setPorValue(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setPrimaryObjRef(ObjectReference) - Method in class pro.taskana.impl.TaskImpl
 
setPrimaryObjRef(ObjectReference) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setPrimaryObjRef(ObjectReference) - Method in interface pro.taskana.Task
Sets the primaryObjectReference of the task.
setPriority(int) - Method in interface pro.taskana.Classification
Set/Change the numeric priority of a classification.
setPriority(int) - Method in class pro.taskana.impl.ClassificationImpl
 
setPriority(int) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setPriority(int) - Method in class pro.taskana.impl.TaskImpl
 
setPriority(int) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setPriority(Integer) - Method in class pro.taskana.jobs.ScheduledJob
 
setPropertiesFileName(String) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setPropertiesSeparator(String) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setRead(boolean) - Method in class pro.taskana.impl.TaskImpl
 
setRead(boolean) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setReceived(Instant) - Method in interface pro.taskana.Attachment
Sets the time when the attachment was received.
setReceived(Instant) - Method in class pro.taskana.impl.AttachmentImpl
 
setReceived(Instant) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setRetryCount(int) - Method in class pro.taskana.jobs.ScheduledJob
 
setRoleMap(Map<TaskanaRole, Set<String>>) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setSchemaName(String) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setServiceLevel(String) - Method in interface pro.taskana.Classification
Set/Change the service level.
setServiceLevel(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setServiceLevel(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setState(TaskState) - Method in class pro.taskana.impl.report.TaskQueryItem
 
setState(TaskState) - Method in class pro.taskana.impl.TaskImpl
 
setState(TaskState) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setState(ScheduledJob.State) - Method in class pro.taskana.jobs.ScheduledJob
 
setSubKey(String) - Method in class pro.taskana.impl.SelectedItem
 
setSystem(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setSystem(String) - Method in class pro.taskana.ObjectReference
 
setSystemInstance(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setSystemInstance(String) - Method in class pro.taskana.ObjectReference
 
setTaskClassificationCategory(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setTaskClassificationId(String) - Method in class pro.taskana.impl.report.CombinedClassificationFilter
 
setTaskClassificationKey(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setTaskCleanupJobAllCompletedSameParentBusiness(boolean) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setTaskId(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setTaskId(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setTaskId(String) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setTaskId(String) - Method in class pro.taskana.impl.MinimalTaskSummary
 
setTaskId(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setTaskRead(String, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
 
setTaskRead(String, boolean) - Method in interface pro.taskana.TaskService
Marks a task as read.
setTaskState(TaskState) - Method in class pro.taskana.impl.MinimalTaskSummary
 
setToString(Set<T>) - Static method in class pro.taskana.impl.util.LoggerUtils
 
setTransferred(boolean) - Method in class pro.taskana.impl.TaskImpl
 
setTransferred(boolean) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setType(String) - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
setType(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setType(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setType(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setType(WorkbasketType) - Method in class pro.taskana.impl.WorkbasketImpl
 
setType(WorkbasketType) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setType(ScheduledJob.Type) - Method in class pro.taskana.jobs.ScheduledJob
 
setType(String) - Method in class pro.taskana.ObjectReference
 
setType(WorkbasketType) - Method in interface pro.taskana.Workbasket
Sets the type of the workbasket.
setUpperAgeLimit(int) - Method in class pro.taskana.impl.SelectedItem
 
setUserId(String) - Method in class pro.taskana.history.api.TaskanaHistoryEvent
 
setValue(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setValue(String) - Method in class pro.taskana.ObjectReference
 
setWorkbasketAccessItems(String, List<WorkbasketAccessItem>) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
setWorkbasketAccessItems(String, List<WorkbasketAccessItem>) - Method in interface pro.taskana.WorkbasketService
Setting up the new WorkbasketAccessItems for a Workbasket.
setWorkbasketId(String) - Method in class pro.taskana.impl.MinimalTaskSummary
 
setWorkbasketId(String) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setWorkbasketKey(String) - Method in class pro.taskana.history.api.TaskHistoryEvent
 
setWorkbasketKey(String) - Method in class pro.taskana.impl.TaskImpl
 
setWorkbasketKey(String) - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
setWorkbasketSummary(WorkbasketSummary) - Method in class pro.taskana.impl.TaskImpl
 
setWorkbasketSummary(WorkbasketSummary) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setWorkbasketSummaryImpl(WorkbasketSummaryImpl) - Method in class pro.taskana.impl.TaskImpl
 
setWorkbasketSummaryImpl(WorkbasketSummaryImpl) - Method in class pro.taskana.impl.TaskSummaryImpl
 
shouldUseLowerCaseForAccessIds() - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
Helper method to determine whether all access ids (user Id and group ids) should be used in lower case.
single() - Method in interface pro.taskana.BaseQuery
This method will return a single object of T.
single() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
single() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
single() - Method in class pro.taskana.impl.TaskQueryImpl
 
single() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
single() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
stateIn(TaskState...) - Method in class pro.taskana.impl.TaskQueryImpl
 
stateIn(List<TaskState>) - Method in class pro.taskana.impl.TaskStatusReportBuilderImpl
 
stateIn(List<TaskState>) - Method in interface pro.taskana.report.TaskStatusReport.Builder
Adds a list of states to the builder.
stateIn(List<TaskState>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Adds a list of states to the builder.
stateIn(TaskState...) - Method in interface pro.taskana.TaskQuery
Add your state to your query.
stateNotIn(TaskState...) - Method in class pro.taskana.impl.TaskQueryImpl
 
stateNotIn(TaskState...) - Method in interface pro.taskana.TaskQuery
Exclude these states from your query.
SystemException - Exception in pro.taskana.exceptions
This exception is thrown when a generic taskana problem is encountered.
SystemException(String) - Constructor for exception pro.taskana.exceptions.SystemException
 
SystemException(String, Throwable) - Constructor for exception pro.taskana.exceptions.SystemException
 
systemIn(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
systemIn(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your system to your query.
systemInstanceIn(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
systemInstanceIn(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your systemInstance to your query.

T

Task - Interface in pro.taskana
task-Interface to specify attribute interactions.
TASK_IDS - Static variable in class pro.taskana.jobs.ClassificationChangedJob
 
TaskAlreadyExistException - Exception in pro.taskana.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.exceptions.TaskAlreadyExistException
 
TASKANA_SCHEMA_VERSION - Static variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
TaskanaCallable<T> - Interface in pro.taskana.transaction
represents a callable Object.
TaskanaEngine - Interface in pro.taskana
The TaskanaEngine represents an overall set of all needed services.
TaskanaEngine.ConnectionManagementMode - Enum in pro.taskana
Connection management mode.
TaskanaEngineConfiguration - Class in pro.taskana.configuration
This central class creates the TaskanaEngine and holds all the information about DB and Security.
Security is enabled by default.
TaskanaEngineConfiguration(DataSource, boolean, String) - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
 
TaskanaEngineConfiguration(DataSource, boolean, boolean, String) - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
 
TaskanaEngineConfiguration(DataSource, boolean, boolean, String, String, String) - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
 
taskanaEngineConfiguration - Variable in class pro.taskana.impl.TaskanaEngineImpl
 
TaskanaEngineImpl - Class in pro.taskana.impl
This is the implementation of TaskanaEngine.
TaskanaEngineImpl(TaskanaEngineConfiguration) - Constructor for class pro.taskana.impl.TaskanaEngineImpl
 
taskanaEngineImpl - Variable in class pro.taskana.jobs.AbstractTaskanaJob
 
TaskanaException - Exception in pro.taskana.exceptions
common base class for Taskana's checked exceptions.
TaskanaException() - Constructor for exception pro.taskana.exceptions.TaskanaException
 
TaskanaException(String) - Constructor for exception pro.taskana.exceptions.TaskanaException
 
TaskanaException(Throwable) - Constructor for exception pro.taskana.exceptions.TaskanaException
 
TaskanaException(String, Throwable) - Constructor for exception pro.taskana.exceptions.TaskanaException
 
TaskanaException(String, Throwable, boolean, boolean) - Constructor for exception pro.taskana.exceptions.TaskanaException
 
TaskanaHistory - Interface in pro.taskana.history.api
Interface for TASKANA History Service Provider.
TaskanaHistoryEvent - Class in pro.taskana.history.api
Super class for all specific events from the TASKANA engine.
TaskanaHistoryEvent() - Constructor for class pro.taskana.history.api.TaskanaHistoryEvent
 
TaskanaJob - Interface in pro.taskana.jobs
Interface for all background TASKANA jobs.
TaskanaRole - Enum in pro.taskana
This enum contains all roles that are known to taskana.
TaskanaRuntimeException - Exception in pro.taskana.exceptions
Common base class for Taskana's runtime exceptions.
TaskanaRuntimeException() - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
 
TaskanaRuntimeException(String) - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
 
TaskanaRuntimeException(Throwable) - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
 
TaskanaRuntimeException(String, Throwable) - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
 
TaskanaRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
 
TaskanaTransactionProvider<T> - Interface in pro.taskana.transaction
This class provides support for transactions.
taskClassificationCategory - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
taskClassificationKey - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
TaskCleanupJob - Class in pro.taskana.jobs
Job to cleanup completed tasks after a period of time.
TaskCleanupJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.jobs.TaskCleanupJob
 
TaskCompletionEvent - Class in pro.taskana.history.api
Event fired if a task is completed.
TaskCompletionEvent(Task) - Constructor for class pro.taskana.history.api.TaskCompletionEvent
 
TaskHistoryEvent - Class in pro.taskana.history.api
Super class for all task related events.
TaskHistoryEvent(Task) - Constructor for class pro.taskana.history.api.TaskHistoryEvent
 
taskId - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
TaskImpl - Class in pro.taskana.impl
Task entity.
TaskMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of task.
TaskMonitorMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of task monitoring.
TaskMonitorService - Interface in pro.taskana
The Task Monitor Service manages operations on tasks regarding the monitoring.
TaskMonitorServiceImpl - Class in pro.taskana.impl
This is the implementation of TaskMonitorService.
TaskNotFoundException - Exception in pro.taskana.exceptions
This exception will be thrown if a specific task is not in the database.
TaskNotFoundException(String, String) - Constructor for exception pro.taskana.exceptions.TaskNotFoundException
 
TaskQuery - Interface in pro.taskana
TaskQuery for generating dynamic sql.
TaskQueryImpl - Class in pro.taskana.impl
TaskQuery for generating dynamic sql.
TaskQueryItem - Class in pro.taskana.impl.report
The TaskQueryItem entity contains the number of tasks for a domain which have a specific state.
TaskQueryItem() - Constructor for class pro.taskana.impl.report.TaskQueryItem
 
TaskRefreshJob - Class in pro.taskana.jobs
This class executes a job of type CLASSIFICATIONCHANGEDJOB.
TaskRefreshJob(TaskanaEngine, TaskanaTransactionProvider<Object>, ScheduledJob) - Constructor for class pro.taskana.jobs.TaskRefreshJob
 
TaskService - Interface in pro.taskana
The Task Service manages all operations on tasks.
TaskServiceImpl - Class in pro.taskana.impl
This is the implementation of TaskService.
TaskState - Enum in pro.taskana
This enum contains all status of the tasks.
TaskStatusColumnHeader - Class in pro.taskana.impl.report
The TaskStatusColumnHeader represents a column for each TaskState.
TaskStatusColumnHeader(TaskState) - Constructor for class pro.taskana.impl.report.TaskStatusColumnHeader
 
TaskStatusReport - Class in pro.taskana.report
A TaskStatusReport contains the total number of tasks, clustered in their task status.
TaskStatusReport(List<TaskState>) - Constructor for class pro.taskana.report.TaskStatusReport
 
TaskStatusReport.Builder - Interface in pro.taskana.report
Builder for TaskStatusReport.
TaskStatusReportBuilderImpl - Class in pro.taskana.impl
The implementation of TaskStatusReportBuilder.
TaskSummary - Interface in pro.taskana
Interface for TaskSummary.
TaskSummaryImpl - Class in pro.taskana.impl
Entity which contains the most important informations about a Task.
TimeInterval - Class in pro.taskana
Capture a time interval.
TimeInterval(Instant, Instant) - Constructor for class pro.taskana.TimeInterval
 
TimeIntervalColumnHeader - Class in pro.taskana.impl.report
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.impl.report.TimeIntervalColumnHeader
 
TimeIntervalColumnHeader(int, int) - Constructor for class pro.taskana.impl.report.TimeIntervalColumnHeader
 
TimeIntervalReportBuilder<B extends TimeIntervalReportBuilder,H extends TimeIntervalColumnHeader> - Interface in pro.taskana.report
"Super" Interface for all TimeIntervalReportBuilders.
toString() - Method in enum pro.taskana.BaseQuery.SortDirection
 
toString() - Method in class pro.taskana.impl.AttachmentImpl
 
toString() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
toString() - Method in class pro.taskana.impl.ClassificationImpl
 
toString() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
toString() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
toString() - Method in class pro.taskana.impl.MinimalTaskSummary
 
toString() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
toString() - Method in class pro.taskana.impl.report.CombinedClassificationFilter
 
toString() - Method in class pro.taskana.impl.report.TaskStatusColumnHeader
 
toString() - Method in class pro.taskana.impl.report.TimeIntervalColumnHeader
 
toString() - Method in class pro.taskana.impl.SelectedItem
 
toString() - Method in class pro.taskana.impl.TaskImpl
 
toString() - Method in class pro.taskana.impl.TaskQueryImpl
 
toString() - Method in class pro.taskana.impl.TaskSummaryImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketAccessItemImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
toString() - Method in class pro.taskana.jobs.ScheduledJob
 
toString() - Method in class pro.taskana.KeyDomain
 
toString() - Method in class pro.taskana.ObjectReference
 
toString() - Method in class pro.taskana.TimeInterval
 
toUpperCopy(String...) - Method in interface pro.taskana.BaseQuery
 
transactionFactory - Variable in class pro.taskana.impl.TaskanaEngineImpl
 
transfer(String, String) - Method in class pro.taskana.impl.TaskServiceImpl
 
transfer(String, String, String) - Method in class pro.taskana.impl.TaskServiceImpl
 
transfer(String, String) - Method in interface pro.taskana.TaskService
Transfer a task to another work basket.
transfer(String, String, String) - Method in interface pro.taskana.TaskService
Transfer a task to another work basket.
transferredEquals(Boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
transferredEquals(Boolean) - Method in interface pro.taskana.TaskQuery
Add the isTransferred flag to the query.
transferTasks(String, List<String>) - Method in class pro.taskana.impl.TaskServiceImpl
 
transferTasks(String, String, List<String>) - Method in class pro.taskana.impl.TaskServiceImpl
 
transferTasks(String, List<String>) - Method in interface pro.taskana.TaskService
Transfers a list of tasks to an other workbasket.
transferTasks(String, String, List<String>) - Method in interface pro.taskana.TaskService
Transfers a list of tasks to an other workbasket.
txProvider - Variable in class pro.taskana.jobs.AbstractTaskanaJob
 
type - Variable in class pro.taskana.history.api.TaskanaHistoryEvent
 
typeIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your type to your query.
typeIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
typeIn(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
typeIn(WorkbasketType...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
typeIn(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your type to your query.
typeIn(WorkbasketType...) - Method in interface pro.taskana.WorkbasketQuery
Add your types to your query.

U

UnsupportedDatabaseException - Exception in pro.taskana.exceptions
This exception will be thrown if the database name doesn't match to one of the desired databases.
UnsupportedDatabaseException(String) - Constructor for exception pro.taskana.exceptions.UnsupportedDatabaseException
 
update(AttachmentImpl) - Method in interface pro.taskana.mappings.AttachmentMapper
 
update(ClassificationImpl) - Method in interface pro.taskana.mappings.ClassificationMapper
 
update(ScheduledJob) - Method in interface pro.taskana.mappings.JobMapper
 
update(ObjectReference) - Method in interface pro.taskana.mappings.ObjectReferenceMapper
 
update(TaskImpl) - Method in interface pro.taskana.mappings.TaskMapper
 
update(WorkbasketAccessItemImpl) - Method in interface pro.taskana.mappings.WorkbasketAccessMapper
 
update(WorkbasketImpl) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
updateClassification(Classification) - Method in interface pro.taskana.ClassificationService
Updates a Classification.
updateClassification(Classification) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
updateClassificationCategoryOnChange(List<String>, String) - Method in interface pro.taskana.mappings.TaskMapper
 
updateCompleted(List<String>, TaskSummaryImpl) - Method in interface pro.taskana.mappings.TaskMapper
 
updateTask(Task) - Method in class pro.taskana.impl.TaskServiceImpl
 
updateTask(Task) - Method in interface pro.taskana.TaskService
Update a task.
updateTasks(ObjectReference, Map<String, String>) - Method in class pro.taskana.impl.TaskServiceImpl
 
updateTasks(List<String>, TaskImpl, CustomPropertySelector) - Method in interface pro.taskana.mappings.TaskMapper
 
updateTasks(ObjectReference, Map<String, String>) - Method in interface pro.taskana.TaskService
Completes tasks with a matching ObjectReference.
updateTotalValue(DetailedMonitorQueryItem) - Method in class pro.taskana.impl.report.DetailedReportRow
 
updateTotalValue(Item) - Method in class pro.taskana.report.ReportRow
 
updateTransfered(List<String>, TaskSummaryImpl) - Method in interface pro.taskana.mappings.TaskMapper
 
updateWorkbasket(Workbasket) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
updateWorkbasket(Workbasket) - Method in interface pro.taskana.WorkbasketService
Update a Workbasket.
updateWorkbasketAccessItem(WorkbasketAccessItem) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
updateWorkbasketAccessItem(WorkbasketAccessItem) - Method in interface pro.taskana.WorkbasketService
This method updates a WorkbasketAccessItem.
useManagedTransactions - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
userId - Variable in class pro.taskana.history.api.TaskanaHistoryEvent
 
UserPrincipal - Class in pro.taskana.security
Represents a user principal with a name.
UserPrincipal(String) - Constructor for class pro.taskana.security.UserPrincipal
 

V

validInDomainEquals(Boolean) - Method in interface pro.taskana.ClassificationQuery
Add to your query if the Classification shall be valid in its domain.
validInDomainEquals(Boolean) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
valueIn(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
valueIn(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your value to your query.
valueOf(String) - Static method in enum pro.taskana.BaseQuery.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.CustomField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.jobs.ScheduledJob.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.jobs.ScheduledJob.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.TaskanaEngine.ConnectionManagementMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.TaskanaRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.TaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.WorkbasketPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.WorkbasketType
Returns the enum constant of this type with the specified name.
values() - Static method in enum pro.taskana.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.CustomField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pro.taskana.jobs.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.jobs.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.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.TaskanaRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pro.taskana.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pro.taskana.WorkbasketPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pro.taskana.WorkbasketType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withColumnHeaders(List<H>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Adds a list TimeIntervalColumnHeaders to the builder to subdivide the report into clusters.
Workbasket - Interface in pro.taskana
Workbasket entity interface.
WORKBASKET_FINDSUMMARYBYKEY - Static variable in interface pro.taskana.mappings.QueryMapper
 
WorkbasketAccessItem - Interface in pro.taskana
Interface for WorkbasketAccessItem.
WorkbasketAccessItemImpl - Class in pro.taskana.impl
WorkbasketAccessItemImpl Entity.
WorkbasketAccessItemQuery - Interface in pro.taskana
WorkbasketAccessItemQuery for generating dynamic SQL.
WorkbasketAccessItemQueryImpl - Class in pro.taskana.impl
WorkbasketAccessItemQueryImpl for generating dynamic SQL.
WorkbasketAccessMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of workbasket access items.
WorkbasketAlreadyExistException - Exception in pro.taskana.exceptions
Thrown, when a workbasket does already exits, but wanted to create with same ID.
WorkbasketAlreadyExistException(Workbasket) - Constructor for exception pro.taskana.exceptions.WorkbasketAlreadyExistException
 
WorkbasketCleanupJob - Class in pro.taskana.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.jobs.WorkbasketCleanupJob
 
workbasketIdIn(String...) - Method in interface pro.taskana.AbstractWorkbasketAccessItemQuery
Add your workbasket id to your query.
workbasketIdIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
workbasketIdIn(String...) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
workbasketIdIn(List<String>) - Method in interface pro.taskana.report.TimeIntervalReportBuilder
Adds a list of workbasket ids to the builder.
workbasketIdIn(String...) - Method in interface pro.taskana.TaskQuery
Add your workbasket key to the query.
workbasketIdIn(String...) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Add your workbasket id to your query.
WorkbasketImpl - Class in pro.taskana.impl
Workbasket entity.
WorkbasketInUseException - Exception in pro.taskana.exceptions
Thrown if a specific Workbasket does have content and should be deleted.
WorkbasketInUseException(String) - Constructor for exception pro.taskana.exceptions.WorkbasketInUseException
 
workbasketKey - Variable in class pro.taskana.history.api.TaskHistoryEvent
 
workbasketKeyDomainIn(KeyDomain...) - Method in class pro.taskana.impl.TaskQueryImpl
 
workbasketKeyDomainIn(KeyDomain...) - Method in interface pro.taskana.TaskQuery
Add your workbasket key to the query.
workbasketKeyIn(String...) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
workbasketKeyIn(String...) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Add your unique entry workbasket key to your query as filter.
workbasketKeyLike(String...) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
workbasketKeyLike(String...) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Add keys to your query.
WorkbasketMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of workbaskets.
WorkbasketNotFoundException - Exception in pro.taskana.exceptions
This exception will be thrown if a specific workbasket is not in the database.
WorkbasketNotFoundException(String, String) - Constructor for exception pro.taskana.exceptions.WorkbasketNotFoundException
 
WorkbasketNotFoundException(String, String, String) - Constructor for exception pro.taskana.exceptions.WorkbasketNotFoundException
 
WorkbasketPermission - Enum in pro.taskana
This enum contains all permission values for the workbaskets.
WorkbasketQuery - Interface in pro.taskana
WorkitemQuery for generating dynamic sql.
WorkbasketQueryImpl - Class in pro.taskana.impl
WorkbasketQuery for generating dynamic SQL.
WorkbasketReport - Class in pro.taskana.report
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.report.WorkbasketReport
 
WorkbasketReport.Builder - Interface in pro.taskana.report
Builder for WorkbasketReport.
WorkbasketReportBuilderImpl - Class in pro.taskana.impl
The implementation of WorkbasketReportBuilder.
WorkbasketService - Interface in pro.taskana
This service manages Workbaskets.
WorkbasketServiceImpl - Class in pro.taskana.impl
This is the implementation of WorkbasketService.
WorkbasketSummary - Interface in pro.taskana
Interface for WorkbasketSummary.
WorkbasketSummaryImpl - Class in pro.taskana.impl
This entity contains the most important information about a workbasket.
WorkbasketType - Enum in pro.taskana
This enum contains the supported work basket types.

_

_this() - Method in class pro.taskana.impl.CategoryReportBuilderImpl
 
_this() - Method in class pro.taskana.impl.ClassificationReportBuilderImpl
 
_this() - Method in class pro.taskana.impl.CustomFieldValueReportBuilderImpl
 
_this() - Method in class pro.taskana.impl.WorkbasketReportBuilderImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2018. All rights reserved.