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

accessIdIn(String...) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
accessIdIn(String...) - Method in interface pro.taskana.WorkbasketAccessItemQuery
Add your accessIds 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.impl.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.impl.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.impl.DetailedReportRow
 
addItem(Item) - Method in class pro.taskana.impl.report.Report
 
addItem(Item, int) - Method in class pro.taskana.impl.report.ReportRow
 
addItems(List<Item>, QueryItemPreprocessor<Item>) - Method in class pro.taskana.impl.report.Report
 
addItems(List<Item>) - Method in class pro.taskana.impl.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.impl.DaysToWorkingDaysPreProcessor
 
apply(Item) - Method in interface pro.taskana.impl.report.QueryItemPreprocessor
 
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.
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) - Constructor for exception pro.taskana.exceptions.AttachmentPersistenceException
 
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.
buildTaskanaEngine() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
This method creates the TaskanaEngine without an sqlSessionFactory.
BulkOperationResults<K,V> - Class in pro.taskana.impl
Returning type for a bulk db interaction with errors.
BulkOperationResults() - Constructor for class pro.taskana.impl.BulkOperationResults
 
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

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, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
 
cancelClaim(String) - Method in interface pro.taskana.TaskService
Unclaim a existing Task which was claimed and owned by you before.
cancelClaim(String, boolean) - Method in interface pro.taskana.TaskService
Unclaim a existing Task which was claimed and owned by you before.
categoryIn(String...) - Method in interface pro.taskana.ClassificationQuery
Add your category to your query.
categoryIn(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
CategoryReport - Class in pro.taskana.impl.report.impl
TODO.
CategoryReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.impl.report.impl.CategoryReport
 
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, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
 
claim(String) - Method in interface pro.taskana.TaskService
Claim an existing task for the current user.
claim(String, boolean) - 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.impl.TaskUpdateOnClassificationChangeExecutor
 
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
 
classificationCategories - 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.
classificationIdIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
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
 
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.
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.impl.report.impl
The ClassificationReport extends the Report.
ClassificationReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.impl.report.impl.ClassificationReport
 
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.impl.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.impl.report.Report
 
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, boolean) - 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.
completeTask(String, boolean) - Method in interface pro.taskana.TaskService
Complete a claimed Task 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.impl.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
 
