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

access(WorkbasketAuthorization, String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
access(WorkbasketAuthorization, String...) - Method in interface pro.taskana.WorkbasketQuery
Add the access requested.
addAttachment(Attachment) - Method in class pro.taskana.impl.TaskImpl
 
addAttachment(Attachment) - Method in interface pro.taskana.Task
Add an attachment.
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
 
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.
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

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(ClassificationQuery) - Method in class pro.taskana.impl.TaskQueryImpl
 
classification(ClassificationQuery) - Method in interface pro.taskana.TaskQuery
Add your classification to your query.
CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.model.mappings.AttachmentMapper
 
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.
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
 
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(Date...) - Method in interface pro.taskana.ClassificationQuery
Add your created-Dates to your query.
created(Date...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
createdAfter(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
createdAfter(Date) - 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(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
createdBefore(Date) - 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.
CURRENT_CLASSIFICATIONS_VALID_UNTIL - Static variable in class pro.taskana.impl.ClassificationServiceImpl
 
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
 
customFields(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
customFields(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 domain to your query.
domain(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
domainIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
domainIn(String...) - Method in interface pro.taskana.WorkbasketQuery
Add your domains to your query.
DueWorkbasketCounter - Class in pro.taskana.model
DueWorkbasketCounter entity.
DueWorkbasketCounter() - Constructor for class pro.taskana.model.DueWorkbasketCounter
 

E

equals(Object) - Method in class pro.taskana.model.ObjectReference
 
equals(Object) - Method in class pro.taskana.model.TaskSummary
 

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
 
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.ClassificationMapper
 
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, Date) - 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
 
findByWorkbasketAndAccessIdAndAuthorizations(String, List<String>, String) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
findByWorkbasketKey(String) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
findDistributionTargets(String) - Method in interface pro.taskana.model.mappings.QueryMapper
 
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.
getAllClassificationsWithKey(String, String) - Method in interface pro.taskana.ClassificationService
Get all Classifications with the given key.
getAllClassificationsWithKey(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.
getAuthorization() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getBusinessProcessId() - Method in class pro.taskana.impl.TaskImpl
 
getBusinessProcessId() - Method in interface pro.taskana.Task
Returns the businessProcessId of a task.
getCategory() - Method in interface pro.taskana.Classification
 
getCategory() - Method in class pro.taskana.impl.ClassificationImpl
 
getCategory() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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 interface pro.taskana.Task
Returns the time when the task was set to TaskState.CLAIMED by/to a user.
getClassification() - Method in interface pro.taskana.Attachment
Returns the classification of the attachment.
getClassification(String, String) - Method in interface pro.taskana.ClassificationService
Get the Classification for key and domain.
getClassification() - Method in class pro.taskana.impl.AttachmentImpl
 
getClassification(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
getClassification() - Method in class pro.taskana.impl.TaskImpl
 
getClassification() - Method in interface pro.taskana.Task
Returns the Classification of the task.
getClassificationKey() - Method in class pro.taskana.model.TaskSummary
 
getClassificationName() - Method in class pro.taskana.model.TaskSummary
 
getClassificationQuery() - 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.
getClassificationTree() - Method in interface pro.taskana.ClassificationService
Get all available Classifications 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 interface pro.taskana.Task
Returns the time when the task was set into TaskState.COMPLETED.
getConfiguration() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getConfiguration() - Method in interface pro.taskana.TaskanaEngine
The Taskana configuration.
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.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.ClassificationImpl
 
getCreated() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCreated() - Method in class pro.taskana.impl.TaskImpl
 
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.Workbasket
Returns the timestamp 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.WorkbasketImpl
 
getCustom1() - Method in interface pro.taskana.Task
Return the value for the 1.
getCustom10() - Method in class pro.taskana.impl.TaskImpl
 
getCustom10() - Method in interface pro.taskana.Task
Return the value for the 10.
getCustom2() - Method in interface pro.taskana.Classification
Get the 2.
getCustom2() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom2() - Method in class pro.taskana.impl.TaskImpl
 
getCustom2() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom2() - Method in interface pro.taskana.Task
Return the value for the 2.
getCustom3() - Method in interface pro.taskana.Classification
Get the 3.
getCustom3() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom3() - Method in class pro.taskana.impl.TaskImpl
 
getCustom3() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom3() - Method in interface pro.taskana.Task
Return the value for the 3.
getCustom4() - Method in interface pro.taskana.Classification
Get the 4.
getCustom4() - Method in class pro.taskana.impl.ClassificationImpl
 
getCustom4() - Method in class pro.taskana.impl.TaskImpl
 
getCustom4() - Method in class pro.taskana.impl.WorkbasketImpl
 
getCustom4() - Method in interface pro.taskana.Task
Return the value for the 4.
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 interface pro.taskana.Task
Return the value for the 5.
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 interface pro.taskana.Task
Return the value for the 6.
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 interface pro.taskana.Task
Return the value for the 7.
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 interface pro.taskana.Task
Return the value for the 8.
getCustom9() - Method in class pro.taskana.impl.TaskImpl
 
getCustom9() - Method in interface pro.taskana.Task
Return the value for the 9.
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 interface pro.taskana.Task
Return the task-description.
getDescription() - Method in interface pro.taskana.Workbasket
Returns the workbasket-descriptions.
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 class pro.taskana.impl.ClassificationImpl
 
getDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getDomain() - Method in class pro.taskana.impl.WorkbasketImpl
 
getDomain() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getDomain() - Method in interface pro.taskana.Workbasket
Returns the domain of the workbasket.
getDue() - Method in class pro.taskana.impl.TaskImpl
 
getDue() - Method in class pro.taskana.model.DueWorkbasketCounter
 
getDue() - Method in interface pro.taskana.Task
Returns the time when this task should be finished.
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.Classification
 
getId() - Method in class pro.taskana.impl.AttachmentImpl
 
getId() - Method in class pro.taskana.impl.ClassificationImpl
 
getId() - Method in class pro.taskana.impl.TaskImpl
 
getId() - Method in class pro.taskana.impl.WorkbasketImpl
 
getId() - Method in class pro.taskana.model.ObjectReference
 
getId() - Method in class pro.taskana.model.WorkbasketAccessItem
 
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.
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 class pro.taskana.impl.ClassificationImpl
 
getKey() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getKey() - Method in class pro.taskana.impl.WorkbasketImpl
 
getKey() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getKey() - Method in interface pro.taskana.Workbasket
Returns the key of the workbasket.
getModified() - Method in interface pro.taskana.Attachment
Returns the time when the attachment was last modified.
getModified() - Method in class pro.taskana.impl.AttachmentImpl
 
getModified() - Method in class pro.taskana.impl.TaskImpl
 
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.Workbasket
Returns the timestamp 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 class pro.taskana.impl.ClassificationImpl
 
getName() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getName() - Method in class pro.taskana.impl.TaskImpl
 
getName() - Method in class pro.taskana.impl.TaskQueryImpl
 
getName() - Method in class pro.taskana.impl.WorkbasketImpl
 
getName() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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.Workbasket
Returns the name of the workbasket.
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
 
getOrgLevel2() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel3() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOrgLevel4() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOwner() - Method in class pro.taskana.impl.TaskImpl
 
getOwner() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOwner() - Method in class pro.taskana.impl.WorkbasketImpl
 
getOwner() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOwner() - Method in interface pro.taskana.Task
Return the id of the task-owner.
getOwner() - Method in interface pro.taskana.Workbasket
Returns the Id of the workbasket-owner.
getParentBusinessProcessId() - Method in class pro.taskana.impl.TaskImpl
 
getParentBusinessProcessId() - Method in interface pro.taskana.Task
Returns the parentBusinessProcessId of a 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 interface pro.taskana.Task
Returns the time when the work on this task was planned to be started.
getPorCompany() - Method in class pro.taskana.impl.AttachmentImpl
 
getPorCompany() - Method in class pro.taskana.impl.TaskImpl
 
getPorCompanyIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorCompanyLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorSystem() - Method in class pro.taskana.impl.AttachmentImpl
 
getPorSystem() - Method in class pro.taskana.impl.TaskImpl
 
getPorSystemIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorSystemInstance() - Method in class pro.taskana.impl.AttachmentImpl
 
getPorSystemInstance() - Method in class pro.taskana.impl.TaskImpl
 
getPorSystemInstanceIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorSystemInstanceLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorSystemLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorType() - Method in class pro.taskana.impl.AttachmentImpl
 
getPorType() - Method in class pro.taskana.impl.TaskImpl
 
getPorTypeIn() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorTypeLike() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPorValue() - Method in class pro.taskana.impl.AttachmentImpl
 
getPorValue() - Method in class pro.taskana.impl.TaskImpl
 
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 interface pro.taskana.Task
Returns the primaryObjectReference 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 interface pro.taskana.Task
Returns the numeric priority of a task.
getReceived() - Method in interface pro.taskana.Attachment
Returns the time when this attachment was received.
getReceived() - Method in class pro.taskana.impl.AttachmentImpl
 
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.model.TaskStateCounter
 
getState() - Method in interface pro.taskana.Task
Returns the current TaskState of the task.
getStates() - Method in class pro.taskana.impl.TaskQueryImpl
 
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.
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(Date, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMapper
 
getTaskCountByWorkbasketIdAndDaysInPastAndState(Date, 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, Date, 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 class pro.taskana.impl.AttachmentImpl
 
getTaskId() - Method in class pro.taskana.model.TaskSummary
 
getTaskMonitorService() - Method in class pro.taskana.impl.TaskanaEngineImpl
 
getTaskMonitorService() - Method in interface pro.taskana.TaskanaEngine
The TaskMonitorService can be used for monitoring Tasks.
getTaskName() - Method in class pro.taskana.model.TaskSummary
 
getTasksByWorkbasketKeyAndState(String, TaskState) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTasksByWorkbasketKeyAndState(String, TaskState) - Method in interface pro.taskana.TaskService
Getting a list of all Tasks 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.
getType() - Method in interface pro.taskana.Classification
Get the type of the current classification.
getType() - Method in class pro.taskana.impl.ClassificationImpl
 
getType() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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.model.ObjectReference
 
getType() - Method in interface pro.taskana.Workbasket
Returns the type of the workbasket.
getUseManagedTransactions() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
getUserid() - Static method in class pro.taskana.security.CurrentUserContext
Returns the userid of the current user.
getValidFrom() - Method in interface pro.taskana.Classification
Get the sql-date since/when the classification is valid from.
getValidFrom() - Method in class pro.taskana.impl.ClassificationImpl
 
getValidFrom() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getValidInDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getValidUntil() - Method in interface pro.taskana.Classification
Get the sql-date until the classification is valid.
getValidUntil() - Method in class pro.taskana.impl.ClassificationImpl
 
getValidUntil() - 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.TaskSummary
 
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.
getWorkbasketName() - Method in class pro.taskana.model.TaskSummary
 
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.
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.
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.model.ObjectReference
 
hashCode() - Method in class pro.taskana.model.TaskSummary
 

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 interface pro.taskana.Task
Return the isRead-flag, which flags a task as viewed at least one time.
isSecurityEnabled() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
isTransferred() - Method in class pro.taskana.impl.TaskImpl
 
isTransferred() - Method in interface pro.taskana.Task
Return the isTransferred-flag, which flags a task as transfered into an other workbasket.

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
make a String for logging from a list of objects.
LoggerUtils - Class in pro.taskana.impl.util
Util methods for logging.

M

mapToString(Map<K, V>) - Static method in class pro.taskana.impl.util.LoggerUtils
make a String for logging from a map.
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(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
modifiedAfter(Date) - Method in interface pro.taskana.WorkbasketQuery
Add your modifiedAfter-Date to your query.
modifiedBefore(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
modifiedBefore(Date) - 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
 
name(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
name(String...) - Method in interface pro.taskana.TaskQuery
Add your names to your query.
nameIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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() - Method in interface pro.taskana.ClassificationService
Creating a new Classification with unchangeable default values.
newClassification() - 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
 
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
 
owner(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
owner(String...) - Method in interface pro.taskana.TaskQuery
Add the owners to your query.
ownerIn(String...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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
 
priority(int...) - Method in class pro.taskana.impl.TaskQueryImpl
 
priority(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

read(Boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
read(Boolean) - Method in interface pro.taskana.TaskQuery
Add the isRead flag to the query.
removeMember(Principal) - Method in class pro.taskana.security.GroupPrincipal
 
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.impl.WorkbasketQueryImpl
 
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
 
setAuthorization(WorkbasketAuthorization) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
 
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
 
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(Timestamp) - Method in class pro.taskana.impl.TaskImpl
 
setClassification(Classification) - Method in interface pro.taskana.Attachment
Set the classification for this attachment.
setClassification(Classification) - Method in class pro.taskana.impl.AttachmentImpl
 
setClassification(Classification) - Method in class pro.taskana.impl.TaskImpl
 
setClassification(Classification) - Method in interface pro.taskana.Task
Sets the Classification to specify this kind of task.
setClassificationKey(String) - Method in class pro.taskana.model.TaskSummary
 
setClassificationName(String) - Method in class pro.taskana.model.TaskSummary
 
setClassificationQuery(ClassificationQuery) - Method in class pro.taskana.impl.TaskQueryImpl
 
setCompany(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setCompany(String) - Method in class pro.taskana.model.ObjectReference
 
setCompleted(Timestamp) - Method in class pro.taskana.impl.TaskImpl
 
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.
setCounter(long) - Method in class pro.taskana.model.TaskStateCounter
 
setCreated(Timestamp) - Method in class pro.taskana.impl.AttachmentImpl
 
setCreated(Date) - Method in class pro.taskana.impl.ClassificationImpl
 
setCreated(Date[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setCreated(Timestamp) - Method in class pro.taskana.impl.TaskImpl
 
setCreated(Timestamp) - Method in class pro.taskana.impl.WorkbasketImpl
 
setCreatedAfter(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setCreatedBefore(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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.WorkbasketImpl
 
setCustom1(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute1.
setCustom10(String) - Method in class pro.taskana.impl.TaskImpl
 
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.WorkbasketImpl
 
setCustom2(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute2.
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.WorkbasketImpl
 
setCustom3(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute3.
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.WorkbasketImpl
 
setCustom4(String) - Method in interface pro.taskana.Task
Sets the value for customAttribute4.
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 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 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 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 interface pro.taskana.Task
Sets the value for customAttribute8.
setCustom9(String) - Method in class pro.taskana.impl.TaskImpl
 
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
 
setCustomFields(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
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.TaskQueryImpl
 
setDescription(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setDescription(String) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setDescription(String) - Method in interface pro.taskana.Task
Sets the description of the task.
setDescription(String) - Method in interface pro.taskana.Workbasket
Sets the workbasket-descriptions.
setDistributionTargets(List<Workbasket>) - Method in class pro.taskana.impl.WorkbasketImpl
 
setDistributionTargets(List<Workbasket>) - Method in interface pro.taskana.Workbasket
Sets the list of distribution targets for this workbasket.
setDomain(String) - Method in interface pro.taskana.Classification
Set/Change the domain of this classification.
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.WorkbasketImpl
 
setDomain(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setDomain(String) - Method in interface pro.taskana.Workbasket
Set the domain of the workbasket.
setDue(Timestamp) - Method in class pro.taskana.impl.TaskImpl
 
setDue(Date) - Method in class pro.taskana.model.DueWorkbasketCounter
 
setId(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setId(String) - Method in class pro.taskana.impl.ClassificationImpl
 
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.model.ObjectReference
 
setId(String) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setIsRead(Boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
setIsTransferred(Boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
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 interface pro.taskana.Classification
Set/Change the classification key.
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.WorkbasketImpl
 
setKey(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setKey(String) - Method in interface pro.taskana.Workbasket
Set the key of the workbasket.
setModified(Timestamp) - Method in class pro.taskana.impl.AttachmentImpl
 
setModified(Timestamp) - Method in class pro.taskana.impl.TaskImpl
 
setModified(Timestamp) - Method in class pro.taskana.impl.WorkbasketImpl
 
setModified(Timestamp) - Method in interface pro.taskana.Workbasket
Sets the time when the workbasket was modified the last time.
setModifiedAfter(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setModifiedBefore(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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.TaskImpl
 
setName(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setName(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setName(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
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
 
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
 
setOrgLevel2(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOrgLevel3(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOrgLevel4(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOwner(String) - Method in class pro.taskana.impl.TaskImpl
 
setOwner(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setOwner(String) - Method in class pro.taskana.impl.WorkbasketImpl
 
setOwner(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setOwner(String) - Method in interface pro.taskana.Task
Sets the ownerId of this task.
setParentBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
 
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(Timestamp) - Method in class pro.taskana.impl.TaskImpl
 
setPlanned(Timestamp) - Method in interface pro.taskana.Task
Sets the time when the work on this task should be started.
setPorCompany(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setPorCompany(String) - Method in class pro.taskana.impl.TaskImpl
 
setPorCompanyIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorCompanyLike(String) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorSystem(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setPorSystem(String) - Method in class pro.taskana.impl.TaskImpl
 
setPorSystemIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorSystemInstance(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setPorSystemInstance(String) - Method in class pro.taskana.impl.TaskImpl
 
setPorSystemInstanceIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorSystemInstanceLike(String) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorSystemLike(String) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorType(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setPorType(String) - Method in class pro.taskana.impl.TaskImpl
 
setPorTypeIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorTypeLike(String) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorValue(String) - Method in class pro.taskana.impl.AttachmentImpl
 
setPorValue(String) - Method in class pro.taskana.impl.TaskImpl
 
setPorValueIn(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPorValueLike(String) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPrimaryObjRef(ObjectReference) - Method in class pro.taskana.impl.TaskImpl
 
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.TaskQueryImpl
 
setRead(boolean) - Method in class pro.taskana.impl.TaskImpl
 
setReceived(Timestamp) - Method in interface pro.taskana.Attachment
Sets the time when the attachment was received.
setReceived(Timestamp) - Method in class pro.taskana.impl.AttachmentImpl
 
setServiceLevel(String) - Method in interface pro.taskana.Classification
Set/Change the security 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.model.TaskStateCounter
 
setStates(TaskState[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
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.model.TaskSummary
 
setTaskName(String) - Method in class pro.taskana.model.TaskSummary
 
setTaskRead(String, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
 
setTaskRead(String, boolean) - Method in interface pro.taskana.TaskService
Marks a task as read.
setTransferred(boolean) - Method in class pro.taskana.impl.TaskImpl
 
setType(String) - Method in interface pro.taskana.Classification
Set/Change the current type of the classification.
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.ObjectReferenceQueryImpl
 
setType(WorkbasketType) - Method in class pro.taskana.impl.WorkbasketImpl
 
setType(WorkbasketType[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setType(String) - Method in class pro.taskana.model.ObjectReference
 
setType(WorkbasketType) - Method in interface pro.taskana.Workbasket
Sets the type of the workbasket.
setValidFrom(Date) - Method in class pro.taskana.impl.ClassificationImpl
 
setValidFrom(Date[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setValidInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setValidUntil(Date) - Method in class pro.taskana.impl.ClassificationImpl
 
setValidUntil(Date[]) - 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.impl.TaskQueryImpl
 
setWorkbasketKey(String) - Method in class pro.taskana.model.TaskSummary
 
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.
setWorkbasketName(String) - Method in class pro.taskana.model.TaskSummary
 
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
 
state(TaskState...) - Method in class pro.taskana.impl.TaskQueryImpl
 
state(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.
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 - Class in pro.taskana.model
Entity which contains the most important informations about a Task.
TaskSummary() - Constructor for class pro.taskana.model.TaskSummary
 
toString() - Method in class pro.taskana.impl.AttachmentImpl
 
toString() - Method in class pro.taskana.impl.ClassificationImpl
 
toString() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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.WorkbasketImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
toString() - Method in class pro.taskana.model.ObjectReference
 
toString() - Method in class pro.taskana.model.TaskStateCounter
 
toString() - Method in class pro.taskana.model.TaskSummary
 
toString() - Method in class pro.taskana.model.WorkbasketAccessItem
 
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.
transferred(Boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
transferred(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

VALID_UNTIL - Static variable in interface pro.taskana.model.mappings.ClassificationMapper
 
validFrom(Date...) - Method in interface pro.taskana.ClassificationQuery
Define after which date the classifications should be valid.
validFrom(Date...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
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
 
validUntil(Date...) - Method in interface pro.taskana.ClassificationQuery
Define until which date the classifications should be valid.
validUntil(Date...) - 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.
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) - 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
 
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.