Skip navigation links
A B C D E F G H I 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.
addMember(Principal) - Method in class pro.taskana.security.GroupPrincipal
 
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, String) - Method in class pro.taskana.impl.TaskServiceImpl
 
claim(String, String) - Method in interface pro.taskana.TaskService
Claim an existing task.
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.QueryMapper
 
CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.model.mappings.TaskMapper
 
CLASSIFICATION_FINDBYIDANDDOMAIN - Static variable in interface pro.taskana.model.mappings.QueryMapper
 
ClassificationAlreadyExistException - Exception in pro.taskana.exceptions
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
ClassificationAlreadyExistException(String) - Constructor for exception pro.taskana.exceptions.ClassificationAlreadyExistException
 
ClassificationImpl - Class in pro.taskana.model
Classification entity.
ClassificationImpl() - Constructor for class pro.taskana.model.ClassificationImpl
 
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.
complete(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
complete(String) - Method in interface pro.taskana.TaskService
Set task to completed.
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
Persist a new classification.
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
 
created(Date...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
created(Date...) - Method in interface pro.taskana.WorkbasketQuery
Add your created-Dates 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.
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
Create a task by a task object.
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 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 quering 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
 
DbScriptRunner - Class in pro.taskana.configuration
This class create the schema for taskana.
DbScriptRunner(DataSource) - Constructor for class pro.taskana.configuration.DbScriptRunner
 
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 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
 
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.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
 
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
 
findByIdAndDomain(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
 
findByWorkbasketId(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
 
findTaskSummariesByWorkbasketId(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.
getAllClassificationsWithId(String, String) - Method in interface pro.taskana.ClassificationService
Get all Classifications with the given id.
getAllClassificationsWithId(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
getAllClassificationsWithId(String, String) - Method in interface pro.taskana.model.mappings.ClassificationMapper
 
getAuthorization() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getBusinessProcessId() - Method in class pro.taskana.model.Task
 
getCategory() - Method in interface pro.taskana.Classification
 
getCategory() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCategory() - Method in class pro.taskana.model.ClassificationImpl
 
getClaimed() - Method in class pro.taskana.model.Task
 
getClassification(String, String) - Method in interface pro.taskana.ClassificationService
Get the Classification for id and domain.
getClassification(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
 
getClassification() - Method in class pro.taskana.model.Task
 
getClassificationId() - 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.model.Task
 
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.Classification
Get the Date when this classification was as created.
getCreated() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCreated() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getCreated() - Method in class pro.taskana.model.ClassificationImpl
 
getCreated() - Method in class pro.taskana.model.Task
 
getCreated() - Method in class pro.taskana.model.Workbasket
 
getCustom1() - Method in interface pro.taskana.Classification
Get the 1.
getCustom1() - Method in class pro.taskana.model.ClassificationImpl
 
getCustom1() - Method in class pro.taskana.model.Task
 
getCustom10() - Method in class pro.taskana.model.Task
 
getCustom2() - Method in interface pro.taskana.Classification
Get the 2.
getCustom2() - Method in class pro.taskana.model.ClassificationImpl
 
getCustom2() - Method in class pro.taskana.model.Task
 
getCustom3() - Method in interface pro.taskana.Classification
Get the 3.
getCustom3() - Method in class pro.taskana.model.ClassificationImpl
 
getCustom3() - Method in class pro.taskana.model.Task
 
getCustom4() - Method in interface pro.taskana.Classification
Get the 4.
getCustom4() - Method in class pro.taskana.model.ClassificationImpl
 
getCustom4() - Method in class pro.taskana.model.Task
 
getCustom5() - Method in interface pro.taskana.Classification
Get the 5.
getCustom5() - Method in class pro.taskana.model.ClassificationImpl
 
getCustom5() - Method in class pro.taskana.model.Task
 
getCustom6() - Method in interface pro.taskana.Classification
Get the 6.
getCustom6() - Method in class pro.taskana.model.ClassificationImpl
 
getCustom6() - Method in class pro.taskana.model.Task
 
getCustom7() - Method in interface pro.taskana.Classification
Get the 7.
getCustom7() - Method in class pro.taskana.model.ClassificationImpl
 
getCustom7() - Method in class pro.taskana.model.Task
 
getCustom8() - Method in interface pro.taskana.Classification
Get the 8.
getCustom8() - Method in class pro.taskana.model.ClassificationImpl
 
getCustom8() - Method in class pro.taskana.model.Task
 
getCustom9() - Method in class pro.taskana.model.Task
 
getCustomAttributes() - Method in class pro.taskana.model.Task
 
getCustomFields() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getCustomFields() - Method in class pro.taskana.impl.TaskQueryImpl
 
getDataSource() - Method in class pro.taskana.configuration.DbScriptRunner
 
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.ClassificationQueryImpl
 
getDescription() - Method in class pro.taskana.impl.TaskQueryImpl
 
getDescription() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getDescription() - Method in class pro.taskana.model.ClassificationImpl
 
getDescription() - Method in class pro.taskana.model.Task
 
getDescription() - Method in class pro.taskana.model.Workbasket
 
getDistributionTargets() - Method in class pro.taskana.model.Workbasket
 
getDomain() - Method in interface pro.taskana.Classification
Get the current domain-name of this classification.
getDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getDomain() - Method in class pro.taskana.model.ClassificationImpl
 
getDue() - Method in class pro.taskana.model.DueWorkbasketCounter
 
getDue() - Method in class pro.taskana.model.Task
 
getGroupIds() - Static method in class pro.taskana.security.CurrentUserContext
 
getId() - Method in interface pro.taskana.Classification
 
getId() - Method in class pro.taskana.model.ClassificationImpl
 
getId() - Method in class pro.taskana.model.ObjectReference
 
getId() - Method in class pro.taskana.model.Task
 
getId() - Method in class pro.taskana.model.Workbasket
 
getId() - Method in class pro.taskana.model.WorkbasketAccessItem
 
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.model.ClassificationImpl
 
getModified() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getModified() - Method in class pro.taskana.model.Task
 
getModified() - Method in class pro.taskana.model.Workbasket
 
getName() - Method in interface pro.taskana.Classification
Get the classification name.
getName() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getName() - Method in class pro.taskana.impl.TaskQueryImpl
 
getName() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getName() - Method in class pro.taskana.model.ClassificationImpl
 
getName() - Method in class pro.taskana.model.Task
 
getName() - Method in class pro.taskana.model.Workbasket
 
getName() - Method in class pro.taskana.security.GroupPrincipal
 
getName() - Method in class pro.taskana.security.UserPrincipal
 
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
 
getObjectReferenceQuery() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOwner() - Method in class pro.taskana.impl.TaskQueryImpl
 
getOwner() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
getOwner() - Method in class pro.taskana.model.Task
 
getOwner() - Method in class pro.taskana.model.Workbasket
 
getParentBusinessProcessId() - Method in class pro.taskana.model.Task
 
getParentClassificationId() - Method in interface pro.taskana.Classification
Used to get the ID of the parent classification.
getParentClassificationId() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getParentClassificationId() - Method in class pro.taskana.model.ClassificationImpl
 
getPlanned() - Method in class pro.taskana.model.Task
 
getPrimaryObjRef() - Method in class pro.taskana.model.Task
 
getPriority() - Method in interface pro.taskana.Classification
Get the current classification priority (numeric).
getPriority() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getPriority() - Method in class pro.taskana.impl.TaskQueryImpl
 
getPriority() - Method in class pro.taskana.model.ClassificationImpl
 
getPriority() - Method in class pro.taskana.model.Task
 
getServiceLevel() - Method in interface pro.taskana.Classification
Get the current service level.
getServiceLevel() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getServiceLevel() - Method in class pro.taskana.model.ClassificationImpl
 
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.model.Task
 
getState() - Method in class pro.taskana.model.TaskStateCounter
 
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
 
getTaskanaEngine() - Method in class pro.taskana.impl.TaskQueryImpl
 
getTaskById(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTaskById(String) - Method in interface pro.taskana.TaskService
Get the details of a task.
getTaskCountByWorkbasketAndDaysInPastAndState(long, List<TaskState>) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTaskCountByWorkbasketAndDaysInPastAndState(long, List<TaskState>) - Method in interface pro.taskana.TaskService
 
getTaskCountByWorkbasketIdAndDaysInPastAndState(Date, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMapper
 
getTaskCounter() - Method in class pro.taskana.model.DueWorkbasketCounter
 
getTaskCountForState(List<TaskState>) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTaskCountForState(List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMapper
 
getTaskCountForState(List<TaskState>) - Method in interface pro.taskana.TaskService
This method counts all tasks with a given state.
getTaskCountForWorkbasketByDaysInPastAndState(String, long, List<TaskState>) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTaskCountForWorkbasketByDaysInPastAndState(String, Date, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMapper
 
getTaskCountForWorkbasketByDaysInPastAndState(String, long, List<TaskState>) - Method in interface pro.taskana.TaskService
Count all Tasks in a given workbasket with daysInPast as Days from today in the past and a specific state.
getTaskId() - Method in class pro.taskana.model.TaskSummary
 
getTaskName() - Method in class pro.taskana.model.TaskSummary
 
getTasksByWorkbasketIdAndState(String, TaskState) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTasksByWorkbasketIdAndState(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.
getTaskSummariesByWorkbasketId(String) - Method in class pro.taskana.impl.TaskServiceImpl
 
getTaskSummariesByWorkbasketId(String) - Method in interface pro.taskana.TaskService
Getting a short summary of all tasks in a specific workbasket.
getType() - Method in interface pro.taskana.Classification
Get the type of the current classification.
getType() - Method in class pro.taskana.impl.ClassificationQueryImpl
 
getType() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
getType() - Method in class pro.taskana.model.ClassificationImpl
 
getType() - Method in class pro.taskana.model.ObjectReference
 
getUseContainerManagedTransactions() - 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.ClassificationQueryImpl
 
getValidFrom() - Method in class pro.taskana.model.ClassificationImpl
 
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.ClassificationQueryImpl
 
getValidUntil() - Method in class pro.taskana.model.ClassificationImpl
 
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 WorkbasketAuthorization 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.
getWorkbasketId() - Method in class pro.taskana.impl.TaskQueryImpl
 
getWorkbasketId() - Method in class pro.taskana.model.DueWorkbasketCounter
 
getWorkbasketId() - Method in class pro.taskana.model.Task
 
getWorkbasketId() - Method in class pro.taskana.model.TaskSummary
 
getWorkbasketId() - Method in class pro.taskana.model.WorkbasketAccessItem
 
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.TaskSummary
 

I

IdGenerator - Class in pro.taskana.impl.util
This class contains util emthods for generating ids.
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(Task) - Method in interface pro.taskana.model.mappings.TaskMapper
 
insert(WorkbasketAccessItem) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
insert(Workbasket) - 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
 
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.TaskQueryImpl
 
isRead() - Method in class pro.taskana.model.Task
 
isSecurityEnabled() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
 
isTransferred() - Method in class pro.taskana.impl.TaskQueryImpl
 
isTransferred() - Method in class pro.taskana.model.Task
 

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
 
modified(Date...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
modified(Date...) - Method in interface pro.taskana.WorkbasketQuery
Add your modified-Dates 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 class pro.taskana.impl.WorkbasketQueryImpl
 
name(String...) - Method in interface pro.taskana.TaskQuery
Add your names to your query.
name(String...) - Method in interface pro.taskana.WorkbasketQuery
Add your names to your query.
newClassification() - Method in interface pro.taskana.ClassificationService
Creating a new Classification with unchangeable default values.
newClassification() - Method in class pro.taskana.impl.ClassificationServiceImpl
 
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(ObjectReferenceQuery) - Method in class pro.taskana.impl.TaskQueryImpl
 
ObjectReference - Class in pro.taskana.model
ObjectReference entity.
ObjectReference() - Constructor for class pro.taskana.model.ObjectReference
 
objectReference(ObjectReferenceQuery) - Method in interface pro.taskana.TaskQuery
Add your objectReference to your query.
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 class pro.taskana.impl.WorkbasketQueryImpl
 
owner(String...) - Method in interface pro.taskana.TaskQuery
Add the owners to your query.
owner(String...) - Method in interface pro.taskana.WorkbasketQuery
Add the owners to your query.

P

parentClassification(String...) - Method in interface pro.taskana.ClassificationQuery
Add your parentClassification to your query.
parentClassification(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
popSessionFromStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
 
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.DbScriptRunner
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
 
setAuthorization(WorkbasketAuthorization) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setBusinessProcessId(String) - Method in class pro.taskana.model.Task
 
setCategory(String) - Method in interface pro.taskana.Classification
Set/Change the category of this classification.
setCategory(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setCategory(String) - Method in class pro.taskana.model.ClassificationImpl
 
setClaimed(Timestamp) - Method in class pro.taskana.model.Task
 
setClassification(Classification) - Method in class pro.taskana.model.Task
 
setClassificationId(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.model.Task
 
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(Date[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setCreated(Date[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setCreated(Date) - Method in class pro.taskana.model.ClassificationImpl
 
setCreated(Timestamp) - Method in class pro.taskana.model.Task
 
setCreated(Timestamp) - Method in class pro.taskana.model.Workbasket
 
setCustom1(String) - Method in interface pro.taskana.Classification
Set/Change the 1.
setCustom1(String) - Method in class pro.taskana.model.ClassificationImpl
 
setCustom1(String) - Method in class pro.taskana.model.Task
 
setCustom10(String) - Method in class pro.taskana.model.Task
 
setCustom2(String) - Method in interface pro.taskana.Classification
Set/Change the 2.
setCustom2(String) - Method in class pro.taskana.model.ClassificationImpl
 
setCustom2(String) - Method in class pro.taskana.model.Task
 
setCustom3(String) - Method in interface pro.taskana.Classification
Set/Change the 3.
setCustom3(String) - Method in class pro.taskana.model.ClassificationImpl
 
setCustom3(String) - Method in class pro.taskana.model.Task
 
setCustom4(String) - Method in interface pro.taskana.Classification
Set/Change the 4.
setCustom4(String) - Method in class pro.taskana.model.ClassificationImpl
 
setCustom4(String) - Method in class pro.taskana.model.Task
 
setCustom5(String) - Method in interface pro.taskana.Classification
Set/Change the 5.
setCustom5(String) - Method in class pro.taskana.model.ClassificationImpl
 
setCustom5(String) - Method in class pro.taskana.model.Task
 
setCustom6(String) - Method in interface pro.taskana.Classification
Set/Change the 6.
setCustom6(String) - Method in class pro.taskana.model.ClassificationImpl
 
setCustom6(String) - Method in class pro.taskana.model.Task
 
setCustom7(String) - Method in interface pro.taskana.Classification
Set/Change the 7.
setCustom7(String) - Method in class pro.taskana.model.ClassificationImpl
 
setCustom7(String) - Method in class pro.taskana.model.Task
 
setCustom8(String) - Method in interface pro.taskana.Classification
Set/Change the 8.
setCustom8(String) - Method in class pro.taskana.model.ClassificationImpl
 
setCustom8(String) - Method in class pro.taskana.model.Task
 
setCustom9(String) - Method in class pro.taskana.model.Task
 
setCustomAttributes(Map<String, Object>) - Method in class pro.taskana.model.Task
 
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.DbScriptRunner
 
setDescription(String) - Method in interface pro.taskana.Classification
Set/Change the classification description.
setDescription(String) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setDescription(String) - Method in class pro.taskana.impl.TaskQueryImpl
 
setDescription(String) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setDescription(String) - Method in class pro.taskana.model.ClassificationImpl
 
setDescription(String) - Method in class pro.taskana.model.Task
 
setDescription(String) - Method in class pro.taskana.model.Workbasket
 
setDistributionTargets(List<Workbasket>) - Method in class pro.taskana.model.Workbasket
 
setDomain(String) - Method in interface pro.taskana.Classification
Set/Change the domain of this classification.
setDomain(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setDomain(String) - Method in class pro.taskana.model.ClassificationImpl
 
setDue(Date) - Method in class pro.taskana.model.DueWorkbasketCounter
 
setDue(Timestamp) - Method in class pro.taskana.model.Task
 
setId(String) - Method in interface pro.taskana.Classification
Set/Change the classification-ID.
setId(String) - Method in class pro.taskana.model.ClassificationImpl
 
setId(String) - Method in class pro.taskana.model.ObjectReference
 
setId(String) - Method in class pro.taskana.model.Task
 
setId(String) - Method in class pro.taskana.model.Workbasket
 
setId(String) - Method in class pro.taskana.model.WorkbasketAccessItem
 
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.model.ClassificationImpl
 
setModified(Date[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setModified(Timestamp) - Method in class pro.taskana.model.Task
 
setModified(Timestamp) - Method in class pro.taskana.model.Workbasket
 
setName(String) - Method in interface pro.taskana.Classification
Set/Change the classification name.
setName(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setName(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setName(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setName(String) - Method in class pro.taskana.model.ClassificationImpl
 
setName(String) - Method in class pro.taskana.model.Task
 
setName(String) - Method in class pro.taskana.model.Workbasket
 
setNonNullParameter(PreparedStatement, int, Map, JdbcType) - Method in class pro.taskana.impl.persistence.MapTypeHandler
 
setObjectReferenceQuery(ObjectReferenceQuery) - Method in class pro.taskana.impl.TaskQueryImpl
 
setOwner(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setOwner(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
setOwner(String) - Method in class pro.taskana.model.Task
 
setOwner(String) - Method in class pro.taskana.model.Workbasket
 
setParentBusinessProcessId(String) - Method in class pro.taskana.model.Task
 
setParentClassificationId(String) - Method in interface pro.taskana.Classification
Set/Change a reference to the current parent classification via ID.
setParentClassificationId(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setParentClassificationId(String) - Method in class pro.taskana.model.ClassificationImpl
 
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.model.Task
 
setPrimaryObjRef(ObjectReference) - Method in class pro.taskana.model.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.ClassificationQueryImpl
 
setPriority(int[]) - Method in class pro.taskana.impl.TaskQueryImpl
 
setPriority(int) - Method in class pro.taskana.model.ClassificationImpl
 
setPriority(int) - Method in class pro.taskana.model.Task
 
setRead(boolean) - Method in class pro.taskana.impl.TaskQueryImpl
 
setRead(boolean) - Method in class pro.taskana.model.Task
 
setServiceLevel(String) - Method in interface pro.taskana.Classification
Set/Change the security level.
setServiceLevel(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setServiceLevel(String) - Method in class pro.taskana.model.ClassificationImpl
 
setState(TaskState) - Method in class pro.taskana.model.Task
 
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.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.TaskQueryImpl
 
setTransferred(boolean) - Method in class pro.taskana.model.Task
 
setType(String) - Method in interface pro.taskana.Classification
Set/Change the current type of the classification.
setType(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setType(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
setType(String) - Method in class pro.taskana.model.ClassificationImpl
 
setType(String) - Method in class pro.taskana.model.ObjectReference
 
setValidFrom(Date[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setValidFrom(Date) - Method in class pro.taskana.model.ClassificationImpl
 
setValidInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setValidUntil(Date[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
 
setValidUntil(Date) - Method in class pro.taskana.model.ClassificationImpl
 
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.impl.TaskQueryImpl
 
setWorkbasketId(String) - Method in class pro.taskana.model.DueWorkbasketCounter
 
setWorkbasketId(String) - Method in class pro.taskana.model.Task
 
setWorkbasketId(String) - Method in class pro.taskana.model.TaskSummary
 
setWorkbasketId(String) - Method in class pro.taskana.model.WorkbasketAccessItem
 
setWorkbasketName(String) - Method in class pro.taskana.model.TaskSummary
 
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 - Class in pro.taskana.model
Task entity.
Task() - Constructor for class pro.taskana.model.Task
 
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 needs 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
 
TaskMapper - Interface in pro.taskana.model.mappings
This class is the mybatis mapping of task.
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) - 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.ClassificationQueryImpl
 
toString() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
 
toString() - Method in class pro.taskana.impl.TaskQueryImpl
 
toString() - Method in class pro.taskana.impl.WorkbasketQueryImpl
 
toString() - Method in class pro.taskana.model.ClassificationImpl
 
toString() - Method in class pro.taskana.model.ObjectReference
 
toString() - Method in class pro.taskana.model.Task
 
toString() - Method in class pro.taskana.model.TaskStateCounter
 
toString() - Method in class pro.taskana.model.TaskSummary
 
toString() - Method in class pro.taskana.model.Workbasket
 
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 task to another workbasket.
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.

U

update(ClassificationImpl) - Method in interface pro.taskana.model.mappings.ClassificationMapper
 
update(ObjectReference) - Method in interface pro.taskana.model.mappings.ObjectReferenceMapper
 
update(Task) - Method in interface pro.taskana.model.mappings.TaskMapper
 
update(WorkbasketAccessItem) - Method in interface pro.taskana.model.mappings.WorkbasketAccessMapper
 
update(Workbasket) - 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
 
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.
useContainerManagedTransactions - 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.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.TaskanaEngine.ConnectionManagementMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

Workbasket - Class in pro.taskana.model
Workbasket entity.
Workbasket() - Constructor for class pro.taskana.model.Workbasket
 
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.
workbasketId(String...) - Method in class pro.taskana.impl.TaskQueryImpl
 
workbasketId(String...) - Method in interface pro.taskana.TaskQuery
Add your workbasket id 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 the 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
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.