countQueryWorkbasketAccessItems(WorkbasketAccessItemQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
countQueryWorkbaskets(WorkbasketQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
countTasksInWorkbasket(String) - Method in interface pro.taskana.mappings.TaskMapper
 
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
 
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.
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.impl.report.impl.DetailedClassificationReport
 
createReportRow(int) - Method in class pro.taskana.impl.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.
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.
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 interface pro.taskana.ClassificationQuery
Add custom1 to your query.
custom1In(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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 interface pro.taskana.ClassificationQuery
Add custom1 to your query.
custom1Like(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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 interface pro.taskana.ClassificationQuery
Add custom2 to your query.
custom2In(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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 interface pro.taskana.ClassificationQuery
Add custom2 to your query.
custom2Like(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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 interface pro.taskana.ClassificationQuery
Add custom3 to your query.
custom3In(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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 interface pro.taskana.ClassificationQuery
Add custom3 to your query.
custom3Like(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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 interface pro.taskana.ClassificationQuery
Add custom4 to your query.
custom4In(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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 interface pro.taskana.ClassificationQuery
Add custom4 to your query.
custom4Like(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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.
custom5In(String...) - Method in interface pro.taskana.ClassificationQuery
Add custom5 to your query.
custom5In(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
custom5Like(String...) - Method in interface pro.taskana.ClassificationQuery
Add custom5 to your query.
custom5Like(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
custom6In(String...) - Method in interface pro.taskana.ClassificationQuery
Add custom6 to your query.
custom6In(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
custom6Like(String...) - Method in interface pro.taskana.ClassificationQuery
Add custom6 to your query.
custom6Like(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
custom7In(String...) - Method in interface pro.taskana.ClassificationQuery
Add custom7 to your query.
custom7In(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
custom7Like(String...) - Method in interface pro.taskana.ClassificationQuery
Add custom7 to your query.
custom7Like(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
custom8In(String...) - Method in interface pro.taskana.ClassificationQuery
Add custom8 to your query.
custom8In(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
custom8Like(String...) - Method in interface pro.taskana.ClassificationQuery
Add custom8 to your query.
custom8Like(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 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.impl.report.impl
TODO.
CustomFieldValueReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.impl.report.impl.CustomFieldValueReport
 
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.impl
Uses DaysToWorkingDaysConverter to convert an <Item>s age to working days.
DaysToWorkingDaysPreProcessor(List<TimeIntervalColumnHeader>, boolean) - Constructor for class pro.taskana.impl.report.impl.DaysToWorkingDaysPreProcessor
 
DbSchemaCreator - Class in pro.taskana.configuration
This class create the schema for taskana.
DbSchemaCreator(DataSource) - Constructor for class pro.taskana.configuration.DbSchemaCreator
 
dbScriptRunner - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
delete(String, String) - Method in interface pro.taskana.mappings.DistributionTargetMapper
 
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
 
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, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
 
deleteTask(String) - Method in interface pro.taskana.TaskService
Deletes the task with the given Id.
deleteTask(String, boolean) - 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.
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 - Class in pro.taskana.impl.report.impl
The DetailedClassificationReport is a functional extension of the ClassificationReport.
DetailedClassificationReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.impl.report.impl.DetailedClassificationReport
 
DetailedMonitorQueryItem - Class in pro.taskana.impl.report.impl
The DetailedMonitorQueryItem extends the MonitorQueryItem.
DetailedMonitorQueryItem() - Constructor for class pro.taskana.impl.report.impl.DetailedMonitorQueryItem
 
DetailedReportRow - Class in pro.taskana.impl.report.impl
The DetailedReportRow extends the ReportRow.
DetailedReportRow(int) - Constructor for class pro.taskana.impl.report.impl.DetailedReportRow
 
DIMENSION_CLASSIFICATION_CATEGORY - Static variable in interface pro.taskana.TaskMonitorService
 
DIMENSION_CLASSIFICATION_KEY - Static variable in interface pro.taskana.TaskMonitorService
 
DIMENSION_WORKBASKET_KEY - Static variable in interface pro.taskana.TaskMonitorService
 
DistributionTargetMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of distribution targets.
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(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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.ObjectReference
 
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
 

F

filterTaskIdsForNotCompleted(List<String>) - Method in interface pro.taskana.mappings.TaskMapper
 
findAll() - Method in interface pro.taskana.mappings.ObjectReferenceMapper
 
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
 
findByDistributionTargets(String) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
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
 
findByPermission(List<WorkbasketPermission>, String) - Method in interface pro.taskana.mappings.WorkbasketMapper
 
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
 
findExistingTasks(List<String>) - Method in interface pro.taskana.mappings.TaskMapper
 
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.impl.TaskStatusColumnHeader
 
fits(MonitorQueryItem) - Method in class pro.taskana.impl.report.impl.TimeIntervalColumnHeader
 
fits(Item) - Method in interface pro.taskana.impl.report.ReportColumnHeader
 
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
 
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.impl.MonitorQueryItem
 
getAllClassificationsWithKey(String, String) - Method in interface pro.taskana.mappings.ClassificationMapper
 
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.impl.Job
 
getAttachment(String) - Method in interface pro.taskana.mappings.AttachmentMapper
 
getAttachmentKey() - Method in class pro.taskana.impl.report.impl.DetailedMonitorQueryItem
 
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.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
 
getCategoryReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getCategoryReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getCategoryReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getCategoryReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.TaskMonitorService
Returns a CategoryReport grouped by categories.
getCategoryReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in interface pro.taskana.TaskMonitorService
Returns a CategoryReport grouped by categories.
getCategoryReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in interface pro.taskana.TaskMonitorService
Returns a CategoryReport grouped by categories.
getCells() - Method in class pro.taskana.impl.report.ReportRow
 
getChannel() - Method in interface pro.taskana.Attachment
Returns the Channel on which the attachment was received.
getChannel() - Method in class pro.taskana.impl.AttachmentImpl
 
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
 
getClassificationCategories() - 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
 
getClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.TaskMonitorService
Returns a ClassificationReport grouped by classifications.
getClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in interface pro.taskana.TaskMonitorService
Returns a ClassificationReport grouped by classifications.
getClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in interface pro.taskana.TaskMonitorService
Returns a ClassificationReport grouped by classification.
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
 
getColumnHeaders() - Method in class pro.taskana.impl.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
 
getCompany() - Method in class pro.taskana.impl.ObjectReference
 
getCompany() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getCompleted() - Method in class pro.taskana.impl.Job
 
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.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.Job
 
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 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 class pro.taskana.impl.ClassificationImpl
 
getCustom1() - Method in class pro.taskana.impl.TaskImpl
 
getCustom1() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom1() - Method in interface pro.taskana.Workbasket
Return the value for the custom1 attribute.
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 class pro.taskana.impl.ClassificationImpl
 
getCustom2() - Method in class pro.taskana.impl.TaskImpl
 
getCustom2() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom2() - Method in interface pro.taskana.Workbasket
Return the value for the custom2 attribute.
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 class pro.taskana.impl.ClassificationImpl
 
getCustom3() - Method in class pro.taskana.impl.TaskImpl
 
getCustom3() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom3() - Method in interface pro.taskana.Workbasket
Return the value for the custom3 attribute.
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 class pro.taskana.impl.ClassificationImpl
 
getCustom4() - Method in class pro.taskana.impl.TaskImpl
 
getCustom4() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom4() - Method in interface pro.taskana.Workbasket
Return the value for the custom4 attribute.
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 class pro.taskana.impl.ClassificationImpl
 
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 class pro.taskana.impl.ClassificationImpl
 
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 class pro.taskana.impl.ClassificationImpl
 
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 class pro.taskana.impl.ClassificationImpl
 
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<String, String>, String) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getCustomAttributeValuesForReport(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<String, String>, String) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getCustomAttributeValuesForReport(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, Map<String, String>, String) - Method in interface pro.taskana.TaskMonitorService
Returns a list of distinct custom attribute values for the selection from the entire task pool.
getCustomFieldValueReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getCustomFieldValueReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getCustomFieldValueReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getCustomFieldValueReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.TaskMonitorService
Returns a CustomFieldValueReport grouped by the value of a certain CustomField.
getCustomFieldValueReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in interface pro.taskana.TaskMonitorService
Returns a CustomFieldValueReport grouped by the value of a certain CustomField.
getCustomFieldValueReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in interface pro.taskana.TaskMonitorService
Returns a CustomFieldValueReport grouped by the value of a certain CustomField.
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
 
getDetailedClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getDetailedClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getDetailedClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getDetailedClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.TaskMonitorService
getDetailedClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in interface pro.taskana.TaskMonitorService
getDetailedClassificationReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in interface pro.taskana.TaskMonitorService
getDetailRows() - Method in class pro.taskana.impl.report.impl.DetailedReportRow
 
getDisplayName() - Method in class pro.taskana.impl.report.impl.TaskStatusColumnHeader
 
getDisplayName() - Method in class pro.taskana.impl.report.impl.TimeIntervalColumnHeader
 
getDisplayName() - Method in interface pro.taskana.impl.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.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 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.impl.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.impl.BulkOperationResults
Returning a list of current errors as map.
getExecutor() - Method in class pro.taskana.impl.Job
 
getFailedIds() - Method in class pro.taskana.impl.BulkOperationResults
Returns the IDs of the Object with failed requests.
getGroupIds() - Static method in class pro.taskana.security.CurrentUserContext
 
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.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.ObjectReference
 
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 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
 
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.impl.Job
 
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.impl.MonitorQueryItem
 
getKey() - Method in class pro.taskana.impl.report.impl.TaskQueryItem
 
getKey() - Method in interface pro.taskana.impl.report.QueryItem
 
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.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
 
getLowerAgeLimit() - Method in class pro.taskana.impl.report.impl.TimeIntervalColumnHeader
 
getLowerAgeLimit() - Method in class pro.taskana.impl.SelectedItem
 
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.
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 class pro.taskana.impl.AttachmentImpl
 
getOrderBy() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOrderBy() - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
getOrderBy() - 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 task.
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 task.
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 task.
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 task.
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.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
 
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.
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
 
getPorCompanyIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorCompanyLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
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
 
getPorTypeIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorTypeLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
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 lassification.
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 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.impl.report.Report
 
getRoleMap() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getRow(String) - Method in class pro.taskana.impl.report.impl.DetailedClassificationReport
 
getRow(String) - Method in class pro.taskana.impl.report.Report
 
getRowDesc() - Method in class pro.taskana.impl.report.Report
 
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.
getStarted() - Method in class pro.taskana.impl.Job
 
getState() - Method in class pro.taskana.impl.Job
 
getState() - Method in class pro.taskana.impl.report.impl.TaskQueryItem
 
getState() - Method in class pro.taskana.impl.TaskImpl
 
getState() - Method in class pro.taskana.impl.TaskSummaryImpl
 
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.impl.report.Report
 
getSystem() - Method in class pro.taskana.impl.ObjectReference
 
getSystem() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getSystemInstance() - Method in class pro.taskana.impl.ObjectReference
 
getSystemInstance() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
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
 
getTaskCountOfCategories(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskCountOfClassifications(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskCountOfCustomFieldValues(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskCountOfDetailedClassifications(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskCountOfWorkbaskets(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - 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.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>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean, List<SelectedItem>, String) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getTaskIdsForSelectedItems(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, CustomField, List<String>, String, List<SelectedItem>, boolean) - Method in interface pro.taskana.mappings.TaskMonitorMapper
 
getTaskIdsForSelectedItems(List<String>, List<TaskState>, List<String>, List<String>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean, List<SelectedItem>, String) - Method in interface pro.taskana.TaskMonitorService
Returns a list of all task ids in the selected items of a Report.
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
 
getTaskStatusReport() - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getTaskStatusReport(List<String>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getTaskStatusReport(List<String>, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getTaskStatusReport() - Method in interface pro.taskana.TaskMonitorService
getTaskStatusReport(List<String>) - Method in interface pro.taskana.TaskMonitorService
getTaskStatusReport(List<String>, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
Returns a TaskStatusReport.
getTotalValue() - Method in class pro.taskana.impl.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.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.ObjectReference
 
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 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.impl.TimeIntervalColumnHeader
 
getUpperAgeLimit() - Method in class pro.taskana.impl.SelectedItem
 
getUseManagedTransactions() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
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.ObjectReference
 
getValue() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getValue() - Method in class pro.taskana.impl.report.impl.MonitorQueryItem
 
getValue() - Method in class pro.taskana.impl.report.impl.TaskQueryItem
 
getValue() - Method in interface pro.taskana.impl.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.impl.TaskImpl
 
getWorkbasketKey() - Method in interface pro.taskana.Task
Returns the key of the Workbasket where the task is stored in.
getWorkbasketKeyDomainIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getWorkbasketLevelReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getWorkbasketLevelReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getWorkbasketLevelReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getWorkbasketLevelReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>) - Method in interface pro.taskana.TaskMonitorService
Returns a WorkbasketLevelReport grouped by workbaskets.
getWorkbasketLevelReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>) - Method in interface pro.taskana.TaskMonitorService
Returns a WorkbasketLevelReport grouped by workbaskets.
getWorkbasketLevelReport(List<String>, List<TaskState>, List<String>, List<String>, CustomField, List<String>, List<TimeIntervalColumnHeader>, boolean) - Method in interface pro.taskana.TaskMonitorService
Returns a WorkbasketLevelReport grouped by workbaskets.
getWorkbaskets(List<WorkbasketPermission>) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbaskets(List<WorkbasketPermission>) - Method in interface pro.taskana.WorkbasketService
This method returns the workbaskets for which the current user has all permissions specified in the permissions list.
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.ObjectReference
 
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
 

I

IdGenerator - Class in pro.taskana.impl.util
This class contains util emthods for generating ids.
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(List<TimeIntervalColumnHeader>) - Static method in class pro.taskana.impl.DaysToWorkingDaysConverter
Initializes the DaysToWorkingDaysConverter for a list of TimeIntervalColumnHeaders and the current day.
initialize(List<TimeIntervalColumnHeader>, Instant) - Static method in class pro.taskana.impl.DaysToWorkingDaysConverter
Initializes the DaysToWorkingDaysConverter for a list of TimeIntervalColumnHeaders and a referenceDate.
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(Job) - 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
 
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
 
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
 
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
 
isJoinWithAccessList() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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
 
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
 

J

Job - Class in pro.taskana.impl
This class holds all data that go into the Job table.
Job() - Constructor for class pro.taskana.impl.Job
 
Job.State - Enum in pro.taskana.impl
This enum tracks the state of a job.
JobMapper - Interface in pro.taskana.mappings
This class is the mybatis mapping of the JOB table.
JobRunner - Class in pro.taskana.impl
This is the runner for all jobs scheduled in the Job table.
JobRunner(TaskanaEngine) - Constructor for class pro.taskana.impl.JobRunner
 

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
 
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.
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
 
LoggerUtils - Class in pro.taskana.impl.util
Utility methods for logging.

M

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
 
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.impl
The MonitorQueryItem entity contains the number of tasks for a key (e.g.
MonitorQueryItem() - Constructor for class pro.taskana.impl.report.impl.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
 
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.impl
ObjectReference entity.
ObjectReference() - Constructor for class pro.taskana.impl.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 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
 
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 interface pro.taskana.ClassificationQuery
Sort the query result by custom property 1.
orderByCustom1(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustom1(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom1(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByCustom1(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom1 value.
orderByCustom1(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by custom property 1.
orderByCustom10(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom10(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom10 value.
orderByCustom2(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by custom property 2.
orderByCustom2(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustom2(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom2(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByCustom2(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom2 value.
orderByCustom2(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by custom property 2.
orderByCustom3(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by custom property 3.
orderByCustom3(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustom3(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom3(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByCustom3(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom3 value.
orderByCustom3(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by custom property 3.
orderByCustom4(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by custom property 4.
orderByCustom4(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustom4(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom4(BaseQuery.SortDirection) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
orderByCustom4(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom4 value.
orderByCustom4(BaseQuery.SortDirection) - Method in interface pro.taskana.WorkbasketQuery
Sort the query result by custom property 4.
orderByCustom5(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by custom property 5.
orderByCustom5(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustom5(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom5(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom5 value.
orderByCustom6(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by custom property 6.
orderByCustom6(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustom6(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom6(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom6 value.
orderByCustom7(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by custom property 7.
orderByCustom7(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustom7(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom7(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom7 value.
orderByCustom8(BaseQuery.SortDirection) - Method in interface pro.taskana.ClassificationQuery
Sort the query result by custom property 8.
orderByCustom8(BaseQuery.SortDirection) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
orderByCustom8(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom8(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom8 value.
orderByCustom9(BaseQuery.SortDirection) - Method in class pro.taskana.impl.TaskQueryImpl
 
orderByCustom9(BaseQuery.SortDirection) - Method in interface pro.taskana.TaskQuery
This method sorts the query result according to the custom9 value.
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 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
 
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 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 interface pro.taskana.TaskQuery
This method sorts the query result according to the 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

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
 
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
 
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.impl.TaskUpdateOnClassificationChangeExecutor
 
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.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.report.impl - package pro.taskana.impl.report.impl
 
pro.taskana.impl.util - package pro.taskana.impl.util
 
pro.taskana.mappings - package pro.taskana.mappings
 
pro.taskana.security - package pro.taskana.security
 
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.impl.report
A QueryItem is en entity on which a Report is based on.
QueryItemPreprocessor<Item extends QueryItem> - Interface in pro.taskana.impl.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
 
queryWorkbasketAccessItemColumnValues(WorkbasketAccessItemQueryImpl) - Method in interface pro.taskana.mappings.QueryMapper
 
queryWorkbasketAccessItems(WorkbasketAccessItemQueryImpl) - 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.
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.impl.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.impl.report.Report
 
ReportColumnHeader<Item extends QueryItem> - Interface in pro.taskana.impl.report
A ReportColumnHeader is an element of a Report.
ReportRow<Item extends QueryItem> - Class in pro.taskana.impl.report
A ReportRow represents a row in a Report.
ReportRow(int) - Constructor for class pro.taskana.impl.report.ReportRow
 
roleMap - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
rolesSeparator - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
rowSize() - Method in class pro.taskana.impl.report.Report
 
rowTitles() - Method in class pro.taskana.impl.report.Report
 
run() - Method in class pro.taskana.configuration.DbSchemaCreator
Run all db scripts.
runJobs() - Method in class pro.taskana.impl.JobRunner
 
runSingleJob(Job, TaskanaEngineImpl) - Method in interface pro.taskana.impl.SingleJobExecutor
 
runSingleJob(Job, TaskanaEngineImpl) - Method in class pro.taskana.impl.TaskUpdateOnClassificationChangeExecutor
 

S

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.impl.TaskUpdateOnClassificationChangeExecutor
 
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
 
sessionFactory - Variable in class pro.taskana.impl.TaskanaEngineImpl
 
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.
setAgeInDays(int) - Method in class pro.taskana.impl.report.impl.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.impl.Job
 
setAttachmentKey(String) - Method in class pro.taskana.impl.report.impl.DetailedMonitorQueryItem
 
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.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
 
setClaimed(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setClaimed(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setClassificationCategories(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
 
setCompany(String) - Method in class pro.taskana.impl.ObjectReference
 
setCompany(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setCompleted(Instant) - Method in class pro.taskana.impl.Job
 
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.impl.TaskQueryItem
 
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.Job
 
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
 
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 class pro.taskana.impl.ClassificationImpl
 
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(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 class pro.taskana.impl.ClassificationImpl
 
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(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 class pro.taskana.impl.ClassificationImpl
 
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(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 class pro.taskana.impl.ClassificationImpl
 
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(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 class pro.taskana.impl.ClassificationImpl
 
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 class pro.taskana.impl.ClassificationImpl
 
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 class pro.taskana.impl.ClassificationImpl
 
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 class pro.taskana.impl.ClassificationImpl
 
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.impl.ClassificationImpl
 
setDomain(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setDomain(String) - Method in class pro.taskana.impl.report.impl.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
 
setEnd(Instant) - Method in class pro.taskana.TimeInterval
 
setExecutor(String) - Method in class pro.taskana.impl.Job
 
setGermanPublicHolidaysEnabled(boolean) - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
setGermanPublicHolidaysEnabled(boolean) - Static method in class pro.taskana.impl.DaysToWorkingDaysConverter
 
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.ObjectReference
 
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
 
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.impl.Job
 
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.impl.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
 
setLowerAgeLimit(int) - Method in class pro.taskana.impl.SelectedItem
 
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.impl.MonitorQueryItem
 
setObjectReference(ObjectReference) - Method in interface pro.taskana.Attachment
Sets the primaryObjectReference of the attachment.
setObjectReference(ObjectReference) - Method in class pro.taskana.impl.AttachmentImpl
 
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.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
 
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.
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
 
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
 
setRoleMap(Map<TaskanaRole, Set<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
 
setStarted(Instant) - Method in class pro.taskana.impl.Job
 
setState(Job.State) - Method in class pro.taskana.impl.Job
 
setState(TaskState) - Method in class pro.taskana.impl.report.impl.TaskQueryItem
 
setState(TaskState) - Method in class pro.taskana.impl.TaskImpl
 
setState(TaskState) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setSubKey(String) - Method in class pro.taskana.impl.SelectedItem
 
setSystem(String) - Method in class pro.taskana.impl.ObjectReference
 
setSystem(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setSystemInstance(String) - Method in class pro.taskana.impl.ObjectReference
 
setSystemInstance(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
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.impl.ClassificationImpl
 
setType(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setType(String) - Method in class pro.taskana.impl.ObjectReference
 
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(WorkbasketType) - Method in interface pro.taskana.Workbasket
Sets the type of the workbasket.
setUpperAgeLimit(int) - Method in class pro.taskana.impl.SelectedItem
 
setValue(String) - Method in class pro.taskana.impl.ObjectReference
 
setValue(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
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.impl.TaskImpl
 
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
 
SingleJobExecutor - Interface in pro.taskana.impl
This interface must be implemented by classes that execut a single job.
stateIn(TaskState...) - Method in class pro.taskana.impl.TaskQueryImpl
 
stateIn(TaskState...) - Method in interface pro.taskana.TaskQuery
Add your state to 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
 
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.
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
 
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) - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
 
TaskanaEngineConfiguration(DataSource, boolean, boolean) - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
 
TaskanaEngineConfiguration(DataSource, boolean, boolean, 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
 
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
 
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
 
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.impl
The TaskQueryItem entity contains the number of tasks for a domain which have a specific state.
TaskQueryItem() - Constructor for class pro.taskana.impl.report.impl.TaskQueryItem
 
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.impl
The TaskStatusColumnHeader represents a column for each TaskState.
TaskStatusColumnHeader(TaskState) - Constructor for class pro.taskana.impl.report.impl.TaskStatusColumnHeader
 
TaskStatusReport - Class in pro.taskana.impl.report.impl
The TaskStatusReport displays the amount of tasks, differentiated by their state and grouped by domain.
TaskStatusReport() - Constructor for class pro.taskana.impl.report.impl.TaskStatusReport
 
TaskStatusReport(List<TaskState>) - Constructor for class pro.taskana.impl.report.impl.TaskStatusReport
 
TaskSummary - Interface in pro.taskana
Interface for TaskSummary.
TaskSummaryImpl - Class in pro.taskana.impl
Entity which contains the most important informations about a Task.
TaskUpdateOnClassificationChangeExecutor - Class in pro.taskana.impl
This class performs task updates if a classification is changed.
TaskUpdateOnClassificationChangeExecutor() - Constructor for class pro.taskana.impl.TaskUpdateOnClassificationChangeExecutor
 
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.impl
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.impl.TimeIntervalColumnHeader
 
TimeIntervalColumnHeader(int, int) - Constructor for class pro.taskana.impl.report.impl.TimeIntervalColumnHeader
 
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.Job
 
toString() - Method in class pro.taskana.impl.MinimalTaskSummary
 
toString() - Method in class pro.taskana.impl.ObjectReference
 
toString() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
toString() - Method in class pro.taskana.impl.report.impl.TaskStatusColumnHeader
 
toString() - Method in class pro.taskana.impl.report.impl.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.KeyDomain
 
toString() - Method in class pro.taskana.TimeInterval
 
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.
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(Job) - 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.impl.DetailedReportRow
 
updateTotalValue(Item) - Method in class pro.taskana.impl.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
 
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.impl.Job.State
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.impl.Job.State
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

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
WorkbasketAccessItem Entity.
WorkbasketAccessItemQuery - Interface in pro.taskana
WorkbasketAccessItemQuery for generating dynamic sql.
WorkbasketAccessItemQueryImpl - Class in pro.taskana.impl
WorkbasketAccessItemQuery 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
 
workbasketIdIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
workbasketIdIn(String...) - Method in class pro.taskana.impl.WorkbasketAccessItemQueryImpl
 
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
 
workbasketKeyDomainIn(KeyDomain...) - Method in class pro.taskana.impl.TaskQueryImpl
 
workbasketKeyDomainIn(KeyDomain...) - Method in interface pro.taskana.TaskQuery
Add your workbasket key to the query.
WorkbasketLevelReport - Class in pro.taskana.impl.report.impl
TODO.
WorkbasketLevelReport(List<TimeIntervalColumnHeader>) - Constructor for class pro.taskana.impl.report.impl.WorkbasketLevelReport
 
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.
WorkbasketService - Interface in pro.taskana
This service manages Workbaskets.
WorkbasketServiceImpl - Class in pro.taskana.impl
This is the implementation of WorkbasketService.
WorkbasketServiceImpl() - Constructor for class pro.taskana.impl.WorkbasketServiceImpl
 
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.
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.