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

A

accessIdsHavePersmission(WorkbasketAuthorization, String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
accessIdsHavePersmission(WorkbasketAuthorization, 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.
addAttachment(Attachment) - Method in class pro.taskana.impl.TaskImpl
 
addAttachment(Attachment) - Method in interface pro.taskana.Task
Add an attachment.
addAttachmentSummary(AttachmentSummary) - Method in class pro.taskana.impl.TaskSummaryImpl
 
addMember(Principal) - Method in class pro.taskana.security.GroupPrincipal
 
applicationEntryPoint(String...) - Method in interface pro.taskana.ClassificationQuery
Add your applicationEntryPoint to your query.
applicationEntryPoint(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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.model.mappings
This class is the mybatis mapping of Attachment.
AttachmentSummary - Interface in pro.taskana
Interface for AttachmentSummaries.
AttachmentSummaryImpl - Class in pro.taskana.impl
The most important fields of the Attachment entity.
AttachmentSummaryImpl() - Constructor for class pro.taskana.impl.AttachmentSummaryImpl
 
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.
buildTaskanaEngine() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
This method creates the TaskanaEngine without an sqlSessionFactory.

C

callerHasPermission(WorkbasketAuthorization) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
callerHasPermission(WorkbasketAuthorization) - Method in interface pro.taskana.WorkbasketQuery
Setting up the permissions for the accessIds of the CurrentUserContext.
category(String...) - Method in interface pro.taskana.ClassificationQuery
Add your category to your query.
category(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
checkAuthorization(String, WorkbasketAuthorization) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
checkAuthorization(String, WorkbasketAuthorization) - Method in interface pro.taskana.WorkbasketService
This method checks the authorization with the saved one for the actual User.
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.
Classification - Interface in pro.taskana
Interface used to specify the Classification-Model.
CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.model.mappings.QueryMapper
 
CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.model.mappings.TaskMapper
 
CLASSIFICATION_FINDBYKEYANDDOMAIN - Static variable in interface pro.taskana.model.mappings.QueryMapper
 
CLASSIFICATION_FINDBYKEYANDDOMAIN - Static variable in interface pro.taskana.model.mappings.TaskMapper
 
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
 
ClassificationImpl - Class in pro.taskana.impl
Classification entity.
classificationKeyIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
classificationKeyIn(String...) - Method in interface pro.taskana.TaskQuery
Add your classificationKey to your query.
ClassificationMapper - Interface in pro.taskana.model.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) - 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.
ClassificationQueryImpl(TaskanaEngine) - Constructor for class pro.taskana.impl.ClassificationQueryImpl
 
ClassificationService - Interface in pro.taskana
This class manages the classifications.
ClassificationServiceImpl - Class in pro.taskana.impl
This is the implementation of ClassificationService.
ClassificationServiceImpl(TaskanaEngine, ClassificationMapper) - Constructor for class pro.taskana.impl.ClassificationServiceImpl
 
ClassificationSummary - Interface in pro.taskana
Interface for ClassificationSummaries.
ClassificationSummaryImpl - Class in pro.taskana.impl
Implementation for the short summaries of a classification entity.
ClassificationSummaryImpl() - Constructor for class pro.taskana.impl.ClassificationSummaryImpl
 
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.
company(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
company(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your company 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.
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
 
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
 
created(Instant...) - Method in interface pro.taskana.ClassificationQuery
Add your created-Dates to your query.
created(Instant...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
createdAfter(Instant) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
createdAfter(Instant) - Method in interface pro.taskana.WorkbasketQuery
Add your createdAfter-Date to your query.
createDatasource(String, String, String, String) - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
This method creates a PooledDataSource, if the needed properties are provided.
createdBefore(Instant) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
createdBefore(Instant) - Method in interface pro.taskana.WorkbasketQuery
Add your createdBefore-Date to your query.
createDefaultDataSource() - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
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.
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.
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.
createWorkbasketAuthorization(WorkbasketAccessItem) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
createWorkbasketAuthorization(WorkbasketAccessItem) - Method in interface pro.taskana.WorkbasketService
Create and persist a new Workbasket Authorization with a Workbasket and a AccessId.
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.
CurrentUserContext - Class in pro.taskana.security
Provides the context information about the current (calling) user.
customFields(String...) - Method in interface pro.taskana.ClassificationQuery
Add your customFields to your query.
customFields(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
customFieldsIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
customFieldsIn(String...) - Method in interface pro.taskana.TaskQuery
Filter the custom fields with this query.

D

dataSource - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
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.model.mappings.DistributionTargetMapper
 
delete(String) - Method in interface pro.taskana.model.mappings.ObjectReferenceMapper
 
delete(String) - Method in interface pro.taskana.model.mappings.TaskMapper
 
delete(String) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
delete(String) - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
deleteMultiple(String, List<String>) - Method in interface pro.taskana.model.mappings.DistributionTargetMapper
 
deleteWorkbasketAuthorization(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
deleteWorkbasketAuthorization(String) - Method in interface pro.taskana.WorkbasketService
Deletes a specific authorization.
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.
DistributionTargetMapper - Interface in pro.taskana.model.mappings
This class is the mybatis mapping of distribution targets.
domain(String...) - Method in interface pro.taskana.ClassificationQuery
Add your domains to your query which are used as filter.
domain(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
domainIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
domainIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
domainIn(String...) - Method in interface pro.taskana.TaskQuery
Add your domain to the query.
domainIn(String...) - Method in interface pro.taskana.WorkbasketQuery
Add your domains to your query.
DueWorkbasketCounter - Class in pro.taskana.model
DueWorkbasketCounter entity.
DueWorkbasketCounter() - Constructor for class pro.taskana.model.DueWorkbasketCounter
 

E

equals(Object) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
equals(Object) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
equals(Object) - Method in class pro.taskana.impl.TaskSummaryImpl
 
equals(Object) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
equals(Object) - Method in class pro.taskana.model.ObjectReference
 

F

findAll() - Method in interface pro.taskana.model.mappings.ObjectReferenceMapper
 
findAll() - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
findAll() - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
findAttachmentsByTaskId(String) - Method in interface pro.taskana.model.mappings.AttachmentMapper
 
findAttachmentSummariesByTaskIds(String[]) - Method in interface pro.taskana.model.mappings.AttachmentMapper
 
findByAccessId(String) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
findByDistributionTargets(String) - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
findById(String) - Method in interface pro.taskana.model.mappings.ObjectReferenceMapper
 
findById(String) - Method in interface pro.taskana.model.mappings.TaskMapper
 
findById(String) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
findById(String) - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
findByKey(String) - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
findByKeyAndDomain(String, String) - Method in interface pro.taskana.model.mappings.ClassificationMapper
 
findByObjectReference(ObjectReference) - Method in interface pro.taskana.model.mappings.ObjectReferenceMapper
 
findByPermission(List<WorkbasketAuthorization>, String) - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
findBySourceId(String) - Method in interface pro.taskana.model.mappings.DistributionTargetMapper
 
findByTask(String, String) - Method in interface pro.taskana.model.mappings.ClassificationMapper
 
findByWorkbasketAndAccessIdAndAuthorizations(String, List<String>, String) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
findByWorkbasketKey(String) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
findSummaryByKey(String) - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
findTasksByWorkbasketIdAndState(String, TaskState) - Method in interface pro.taskana.model.mappings.TaskMapper
 
findTaskSummariesByWorkbasketKey(String) - Method in interface pro.taskana.model.mappings.TaskMapper
 

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.WorkbasketQueryImpl
 
getAccessId() - Method in class pro.taskana.model.WorkbasketAccessItem
 
getAccessIds() - Static method in class pro.taskana.security.CurrentUserContext
 
getAllAuthorizations() - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getAllAuthorizations() - Method in interface pro.taskana.WorkbasketService
Get all authorizations of the workbasket.
getAllClassifications(String, String) - Method in interface pro.taskana.ClassificationService
Get all ClassificationSummaries with the given key.
getAllClassifications(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
getAllClassificationsWithKey(String, String) - Method in interface pro.taskana.model.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
 
getApplicationEntryPoint() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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
 
getAuthorization() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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.
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
 
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.
getClassification(String, String) - Method in interface pro.taskana.ClassificationService
Get the Classification for key and domain.
getClassification(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
getClassificationKey() - Method in class pro.taskana.impl.TaskImpl
 
getClassificationKey() - Method in class pro.taskana.impl.TaskQueryImpl
 
getClassificationService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getClassificationService() - Method in interface pro.taskana.TaskanaEngine
The ClassificationService can be used for operations on all Categories.
getClassificationSummary() - Method in interface pro.taskana.Attachment
Returns the classification summary of the attachment.
getClassificationSummary() - Method in interface pro.taskana.AttachmentSummary
Gets the classificationSummary of the attachment.
getClassificationSummary() - Method in class pro.taskana.impl.AttachmentImpl
 
getClassificationSummary() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getClassificationSummary() - Method in class pro.taskana.impl.TaskImpl
 
getClassificationSummary() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getClassificationSummary() - Method in interface pro.taskana.Task
Returns the ClassificationSummary of the task.
getClassificationSummary() - Method in interface pro.taskana.TaskSummary
Gets the classification summary of the task.
getClassificationSummaryImpl() - Method in class pro.taskana.impl.AttachmentImpl
 
getClassificationSummaryImpl() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getClassificationSummaryImpl() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getClassificationTree() - Method in interface pro.taskana.ClassificationService
Get all available Classification summaries as a tree.
getClassificationTree() - Method in class pro.taskana.impl.ClassificationServiceImpl
 
getCompany() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getCompany() - Method in class pro.taskana.model.ObjectReference
 
getCompleted() - Method in class pro.taskana.impl.TaskImpl
 
getCompleted() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCompleted() - Method in interface pro.taskana.Task
Returns the time when the task was set into TaskState.COMPLETED.
getCompleted() - Method in interface pro.taskana.TaskSummary
Gets the time when the task was completed.
getConfiguration() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getConfiguration() - Method in interface pro.taskana.TaskanaEngine
The Taskana configuration.
getCount() - Method in class pro.taskana.model.ReportLineItem
 
getCounter() - Method in class pro.taskana.model.TaskStateCounter
 
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 Date 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.ClassificationQueryImpl
 
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.
getCreatedAfter() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCreatedBefore() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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.TaskSummaryImpl
 
getCustom1() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom1() - Method in interface pro.taskana.Task
Return the value for the 1.
getCustom1() - Method in interface pro.taskana.TaskSummary
Gets the custom1 property of the task.
getCustom1() - Method in interface pro.taskana.Workbasket
Return the value for the custom1 attribute.
getCustom10() - Method in class pro.taskana.impl.TaskImpl
 
getCustom10() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCustom10() - Method in interface pro.taskana.Task
Return the value for the 10.
getCustom10() - Method in interface pro.taskana.TaskSummary
Gets the custom10 property of the task.
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.TaskSummaryImpl
 
getCustom2() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom2() - Method in interface pro.taskana.Task
Return the value for the 2.
getCustom2() - Method in interface pro.taskana.TaskSummary
Gets the custom2 property of the task.
getCustom2() - Method in interface pro.taskana.Workbasket
Return the value for the custom2 attribute.
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.TaskSummaryImpl
 
getCustom3() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom3() - Method in interface pro.taskana.Task
Return the value for the 3.
getCustom3() - Method in interface pro.taskana.TaskSummary
Gets the custom3 property of the task.
getCustom3() - Method in interface pro.taskana.Workbasket
Return the value for the custom3 attribute.
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.TaskSummaryImpl
 
getCustom4() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom4() - Method in interface pro.taskana.Task
Return the value for the 4.
getCustom4() - Method in interface pro.taskana.TaskSummary
Gets the custom4 property of the task.
getCustom4() - Method in interface pro.taskana.Workbasket
Return the value for the custom4 attribute.
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
 
getCustom5() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCustom5() - Method in interface pro.taskana.Task
Return the value for the 5.
getCustom5() - Method in interface pro.taskana.TaskSummary
Gets the custom5 property of the task.
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
 
getCustom6() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCustom6() - Method in interface pro.taskana.Task
Return the value for the 6.
getCustom6() - Method in interface pro.taskana.TaskSummary
Gets the custom6 property of the task.
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
 
getCustom7() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCustom7() - Method in interface pro.taskana.Task
Return the value for the 7.
getCustom7() - Method in interface pro.taskana.TaskSummary
Gets the custom7 property of the task.
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
 
getCustom8() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCustom8() - Method in interface pro.taskana.Task
Return the value for the 8.
getCustom8() - Method in interface pro.taskana.TaskSummary
Gets the custom8 property of the task.
getCustom9() - Method in class pro.taskana.impl.TaskImpl
 
getCustom9() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getCustom9() - Method in interface pro.taskana.Task
Return the value for the 9.
getCustom9() - Method in interface pro.taskana.TaskSummary
Gets the custom9 property 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 collection of customAttributes with a max.
getCustomFields() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustomFields() - Method in class pro.taskana.impl.TaskQueryImpl
 
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.ClassificationQueryImpl
 
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.WorkbasketQueryImpl
 
getDescription() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getDescription() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getDetailLines() - Method in class pro.taskana.model.Report
 
getDetailLinesByWorkbasketIdsAndStates(List<Workbasket>, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
 
getDistributionTargets() - Method in class pro.taskana.impl.WorkbasketImpl
 
getDistributionTargets() - Method in interface pro.taskana.Workbasket
Returns a list of all distribution targets.
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 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.TaskQueryImpl
 
getDomain() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getDomain() - Method in class pro.taskana.impl.WorkbasketImpl
 
getDomain() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getDomain() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getDomain() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getDue() - Method in class pro.taskana.impl.TaskImpl
 
getDue() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getDue() - Method in class pro.taskana.model.DueWorkbasketCounter
 
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.
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 class pro.taskana.impl.AttachmentImpl
 
getId() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
getId() - Method in class pro.taskana.impl.ClassificationImpl
 
getId() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getId() - Method in class pro.taskana.impl.TaskImpl
 
getId() - Method in class pro.taskana.impl.WorkbasketImpl
 
getId() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getId() - Method in class pro.taskana.model.ObjectReference
 
getId() - Method in class pro.taskana.model.WorkbasketAccessItem
 
getId() - Method in class pro.taskana.model.WorkbasketSummary
 
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.WorkbasketSummary
Gets the id of the workbasket.
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
 
getKey() - Method in interface pro.taskana.Classification
 
getKey() - Method in interface pro.taskana.ClassificationSummary
Gets the key of the classification.
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.WorkbasketImpl
 
getKey() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getKey() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getKey() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getLineItems() - Method in class pro.taskana.model.ReportLine
 
getLowerLimit() - Method in class pro.taskana.model.ReportLineItemDefinition
 
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 class pro.taskana.impl.AttachmentImpl
 
getModified() - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
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.
getModifiedAfter() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getModifiedBefore() - 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.ClassificationQueryImpl
 
getName() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
getName() - Method in class pro.taskana.impl.TaskImpl
 
getName() - Method in class pro.taskana.impl.TaskQueryImpl
 
getName() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getName() - Method in class pro.taskana.impl.WorkbasketImpl
 
getName() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getName() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getName() - Method in class pro.taskana.model.ReportLine
 
getName() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getNote() - Method in class pro.taskana.impl.TaskImpl
 
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
 
getObjectReference() - Method in interface pro.taskana.Attachment
Returns the primaryObjectReference of the attachment.
getObjectReference() - Method in class pro.taskana.impl.AttachmentImpl
 
getOrgLevel1() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel1() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOrgLevel1() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getOrgLevel2() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel2() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOrgLevel2() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getOrgLevel3() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel3() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOrgLevel3() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getOrgLevel4() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel4() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOrgLevel4() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getOwner() - Method in class pro.taskana.impl.TaskImpl
 
getOwner() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOwner() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getOwner() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOwner() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOwner() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getOwner() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
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.
getParentClassificationKey() - Method in interface pro.taskana.Classification
Used to get the ID of the parent classification.
getParentClassificationKey() - Method in class pro.taskana.impl.ClassificationImpl
 
getParentClassificationKey() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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.
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 class pro.taskana.impl.ClassificationImpl
 
getPriority() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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.
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
 
getReportLineItemDefinition() - Method in class pro.taskana.model.ReportLineItem
 
getServiceLevel() - Method in interface pro.taskana.Classification
Get the current service level.
getServiceLevel() - Method in class pro.taskana.impl.ClassificationImpl
 
getServiceLevel() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getSessionFromStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
 
getSessionStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
With sessionStack, we maintain a Stack of SqlSessionManager objects on a per thread basis.
getState() - Method in class pro.taskana.impl.TaskImpl
 
getState() - Method in class pro.taskana.impl.TaskSummaryImpl
 
getState() - Method in class pro.taskana.model.TaskStateCounter
 
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.
getStates() - Method in class pro.taskana.impl.TaskQueryImpl
 
getSumLine() - Method in class pro.taskana.model.Report
 
getSystem() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getSystem() - Method in class pro.taskana.model.ObjectReference
 
getSystemInstance() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getSystemInstance() - Method in class pro.taskana.model.ObjectReference
 
getTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTask(String) - Method in interface pro.taskana.TaskService
Get the details of a task by Id without checking permissions.
getTaskanaEngine() - Method in class pro.taskana.impl.TaskQueryImpl
 
getTaskCountByWorkbasketAndDaysInPastAndState(long, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getTaskCountByWorkbasketAndDaysInPastAndState(long, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
Count all Tasks for all work basket objects where the due date is after "daysInPast" days from today in the past and the tasks are in specified states.
getTaskCountByWorkbasketIdAndDaysInPastAndState(Instant, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
 
getTaskCounter() - Method in class pro.taskana.model.DueWorkbasketCounter
 
getTaskCountForState(List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getTaskCountForState(List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
 
getTaskCountForState(List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
This method counts all tasks with a given state.
getTaskCountForWorkbasketByDaysInPastAndState(String, long, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getTaskCountForWorkbasketByDaysInPastAndState(String, Instant, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
 
getTaskCountForWorkbasketByDaysInPastAndState(String, long, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
Count all Tasks in a given work basket where the due date is after "daysInPast" days from today in the past and the tasks are in specified states.
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.TaskSummaryImpl
 
getTaskId() - Method in interface pro.taskana.TaskSummary
Gets the id of the task..
getTaskMonitorService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getTaskMonitorService() - Method in interface pro.taskana.TaskanaEngine
The TaskMonitorService can be used for monitoring Tasks.
getTasksByWorkbasketKeyAndState(String, TaskState) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTasksByWorkbasketKeyAndState(String, TaskState) - Method in interface pro.taskana.TaskService
Getting a list of all Task summaries which got matching workbasketIds and states.
getTaskService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getTaskService() - Method in interface pro.taskana.TaskanaEngine
The TaskService can be used for operations on all Tasks.
getTaskSummariesByWorkbasketKey(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTaskSummariesByWorkbasketKey(String) - Method in interface pro.taskana.TaskService
Getting a short summary of all tasks in a specific work basket.
getTotalCount() - Method in class pro.taskana.model.ReportLine
 
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.ObjectReferenceQueryImpl
 
getType() - Method in class pro.taskana.impl.WorkbasketImpl
 
getType() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getType() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
getType() - Method in class pro.taskana.model.ObjectReference
 
getType() - Method in class pro.taskana.model.WorkbasketSummary
 
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.
getUpperLimit() - Method in class pro.taskana.model.ReportLineItemDefinition
 
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.ObjectReferenceQueryImpl
 
getValue() - Method in class pro.taskana.model.ObjectReference
 
getWorkbasket(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbasket(String) - Method in interface pro.taskana.WorkbasketService
Get Workbasket for a given id.
getWorkbasketAuthorization(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbasketAuthorization(String) - Method in interface pro.taskana.WorkbasketService
This method get one WorkbasketAccessItem with an id.
getWorkbasketAuthorizations(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbasketAuthorizations(String) - Method in interface pro.taskana.WorkbasketService
Get all authorizations for a Workbasket.
getWorkbasketByKey(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbasketByKey(String) - Method in interface pro.taskana.WorkbasketService
Get Workbasket for a given key.
getWorkbasketId() - Method in class pro.taskana.model.DueWorkbasketCounter
 
getWorkbasketKey() - Method in class pro.taskana.impl.TaskImpl
 
getWorkbasketKey() - Method in class pro.taskana.impl.TaskQueryImpl
 
getWorkbasketKey() - Method in class pro.taskana.model.WorkbasketAccessItem
 
getWorkbasketKey() - Method in interface pro.taskana.Task
Returns the key of the Workbasket where the task is stored in.
getWorkbasketLevelReport(List<Workbasket>, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
 
getWorkbasketLevelReport(List<Workbasket>, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
Returns a Report for a given list of Workbasket objects and for a given list of TaskState objects.
getWorkbaskets(List<WorkbasketAuthorization>) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbaskets() - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
getWorkbaskets() - Method in interface pro.taskana.WorkbasketService
Get all available Workbaskets without checking any permission.
getWorkbaskets(List<WorkbasketAuthorization>) - 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.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.AttachmentSummaryImpl
 
hashCode() - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
hashCode() - Method in class pro.taskana.impl.TaskSummaryImpl
 
hashCode() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
hashCode() - Method in class pro.taskana.model.ObjectReference
 

I

IdGenerator - Class in pro.taskana.impl.util
This class contains util emthods for generating ids.
insert(AttachmentImpl) - Method in interface pro.taskana.model.mappings.AttachmentMapper
 
insert(ClassificationImpl) - Method in interface pro.taskana.model.mappings.ClassificationMapper
 
insert(String, String) - Method in interface pro.taskana.model.mappings.DistributionTargetMapper
 
insert(ObjectReference) - Method in interface pro.taskana.model.mappings.ObjectReferenceMapper
 
insert(TaskImpl) - Method in interface pro.taskana.model.mappings.TaskMapper
 
insert(WorkbasketAccessItem) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
insert(WorkbasketImpl) - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
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
 
isMember(Principal) - Method in class pro.taskana.security.GroupPrincipal
 
isPermAppend() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermCustom1() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermCustom2() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermCustom3() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermCustom4() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermCustom5() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermCustom6() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermCustom7() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermCustom8() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermDistribute() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermOpen() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermRead() - Method in class pro.taskana.model.WorkbasketAccessItem
 
isPermTransfer() - Method in class pro.taskana.model.WorkbasketAccessItem
 
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.

K

key(String...) - Method in interface pro.taskana.ClassificationQuery
Add your key to your query.
key(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.

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.WorkbasketQueryImpl
 
list(int, int) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
listToString(List<T>) - Static method in class pro.taskana.impl.util.LoggerUtils
Creating an appended log-string of a list with generic type T.
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
 
mode - Variable in class pro.taskana.impl.TaskanaEngineImpl
 
modifiedAfter(Instant) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
modifiedAfter(Instant) - Method in interface pro.taskana.WorkbasketQuery
Add your modifiedAfter-Date to your query.
modifiedBefore(Instant) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
modifiedBefore(Instant) - Method in interface pro.taskana.WorkbasketQuery
Add your modifiedBefore-Date to your query.

N

name(String...) - Method in interface pro.taskana.ClassificationQuery
Add your name to your query.
name(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.
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() - Method in class pro.taskana.impl.TaskServiceImpl
 
newTask() - Method in interface pro.taskana.TaskService
Returns a not persisted instance of Task.
newWorkbasket() - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
newWorkbasket() - Method in interface pro.taskana.WorkbasketService
Returns a new workbasket 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
 
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) - Constructor for exception pro.taskana.exceptions.NotFoundException
 

O

ObjectReference - Class in pro.taskana.model
ObjectReference entity.
ObjectReference() - Constructor for class pro.taskana.model.ObjectReference
 
ObjectReferenceMapper - Interface in pro.taskana.model.mappings
This class is the mybatis mapping of ObjectReference.
OBJECTREFERENCEMAPPER_FINDBYID - Static variable in interface pro.taskana.model.mappings.QueryMapper
 
OBJECTREFERENCEMAPPER_FINDBYID - Static variable in interface pro.taskana.model.mappings.TaskMapper
 
ObjectReferenceQuery - Interface in pro.taskana
ObjectReferenceQuery for generating dynamic sql.
ObjectReferenceQueryImpl - Class in pro.taskana.impl
Implementation of ObjectReferenceQuery interface.
ObjectReferenceQueryImpl(TaskanaEngine) - Constructor for class pro.taskana.impl.ObjectReferenceQueryImpl
 
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.

P

parentClassificationKey(String...) - Method in interface pro.taskana.ClassificationQuery
Add your parentClassificationKey to your query.
parentClassificationKey(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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(int...) - Method in interface pro.taskana.ClassificationQuery
Add your priority to your query.
priority(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.util - package pro.taskana.impl.util
 
pro.taskana.model - package pro.taskana.model
 
pro.taskana.model.mappings - package pro.taskana.model.mappings
 
pro.taskana.security - package pro.taskana.security
 
pushSessionToStack(SqlSessionManager) - Static method in class pro.taskana.impl.TaskanaEngineImpl
 

Q

queryClassification(ClassificationQueryImpl) - Method in interface pro.taskana.model.mappings.QueryMapper
 
QueryMapper - Interface in pro.taskana.model.mappings
This class provides a mapper for all queries.
queryObjectReference(ObjectReferenceQueryImpl) - Method in interface pro.taskana.model.mappings.QueryMapper
 
queryTasks(TaskQueryImpl) - Method in interface pro.taskana.model.mappings.QueryMapper
 
queryWorkbasket(WorkbasketQueryImpl) - Method in interface pro.taskana.model.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.
removeMember(Principal) - Method in class pro.taskana.security.GroupPrincipal
 
Report - Class in pro.taskana.model
A Report represents a table that consists of ReportLine objects.
Report() - Constructor for class pro.taskana.model.Report
 
ReportLine - Class in pro.taskana.model
Each ReportLine consists of a name, a list of ReportLineItem objects and a totalCount that represents the count of all tasks.
ReportLine() - Constructor for class pro.taskana.model.ReportLine
 
ReportLineItem - Class in pro.taskana.model
Each ReportLineItem consists of a ReportLineItemDefinition that defines the upper and lower limits of this item and a count value that represents the count of tasks of this item.
ReportLineItem() - Constructor for class pro.taskana.model.ReportLineItem
 
ReportLineItemDefinition - Class in pro.taskana.model
A ReportLineItemDefinition has a lower and an upper limit which subdivide the count of tasks in a workbasket into different sections.
ReportLineItemDefinition() - Constructor for class pro.taskana.model.ReportLineItemDefinition
 
run() - Method in class pro.taskana.configuration.DbSchemaCreator
Run all db scripts.

S

securityEnabled - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
 
serviceLevel(String...) - Method in interface pro.taskana.ClassificationQuery
Add your serviceLevel to your query.
serviceLevel(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.model.WorkbasketAccessItem
 
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
 
setApplicationEntryPoint(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setAttachments(List<Attachment>) - Method in class pro.taskana.impl.TaskImpl
 
setAttachmentSummaries(List<AttachmentSummary>) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
 
setBusinessProcessId(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
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.ClassificationQueryImpl
 
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
 
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.TaskSummaryImpl
 
setCompany(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setCompany(String) - Method in class pro.taskana.model.ObjectReference
 
setCompleted(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setCompleted(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setConnection(Connection) - Method in class pro.taskana.impl.TaskanaEngineImpl
Set the database connection to be used by taskana.
setConnection(Connection) - Method in interface pro.taskana.TaskanaEngine
Set the connection to be used by taskana in mode CONNECTION_MANAGED_EXTERNALLY.
setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in class pro.taskana.impl.TaskanaEngineImpl
sets the connection management mode.
setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in interface pro.taskana.TaskanaEngine
sets the connection management mode for taskana.
setCount(int) - Method in class pro.taskana.model.ReportLineItem
 
setCounter(long) - Method in class pro.taskana.model.TaskStateCounter
 
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.ClassificationQueryImpl
 
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
 
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute1.
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute10.
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute2.
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute3.
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute4.
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute25.
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute6.
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute7.
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(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute8.
setCustom9(String) - Method in class pro.taskana.impl.TaskImpl
 
setCustom9(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setCustom9(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute9.
setCustomAttributes(Map<String, Object>) - Method in interface pro.taskana.Attachment
Sets the custom attribute Map of the attachment.
setCustomAttributes(Map<String, Object>) - Method in class pro.taskana.impl.AttachmentImpl
 
setCustomAttributes(Map<String, Object>) - Method in class pro.taskana.impl.TaskImpl
 
setCustomFields(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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.ClassificationQueryImpl
 
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 class pro.taskana.model.WorkbasketSummary
 
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.
setDetailLines(List<ReportLine>) - Method in class pro.taskana.model.Report
 
setDistributionTargets(List<WorkbasketSummary>) - Method in class pro.taskana.impl.WorkbasketImpl
 
setDistributionTargets(List<WorkbasketSummary>) - Method in interface pro.taskana.Workbasket
Sets the list of distribution targets for this workbasket.
setDomain(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setDomain(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setDomain(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
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.model.WorkbasketSummary
 
setDomain(String) - Method in interface pro.taskana.Workbasket
Set the domain of the workbasket.
setDue(Instant) - Method in class pro.taskana.impl.TaskImpl
 
setDue(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setDue(Instant) - Method in class pro.taskana.model.DueWorkbasketCounter
 
setId(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setId(String) - Method in class pro.taskana.impl.AttachmentSummaryImpl
 
setId(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setId(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setId(String) - Method in class pro.taskana.impl.TaskImpl
 
setId(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setId(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setId(String) - Method in class pro.taskana.model.ObjectReference
 
setId(String) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setId(String) - Method in class pro.taskana.model.WorkbasketSummary
 
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
 
setKey(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setKey(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setKey(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
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.model.WorkbasketSummary
 
setKey(String) - Method in interface pro.taskana.Workbasket
Set the key of the workbasket.
setLineItems(List<ReportLineItem>) - Method in class pro.taskana.model.ReportLine
 
setLowerLimit(int) - Method in class pro.taskana.model.ReportLineItemDefinition
 
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.TaskImpl
 
setModified(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setModified(Instant) - Method in class pro.taskana.impl.WorkbasketImpl
 
setModified(Instant) - Method in interface pro.taskana.Workbasket
Sets the time when the workbasket was modified the last time.
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.ClassificationQueryImpl
 
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 class pro.taskana.model.ReportLine
 
setName(String) - Method in class pro.taskana.model.WorkbasketSummary
 
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.
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 class pro.taskana.model.WorkbasketSummary
 
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 class pro.taskana.model.WorkbasketSummary
 
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 class pro.taskana.model.WorkbasketSummary
 
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 class pro.taskana.model.WorkbasketSummary
 
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 class pro.taskana.model.WorkbasketSummary
 
setOwner(String) - Method in interface pro.taskana.Task
Sets the ownerId of this task.
setParentBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
 
setParentBusinessProcessId(String) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setParentClassificationKey(String) - Method in interface pro.taskana.Classification
Set/Change a reference to the current parent classification via ID.
setParentClassificationKey(String) - Method in class pro.taskana.impl.ClassificationImpl
 
setParentClassificationKey(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setPermAppend(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermCustom1(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermCustom2(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermCustom3(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermCustom4(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermCustom5(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermCustom6(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermCustom7(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermCustom8(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermDistribute(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermOpen(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermRead(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setPermTransfer(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
 
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.ClassificationQueryImpl
 
setPriority(int) - Method in class pro.taskana.impl.TaskImpl
 
setPriority(int) - Method in class pro.taskana.impl.TaskSummaryImpl
 
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
 
setReportLineItemDefinition(ReportLineItemDefinition) - Method in class pro.taskana.model.ReportLineItem
 
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.ClassificationQueryImpl
 
setState(TaskState) - Method in class pro.taskana.impl.TaskImpl
 
setState(TaskState) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setState(TaskState) - Method in class pro.taskana.model.TaskStateCounter
 
setSumLine(ReportLine) - Method in class pro.taskana.model.Report
 
setSystem(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setSystem(String) - Method in class pro.taskana.model.ObjectReference
 
setSystemInstance(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setSystemInstance(String) - Method in class pro.taskana.model.ObjectReference
 
setTaskanaEngine(TaskanaEngineImpl) - Method in class pro.taskana.impl.TaskQueryImpl
 
setTaskCounter(long) - Method in class pro.taskana.model.DueWorkbasketCounter
 
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.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.
setTotalCount(int) - Method in class pro.taskana.model.ReportLine
 
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.ClassificationQueryImpl
 
setType(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
 
setType(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setType(WorkbasketType) - Method in class pro.taskana.impl.WorkbasketImpl
 
setType(WorkbasketType) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
setType(String) - Method in class pro.taskana.model.ObjectReference
 
setType(WorkbasketType) - Method in class pro.taskana.model.WorkbasketSummary
 
setType(WorkbasketType) - Method in interface pro.taskana.Workbasket
Sets the type of the workbasket.
setUpperLimit(int) - Method in class pro.taskana.model.ReportLineItemDefinition
 
setValidInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setValue(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setValue(String) - Method in class pro.taskana.model.ObjectReference
 
setWorkbasketId(String) - Method in class pro.taskana.model.DueWorkbasketCounter
 
setWorkbasketKey(String) - Method in class pro.taskana.impl.TaskImpl
 
setWorkbasketKey(String) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setWorkbasketKey(String) - Method in interface pro.taskana.Task
Sets the key of the Workbasket where the task should be stored in.
setWorkbasketSummary(WorkbasketSummary) - Method in class pro.taskana.impl.TaskImpl
 
setWorkbasketSummary(WorkbasketSummary) - Method in class pro.taskana.impl.TaskSummaryImpl
 
setWorkbasketSummary(WorkbasketSummary) - Method in interface pro.taskana.Task
Sets the Summary of the Workbasket where the task should be stored in.
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.WorkbasketQueryImpl
 
stateIn(TaskState...) - Method in class pro.taskana.impl.TaskQueryImpl
 
stateIn(TaskState...) - Method in interface pro.taskana.TaskQuery
Add your state to your query.
system(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
system(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your system 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
 
systemInstance(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
systemInstance(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.
TaskanaEngineConfiguration() - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
 
TaskanaEngineConfiguration(DataSource, boolean) - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
 
TaskanaEngineConfiguration(DataSource, boolean, boolean) - 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
 
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.model.mappings
This class is the mybatis mapping of task.
TaskMonitorMapper - Interface in pro.taskana.model.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.
TaskMonitorServiceImpl(TaskanaEngine, TaskMonitorMapper) - Constructor for class pro.taskana.impl.TaskMonitorServiceImpl
 
TaskNotFoundException - Exception in pro.taskana.exceptions
This exception will be thrown if a specific task is not in the database.
TaskNotFoundException(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.
TaskQueryImpl(TaskanaEngine) - Constructor for class pro.taskana.impl.TaskQueryImpl
 
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.
TaskServiceImpl(TaskanaEngine, TaskMapper, ObjectReferenceMapper, AttachmentMapper) - Constructor for class pro.taskana.impl.TaskServiceImpl
 
TaskState - Enum in pro.taskana.model
This enum contains all status of the tasks.
TaskStateCounter - Class in pro.taskana.model
TaskStateCounter entity.
TaskStateCounter() - Constructor for class pro.taskana.model.TaskStateCounter
 
TaskSummary - Interface in pro.taskana
Interface for TaskSummary.
TaskSummaryImpl - Class in pro.taskana.impl
Entity which contains the most important informations about a Task.
TaskSummaryImpl() - Constructor for class pro.taskana.impl.TaskSummaryImpl
 
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.ObjectReferenceQueryImpl
 
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.WorkbasketImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
 
toString() - Method in class pro.taskana.model.ObjectReference
 
toString() - Method in class pro.taskana.model.TaskStateCounter
 
toString() - Method in class pro.taskana.model.WorkbasketAccessItem
 
toString() - Method in class pro.taskana.model.WorkbasketSummary
 
transactionFactory - Variable in class pro.taskana.impl.TaskanaEngineImpl
 
transfer(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.
transferredEquals(Boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
transferredEquals(Boolean) - Method in interface pro.taskana.TaskQuery
Add the isTransferred flag to the query.
type(String...) - Method in interface pro.taskana.ClassificationQuery
Add your type to your query.
type(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
type(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
type(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your type to your query.
typeIn(WorkbasketType...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
typeIn(WorkbasketType...) - Method in interface pro.taskana.WorkbasketQuery
Add your types to your query.

U

update(ClassificationImpl) - Method in interface pro.taskana.model.mappings.ClassificationMapper
 
update(ObjectReference) - Method in interface pro.taskana.model.mappings.ObjectReferenceMapper
 
update(TaskImpl) - Method in interface pro.taskana.model.mappings.TaskMapper
 
update(WorkbasketAccessItem) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
update(WorkbasketImpl) - Method in interface pro.taskana.model.mappings.WorkbasketMapper
 
updateClassification(Classification) - Method in interface pro.taskana.ClassificationService
Update a Classification.
updateClassification(Classification) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
updateTask(Task) - Method in class pro.taskana.impl.TaskServiceImpl
 
updateTask(Task) - Method in interface pro.taskana.TaskService
Update a task.
updateWorkbasket(Workbasket) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
updateWorkbasket(Workbasket) - Method in interface pro.taskana.WorkbasketService
Update a Workbasket.
updateWorkbasketAuthorization(WorkbasketAccessItem) - Method in class pro.taskana.impl.WorkbasketServiceImpl
 
updateWorkbasketAuthorization(WorkbasketAccessItem) - Method in interface pro.taskana.WorkbasketService
This method updates an Workbasket Authorization.
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

validInDomain(Boolean) - Method in interface pro.taskana.ClassificationQuery
Add to your query if the Classification shall be valid in its domain.
validInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
value(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
value(String...) - Method in interface pro.taskana.ObjectReferenceQuery
Add your value to your query.
valueOf(String) - Static method in enum pro.taskana.model.TaskState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.model.WorkbasketAuthorization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pro.taskana.model.WorkbasketType
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.
values() - Static method in enum pro.taskana.model.TaskState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pro.taskana.model.WorkbasketAuthorization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pro.taskana.model.WorkbasketType
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.

W

Workbasket - Interface in pro.taskana
Workbasket entity interface.
WORKBASKET_FINDSUMMARYBYKEY - Static variable in interface pro.taskana.model.mappings.QueryMapper
 
WORKBASKET_FINDSUMMARYBYKEY - Static variable in interface pro.taskana.model.mappings.TaskMapper
 
WorkbasketAccessItem - Class in pro.taskana.model
WorkbasketAccessItem entity.
WorkbasketAccessItem() - Constructor for class pro.taskana.model.WorkbasketAccessItem
 
WorkbasketAccessMapper - Interface in pro.taskana.model.mappings
This class is the mybatis mapping of workbasket access items.
WorkbasketAuthorization - Enum in pro.taskana.model
This enum contains all permission values for the workbaskets.
WorkbasketImpl - Class in pro.taskana.impl
Workbasket entity.
workbasketKeyIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
workbasketKeyIn(String...) - Method in interface pro.taskana.TaskQuery
Add your workbasket key to the query.
WorkbasketMapper - Interface in pro.taskana.model.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) - Constructor for exception pro.taskana.exceptions.WorkbasketNotFoundException
 
WorkbasketQuery - Interface in pro.taskana
WorkitemQuery for generating dynamic sql.
WorkbasketQueryImpl - Class in pro.taskana.impl
WorkbasketQuery for generating dynamic SQL.
WorkbasketQueryImpl(TaskanaEngine, WorkbasketAccessMapper) - Constructor for class pro.taskana.impl.WorkbasketQueryImpl
 
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
 
WorkbasketServiceImpl(TaskanaEngine, WorkbasketMapper, DistributionTargetMapper, WorkbasketAccessMapper) - Constructor for class pro.taskana.impl.WorkbasketServiceImpl
 
WorkbasketSummary - Class in pro.taskana.model
This entity contains the most important information about a workbasket.
WorkbasketSummary() - Constructor for class pro.taskana.model.WorkbasketSummary
 
WorkbasketSummary - Interface in pro.taskana
Interface for WorkbasketSummary.
WorkbasketSummaryImpl - Class in pro.taskana.impl
This entity contains the most important information about a workbasket.
WorkbasketSummaryImpl() - Constructor for class pro.taskana.impl.WorkbasketSummaryImpl
 
WorkbasketType - Enum in pro.taskana.model
This enum contains the supported work basket types.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.