- 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.
- 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
-
- 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.
- 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.