- category(String...) - Method in interface pro.taskana.ClassificationQuery
-
Add your category to your query.
- category(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- checkAuthorization(String, WorkbasketAuthorization) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- checkAuthorization(String, WorkbasketAuthorization) - Method in interface pro.taskana.WorkbasketService
-
This method checks the authorization with the saved one for the actual User.
- claim(String) - Method in class pro.taskana.impl.TaskServiceImpl
-
- claim(String, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
-
- claim(String) - Method in interface pro.taskana.TaskService
-
Claim an existing task for the current user.
- claim(String, boolean) - Method in interface pro.taskana.TaskService
-
Claim an existing task for the current user.
- Classification - Interface in pro.taskana
-
Interface used to specify the Classification-Model.
- classification(ClassificationQuery) - Method in class pro.taskana.impl.TaskQueryImpl
-
- classification(ClassificationQuery) - Method in interface pro.taskana.TaskQuery
-
Add your classification to your query.
- CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.model.mappings.QueryMapper
-
- CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.model.mappings.TaskMapper
-
- CLASSIFICATION_FINDBYIDANDDOMAIN - Static variable in interface pro.taskana.model.mappings.QueryMapper
-
- CLASSIFICATION_FINDBYKEYANDDOMAIN - Static variable in interface pro.taskana.model.mappings.TaskMapper
-
- ClassificationAlreadyExistException - Exception in pro.taskana.exceptions
-
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
- ClassificationAlreadyExistException(Classification) - Constructor for exception pro.taskana.exceptions.ClassificationAlreadyExistException
-
- ClassificationImpl - Class in pro.taskana.impl
-
Classification entity.
- ClassificationMapper - Interface in pro.taskana.model.mappings
-
This class is the mybatis mapping of classifications.
- ClassificationNotFoundException - Exception in pro.taskana.exceptions
-
Thrown if a specific task is not in the database.
- ClassificationNotFoundException(String) - Constructor for exception pro.taskana.exceptions.ClassificationNotFoundException
-
- ClassificationQuery - Interface in pro.taskana
-
ClassificationQuery for generating dynamic sql.
- ClassificationQueryImpl - Class in pro.taskana.impl
-
Implementation of ClassificationQuery interface.
- ClassificationQueryImpl(TaskanaEngine) - Constructor for class pro.taskana.impl.ClassificationQueryImpl
-
- ClassificationService - Interface in pro.taskana
-
This class manages the classifications.
- ClassificationServiceImpl - Class in pro.taskana.impl
-
This is the implementation of ClassificationService.
- ClassificationServiceImpl(TaskanaEngine, ClassificationMapper) - Constructor for class pro.taskana.impl.ClassificationServiceImpl
-
- closeConnection() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
closes the connection to the database in mode EXPLICIT.
- closeConnection() - Method in interface pro.taskana.TaskanaEngine
-
Closes the client's connection, sets it to null and switches to mode PARTICIPATE.
- company(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- company(String...) - Method in interface pro.taskana.ObjectReferenceQuery
-
Add your company to your query.
- completeTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
-
- completeTask(String, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
-
- completeTask(String) - Method in interface pro.taskana.TaskService
-
Complete a claimed Task as owner/admin and update State and Timestamps.
- completeTask(String, boolean) - Method in interface pro.taskana.TaskService
-
Complete a claimed Task and update State and Timestamps.
- connection - Variable in class pro.taskana.impl.TaskanaEngineImpl
-
- ConnectionNotSetException - Exception in pro.taskana.exceptions
-
Thrown if ConnectionManagementMode is CONNECTION_MANAGED_EXTERNALLY and an attempt is made to call an API method before the setConnection() method has been called.
- ConnectionNotSetException() - Constructor for exception pro.taskana.exceptions.ConnectionNotSetException
-
- createClassification(Classification) - Method in interface pro.taskana.ClassificationService
-
Persists a new classification after adding default values.
- createClassification(Classification) - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- createClassificationQuery() - Method in interface pro.taskana.ClassificationService
-
This method provides a query builder for quering the database.
- createClassificationQuery() - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- created(Date...) - Method in interface pro.taskana.ClassificationQuery
-
Add your created-Dates to your query.
- created(Date...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- createdAfter(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- createdAfter(Date) - Method in interface pro.taskana.WorkbasketQuery
-
Add your createdAfter-Date to your query.
- createDatasource(String, String, String, String) - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
This method creates a PooledDataSource, if the needed properties are provided.
- createdBefore(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- createdBefore(Date) - Method in interface pro.taskana.WorkbasketQuery
-
Add your createdBefore-Date to your query.
- createDefaultDataSource() - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
- createObjectReferenceQuery() - Method in class pro.taskana.impl.TaskQueryImpl
-
- createObjectReferenceQuery() - Method in interface pro.taskana.TaskQuery
-
This method provides a query builder for quering the database.
- createTask(Task) - Method in class pro.taskana.impl.TaskServiceImpl
-
- createTask(Task) - Method in interface pro.taskana.TaskService
-
Persists a not persisted Task which does not exist already.
- createTaskQuery() - Method in class pro.taskana.impl.TaskServiceImpl
-
- createTaskQuery() - Method in interface pro.taskana.TaskService
-
This method provides a query builder for quering the database.
- createWorkbasket(Workbasket) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- createWorkbasket(Workbasket) - Method in interface pro.taskana.WorkbasketService
-
Create a new Workbasket.
- createWorkbasketAuthorization(WorkbasketAccessItem) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- createWorkbasketAuthorization(WorkbasketAccessItem) - Method in interface pro.taskana.WorkbasketService
-
Create and persist a new Workbasket Authorization with a Workbasket and a AccessId.
- createWorkbasketQuery() - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- createWorkbasketQuery() - Method in interface pro.taskana.WorkbasketService
-
This method provides a query builder for querying the database.
- CURRENT_CLASSIFICATIONS_VALID_UNTIL - Static variable in class pro.taskana.impl.ClassificationServiceImpl
-
- CurrentUserContext - Class in pro.taskana.security
-
Provides the context information about the current (calling) user.
- customFields(String...) - Method in interface pro.taskana.ClassificationQuery
-
Add your customFields to your query.
- customFields(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- customFields(String...) - Method in class pro.taskana.impl.TaskQueryImpl
-
- customFields(String...) - Method in interface pro.taskana.TaskQuery
-
Filter the custom fields with this query.
- generateWithPrefix(String) - Static method in class pro.taskana.impl.util.IdGenerator
-
This method create an id with an specific prefix.
- getAccessId() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getAccessId() - Method in class pro.taskana.model.WorkbasketAccessItem
-
- getAccessIds() - Static method in class pro.taskana.security.CurrentUserContext
-
- getAllAuthorizations() - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getAllAuthorizations() - Method in interface pro.taskana.WorkbasketService
-
Get all authorizations of the workbasket.
- getAllClassificationsWithKey(String, String) - Method in interface pro.taskana.ClassificationService
-
Get all Classifications with the given key.
- getAllClassificationsWithKey(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- getAllClassificationsWithKey(String, String) - Method in interface pro.taskana.model.mappings.ClassificationMapper
-
- getApplicationEntryPoint() - Method in interface pro.taskana.Classification
-
Get the logical name of the associated application entry point.
- getApplicationEntryPoint() - Method in class pro.taskana.impl.ClassificationImpl
-
- getApplicationEntryPoint() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getAuthorization() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getBusinessProcessId() - Method in class pro.taskana.impl.TaskImpl
-
- getBusinessProcessId() - Method in interface pro.taskana.Task
-
Returns the businessProcessId of a task.
- getCategory() - Method in interface pro.taskana.Classification
-
- getCategory() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCategory() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getClaimed() - Method in class pro.taskana.impl.TaskImpl
-
- getClaimed() - Method in interface pro.taskana.Task
-
- getClassification(String, String) - Method in interface pro.taskana.ClassificationService
-
Get the Classification for key and domain.
- getClassification(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- getClassification() - Method in class pro.taskana.impl.TaskImpl
-
- getClassification() - Method in interface pro.taskana.Task
-
- getClassificationKey() - Method in class pro.taskana.model.TaskSummary
-
- getClassificationName() - Method in class pro.taskana.model.TaskSummary
-
- getClassificationQuery() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getClassificationService() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getClassificationService() - Method in interface pro.taskana.TaskanaEngine
-
The ClassificationService can be used for operations on all Categories.
- getClassificationTree() - Method in interface pro.taskana.ClassificationService
-
Get all available Classifications as a tree.
- getClassificationTree() - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- getCompany() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- getCompany() - Method in class pro.taskana.model.ObjectReference
-
- getCompleted() - Method in class pro.taskana.impl.TaskImpl
-
- getCompleted() - Method in interface pro.taskana.Task
-
- 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.ClassificationImpl
-
- getCreated() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getCreated() - Method in class pro.taskana.impl.TaskImpl
-
- getCreated() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCreated() - Method in interface pro.taskana.Task
-
- getCreated() - Method in interface pro.taskana.Workbasket
-
Returns the timestamp when the workbasket was created.
- getCreatedAfter() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getCreatedBefore() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getCustom1() - Method in interface pro.taskana.Classification
-
Get the 1.
- getCustom1() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom1() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom1() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCustom1() - Method in interface pro.taskana.Task
-
Return the value for the 1.
- getCustom10() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom10() - Method in interface pro.taskana.Task
-
Return the value for the 10.
- getCustom2() - Method in interface pro.taskana.Classification
-
Get the 2.
- getCustom2() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom2() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom2() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCustom2() - Method in interface pro.taskana.Task
-
Return the value for the 2.
- getCustom3() - Method in interface pro.taskana.Classification
-
Get the 3.
- getCustom3() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom3() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom3() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCustom3() - Method in interface pro.taskana.Task
-
Return the value for the 3.
- getCustom4() - Method in interface pro.taskana.Classification
-
Get the 4.
- getCustom4() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom4() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom4() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCustom4() - Method in interface pro.taskana.Task
-
Return the value for the 4.
- getCustom5() - Method in interface pro.taskana.Classification
-
Get the 5.
- getCustom5() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom5() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom5() - Method in interface pro.taskana.Task
-
Return the value for the 5.
- getCustom6() - Method in interface pro.taskana.Classification
-
Get the 6.
- getCustom6() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom6() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom6() - Method in interface pro.taskana.Task
-
Return the value for the 6.
- getCustom7() - Method in interface pro.taskana.Classification
-
Get the 7.
- getCustom7() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom7() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom7() - Method in interface pro.taskana.Task
-
Return the value for the 7.
- getCustom8() - Method in interface pro.taskana.Classification
-
Get the 8.
- getCustom8() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom8() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom8() - Method in interface pro.taskana.Task
-
Return the value for the 8.
- getCustom9() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom9() - Method in interface pro.taskana.Task
-
Return the value for the 9.
- getCustomAttributes() - Method in class pro.taskana.impl.TaskImpl
-
- getCustomAttributes() - Method in interface pro.taskana.Task
-
Returns a collection of customAttributes with a max.
- getCustomFields() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getCustomFields() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getDataSource() - Method in class pro.taskana.configuration.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.ClassificationImpl
-
- getDescription() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getDescription() - Method in class pro.taskana.impl.TaskImpl
-
- getDescription() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getDescription() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getDescription() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getDescription() - Method in interface pro.taskana.Task
-
Return the task-description.
- getDescription() - Method in interface pro.taskana.Workbasket
-
Returns the workbasket-descriptions.
- getDistributionTargets() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getDistributionTargets() - Method in interface pro.taskana.Workbasket
-
Returns a list of all distribution targets.
- getDomain() - Method in interface pro.taskana.Classification
-
Get the current domain-name of this classification.
- getDomain() - Method in class pro.taskana.impl.ClassificationImpl
-
- getDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getDomain() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getDomain() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getDomain() - Method in interface pro.taskana.Workbasket
-
Returns the domain of the workbasket.
- getDue() - Method in class pro.taskana.impl.TaskImpl
-
- getDue() - Method in class pro.taskana.model.DueWorkbasketCounter
-
- getDue() - Method in interface pro.taskana.Task
-
Returns the time when this task should be finished.
- getGroupIds() - Static method in class pro.taskana.security.CurrentUserContext
-
- getId() - Method in interface pro.taskana.Classification
-
- getId() - Method in class pro.taskana.impl.ClassificationImpl
-
- getId() - Method in class pro.taskana.impl.TaskImpl
-
- getId() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getId() - Method in class pro.taskana.model.ObjectReference
-
- getId() - Method in class pro.taskana.model.WorkbasketAccessItem
-
- getId() - Method in interface pro.taskana.Task
-
Returns the current id of the task.
- getId() - Method in interface pro.taskana.Workbasket
-
Returns the unique id of a workbasket.
- getIsValidInDomain() - Method in interface pro.taskana.Classification
-
Get a flag if the classification if currently valid in the used domain.
- getIsValidInDomain() - Method in class pro.taskana.impl.ClassificationImpl
-
- getKey() - Method in interface pro.taskana.Classification
-
- getKey() - Method in class pro.taskana.impl.ClassificationImpl
-
- getKey() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getKey() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getKey() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getKey() - Method in interface pro.taskana.Workbasket
-
Returns the key of the workbasket.
- getModified() - Method in class pro.taskana.impl.TaskImpl
-
- getModified() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getModified() - Method in interface pro.taskana.Task
-
Returns the time when the task was modified the last time.
- getModified() - Method in interface pro.taskana.Workbasket
-
Returns the timestamp when the workbasket was modified the last time.
- getModifiedAfter() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getModifiedBefore() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getName() - Method in interface pro.taskana.Classification
-
Get the classification name.
- getName() - Method in class pro.taskana.impl.ClassificationImpl
-
- getName() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getName() - Method in class pro.taskana.impl.TaskImpl
-
- getName() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getName() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getName() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getName() - Method in class pro.taskana.security.GroupPrincipal
-
- getName() - Method in class pro.taskana.security.UserPrincipal
-
- getName() - Method in interface pro.taskana.Task
-
Return the name of the current task.
- getName() - Method in interface pro.taskana.Workbasket
-
Returns the name of the workbasket.
- getNullableResult(ResultSet, String) - Method in class pro.taskana.impl.persistence.MapTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class pro.taskana.impl.persistence.MapTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class pro.taskana.impl.persistence.MapTypeHandler
-
- getObjectReferenceQuery() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getOrgLevel1() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOrgLevel2() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOrgLevel3() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOrgLevel4() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOwner() - Method in class pro.taskana.impl.TaskImpl
-
- getOwner() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getOwner() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOwner() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getOwner() - Method in interface pro.taskana.Task
-
Return the id of the task-owner.
- getOwner() - Method in interface pro.taskana.Workbasket
-
Returns the Id of the workbasket-owner.
- getParentBusinessProcessId() - Method in class pro.taskana.impl.TaskImpl
-
- getParentBusinessProcessId() - Method in interface pro.taskana.Task
-
Returns the parentBusinessProcessId of a task.
- getParentClassificationKey() - Method in interface pro.taskana.Classification
-
Used to get the ID of the parent classification.
- getParentClassificationKey() - Method in class pro.taskana.impl.ClassificationImpl
-
- getParentClassificationKey() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getPlanned() - Method in class pro.taskana.impl.TaskImpl
-
- getPlanned() - Method in interface pro.taskana.Task
-
Returns the time when the work on this task was planned to be started.
- getPrimaryObjRef() - Method in class pro.taskana.impl.TaskImpl
-
- getPrimaryObjRef() - Method in interface pro.taskana.Task
-
- getPriority() - Method in interface pro.taskana.Classification
-
Get the current classification priority (numeric).
- getPriority() - Method in class pro.taskana.impl.ClassificationImpl
-
- getPriority() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getPriority() - Method in class pro.taskana.impl.TaskImpl
-
- getPriority() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPriority() - Method in interface pro.taskana.Task
-
Returns the numeric priority of a task.
- getServiceLevel() - Method in interface pro.taskana.Classification
-
Get the current service level.
- getServiceLevel() - Method in class pro.taskana.impl.ClassificationImpl
-
- getServiceLevel() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getSessionFromStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
-
- getSessionStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
-
With sessionStack, we maintain a Stack of SqlSessionManager objects on a per thread basis.
- getState() - Method in class pro.taskana.impl.TaskImpl
-
- getState() - Method in class pro.taskana.model.TaskStateCounter
-
- getState() - Method in interface pro.taskana.Task
-
- 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 by Id.
- getTaskCountByWorkbasketAndDaysInPastAndState(long, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
-
- getTaskCountByWorkbasketAndDaysInPastAndState(long, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
-
Count all Tasks for all work basket objects where the due date is after "daysInPast" days from today in the past
and the tasks are in specified states.
- getTaskCountByWorkbasketIdAndDaysInPastAndState(Date, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMapper
-
- getTaskCountByWorkbasketIdAndDaysInPastAndState(Date, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
-
- getTaskCounter() - Method in class pro.taskana.model.DueWorkbasketCounter
-
- getTaskCountForState(List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
-
- getTaskCountForState(List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
-
- getTaskCountForState(List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
-
This method counts all tasks with a given state.
- getTaskCountForWorkbasketByDaysInPastAndState(String, long, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
-
- getTaskCountForWorkbasketByDaysInPastAndState(String, Date, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
-
- getTaskCountForWorkbasketByDaysInPastAndState(String, long, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
-
Count all Tasks in a given work basket where the due date is after "daysInPast" days from today in the past and
the tasks are in specified states.
- getTaskId() - Method in class pro.taskana.model.TaskSummary
-
- getTaskMonitorService() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getTaskMonitorService() - Method in interface pro.taskana.TaskanaEngine
-
The TaskMonitorService can be used for monitoring Tasks.
- getTaskName() - Method in class pro.taskana.model.TaskSummary
-
- getTasksByWorkbasketKeyAndState(String, TaskState) - Method in class pro.taskana.impl.TaskServiceImpl
-
- getTasksByWorkbasketKeyAndState(String, TaskState) - Method in interface pro.taskana.TaskService
-
Getting a list of all Tasks which got matching workbasketIds and states.
- getTaskService() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getTaskService() - Method in interface pro.taskana.TaskanaEngine
-
The TaskService can be used for operations on all Tasks.
- getTaskSummariesByWorkbasketKey(String) - Method in class pro.taskana.impl.TaskServiceImpl
-
- getTaskSummariesByWorkbasketKey(String) - Method in interface pro.taskana.TaskService
-
Getting a short summary of all tasks in a specific work basket.
- getType() - Method in interface pro.taskana.Classification
-
Get the type of the current classification.
- getType() - Method in class pro.taskana.impl.ClassificationImpl
-
- getType() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getType() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- getType() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getType() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getType() - Method in class pro.taskana.model.ObjectReference
-
- getType() - Method in interface pro.taskana.Workbasket
-
Returns the type of the workbasket.
- getUseManagedTransactions() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
- getUserid() - Static method in class pro.taskana.security.CurrentUserContext
-
Returns the userid of the current user.
- getValidFrom() - Method in interface pro.taskana.Classification
-
Get the sql-date since/when the classification is valid from.
- getValidFrom() - Method in class pro.taskana.impl.ClassificationImpl
-
- getValidFrom() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getValidInDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getValidUntil() - Method in interface pro.taskana.Classification
-
Get the sql-date until the classification is valid.
- getValidUntil() - Method in class pro.taskana.impl.ClassificationImpl
-
- getValidUntil() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getValue() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- getValue() - Method in class pro.taskana.model.ObjectReference
-
- getWorkbasket(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbasket(String) - Method in interface pro.taskana.WorkbasketService
-
Get Workbasket for a given id.
- getWorkbasketAuthorization(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbasketAuthorization(String) - Method in interface pro.taskana.WorkbasketService
-
This method get one WorkbasketAccessItem with an id.
- getWorkbasketAuthorizations(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbasketAuthorizations(String) - Method in interface pro.taskana.WorkbasketService
-
Get all authorizations for a Workbasket.
- getWorkbasketByKey(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbasketByKey(String) - Method in interface pro.taskana.WorkbasketService
-
Get Workbasket for a given key.
- getWorkbasketId() - Method in class pro.taskana.model.DueWorkbasketCounter
-
- getWorkbasketKey() - Method in class pro.taskana.impl.TaskImpl
-
- getWorkbasketKey() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getWorkbasketKey() - Method in class pro.taskana.model.TaskSummary
-
- getWorkbasketKey() - Method in class pro.taskana.model.WorkbasketAccessItem
-
- getWorkbasketKey() - Method in interface pro.taskana.Task
-
Returns the key of the Workbasket where the task is stored in.
- getWorkbasketName() - Method in class pro.taskana.model.TaskSummary
-
- getWorkbaskets(List<WorkbasketAuthorization>) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbaskets() - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbaskets() - Method in interface pro.taskana.WorkbasketService
-
Get all available Workbaskets.
- getWorkbaskets(List<WorkbasketAuthorization>) - Method in interface pro.taskana.WorkbasketService
-
This method returns the workbaskets for which the current user has all permissions specified in the permissions
list.
- getWorkbasketService() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getWorkbasketService() - Method in interface pro.taskana.TaskanaEngine
-
The WorkbasketService can be used for operations on all Workbaskets.
- GroupPrincipal - Class in pro.taskana.security
-
Represents a group with a name and a set of members.
- GroupPrincipal(String) - Constructor for class pro.taskana.security.GroupPrincipal
-
- securityEnabled - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
-
- serviceLevel(String...) - Method in interface pro.taskana.ClassificationQuery
-
Add your serviceLevel to your query.
- serviceLevel(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- sessionFactory - Variable in class pro.taskana.impl.TaskanaEngineImpl
-
- sessionManager - Variable in class pro.taskana.impl.TaskanaEngineImpl
-
- sessionStack - Static variable in class pro.taskana.impl.TaskanaEngineImpl
-
- setAccessId(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setAccessId(String) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setApplicationEntryPoint(String) - Method in interface pro.taskana.Classification
-
Set the logical name of the associated application entry point.
- setApplicationEntryPoint(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setApplicationEntryPoint(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setAuthorization(WorkbasketAuthorization) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCategory(String) - Method in interface pro.taskana.Classification
-
Set/Change the category of this classification.
- setCategory(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCategory(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setClaimed(Timestamp) - Method in class pro.taskana.impl.TaskImpl
-
- setClassification(Classification) - Method in class pro.taskana.impl.TaskImpl
-
- setClassification(Classification) - Method in interface pro.taskana.Task
-
- setClassificationKey(String) - Method in class pro.taskana.model.TaskSummary
-
- setClassificationName(String) - Method in class pro.taskana.model.TaskSummary
-
- setClassificationQuery(ClassificationQuery) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setCompany(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setCompany(String) - Method in class pro.taskana.model.ObjectReference
-
- setCompleted(Timestamp) - Method in class pro.taskana.impl.TaskImpl
-
- setConnection(Connection) - Method in class pro.taskana.impl.TaskanaEngineImpl
-
Set the database connection to be used by taskana.
- setConnection(Connection) - Method in interface pro.taskana.TaskanaEngine
-
Set the connection to be used by taskana in mode CONNECTION_MANAGED_EXTERNALLY.
- setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in class pro.taskana.impl.TaskanaEngineImpl
-
sets the connection management mode.
- setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in interface pro.taskana.TaskanaEngine
-
sets the connection management mode for taskana.
- setCounter(long) - Method in class pro.taskana.model.TaskStateCounter
-
- setCreated(Date) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCreated(Date[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setCreated(Timestamp) - Method in class pro.taskana.impl.TaskImpl
-
- setCreated(Timestamp) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCreatedAfter(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setCreatedBefore(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setCustom1(String) - Method in interface pro.taskana.Classification
-
Set/Change the 1.
- setCustom1(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom1(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom1(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom1(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute1.
- setCustom10(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom10(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute10.
- setCustom2(String) - Method in interface pro.taskana.Classification
-
Set/Change the 2.
- setCustom2(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom2(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom2(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom2(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute2.
- setCustom3(String) - Method in interface pro.taskana.Classification
-
Set/Change the 3.
- setCustom3(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom3(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom3(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom3(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute3.
- setCustom4(String) - Method in interface pro.taskana.Classification
-
Set/Change the 4.
- setCustom4(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom4(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom4(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom4(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute4.
- setCustom5(String) - Method in interface pro.taskana.Classification
-
Set/Change the 5.
- setCustom5(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom5(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom5(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute25.
- setCustom6(String) - Method in interface pro.taskana.Classification
-
Set/Change the 6.
- setCustom6(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom6(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom6(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute6.
- setCustom7(String) - Method in interface pro.taskana.Classification
-
Set/Change the 7.
- setCustom7(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom7(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom7(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute7.
- setCustom8(String) - Method in interface pro.taskana.Classification
-
Set/Change the 8.
- setCustom8(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom8(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom8(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute8.
- setCustom9(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom9(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute9.
- setCustomAttributes(Map<String, Object>) - Method in class pro.taskana.impl.TaskImpl
-
- setCustomFields(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setCustomFields(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setDataSource(DataSource) - Method in class pro.taskana.configuration.DbScriptRunner
-
- setDescription(String) - Method in interface pro.taskana.Classification
-
Set/Change the classification description.
- setDescription(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setDescription(String) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setDescription(String) - Method in class pro.taskana.impl.TaskImpl
-
- setDescription(String) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setDescription(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setDescription(String) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setDescription(String) - Method in interface pro.taskana.Task
-
Sets the description of the task.
- setDescription(String) - Method in interface pro.taskana.Workbasket
-
Sets the workbasket-descriptions.
- setDistributionTargets(List<Workbasket>) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setDistributionTargets(List<Workbasket>) - Method in interface pro.taskana.Workbasket
-
Sets the list of distribution targets for this workbasket.
- setDomain(String) - Method in interface pro.taskana.Classification
-
Set/Change the domain of this classification.
- setDomain(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setDomain(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setDomain(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setDomain(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setDomain(String) - Method in interface pro.taskana.Workbasket
-
Set the domain of the workbasket.
- setDue(Timestamp) - Method in class pro.taskana.impl.TaskImpl
-
- setDue(Date) - Method in class pro.taskana.model.DueWorkbasketCounter
-
- setId(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setId(String) - Method in class pro.taskana.impl.TaskImpl
-
- setId(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setId(String) - Method in class pro.taskana.model.ObjectReference
-
- setId(String) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setIsValidInDomain(Boolean) - Method in interface pro.taskana.Classification
-
Set/Change the flag which marks the classification as valid/invalid in the currently used domain.
- setIsValidInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationImpl
-
- setKey(String) - Method in interface pro.taskana.Classification
-
Set/Change the classification key.
- setKey(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setKey(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setKey(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setKey(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setKey(String) - Method in interface pro.taskana.Workbasket
-
Set the key of the workbasket.
- setModified(Timestamp) - Method in class pro.taskana.impl.TaskImpl
-
- setModified(Timestamp) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setModified(Timestamp) - Method in interface pro.taskana.Workbasket
-
Sets the time when the workbasket was modified the last time.
- setModifiedAfter(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setModifiedBefore(Date) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setName(String) - Method in interface pro.taskana.Classification
-
Set/Change the classification name.
- setName(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setName(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setName(String) - Method in class pro.taskana.impl.TaskImpl
-
- setName(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setName(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setName(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setName(String) - Method in interface pro.taskana.Task
-
Sets the name of the current task.
- setName(String) - Method in interface pro.taskana.Workbasket
-
Sets the name of the workbasket.
- setNonNullParameter(PreparedStatement, int, Map, JdbcType) - Method in class pro.taskana.impl.persistence.MapTypeHandler
-
- setObjectReferenceQuery(ObjectReferenceQuery) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setOrgLevel1(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOrgLevel2(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOrgLevel3(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOrgLevel4(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOwner(String) - Method in class pro.taskana.impl.TaskImpl
-
- setOwner(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setOwner(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOwner(String[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setOwner(String) - Method in interface pro.taskana.Task
-
Sets the ownerId of this task.
- setParentBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
-
- setParentClassificationKey(String) - Method in interface pro.taskana.Classification
-
Set/Change a reference to the current parent classification via ID.
- setParentClassificationKey(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setParentClassificationKey(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setPermAppend(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom1(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom2(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom3(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom4(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom5(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom6(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom7(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom8(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermDistribute(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermOpen(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermRead(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermTransfer(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPlanned(Timestamp) - Method in class pro.taskana.impl.TaskImpl
-
- setPlanned(Timestamp) - Method in interface pro.taskana.Task
-
Sets the time when the work on this task should be started.
- setPrimaryObjRef(ObjectReference) - Method in class pro.taskana.impl.TaskImpl
-
- setPrimaryObjRef(ObjectReference) - Method in interface pro.taskana.Task
-
- setPriority(int) - Method in interface pro.taskana.Classification
-
Set/Change the numeric priority of a classification.
- setPriority(int) - Method in class pro.taskana.impl.ClassificationImpl
-
- setPriority(int[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setPriority(int) - Method in class pro.taskana.impl.TaskImpl
-
- setPriority(int[]) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setRead(boolean) - Method in class pro.taskana.impl.TaskImpl
-
- setRead(boolean) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setServiceLevel(String) - Method in interface pro.taskana.Classification
-
Set/Change the security level.
- setServiceLevel(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setServiceLevel(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setState(TaskState) - Method in class pro.taskana.impl.TaskImpl
-
- setState(TaskState) - Method in class pro.taskana.model.TaskStateCounter
-
- setStates(TaskState[]) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setSystem(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setSystem(String) - Method in class pro.taskana.model.ObjectReference
-
- setSystemInstance(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setSystemInstance(String) - Method in class pro.taskana.model.ObjectReference
-
- setTaskanaEngine(TaskanaEngineImpl) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setTaskCounter(long) - Method in class pro.taskana.model.DueWorkbasketCounter
-
- setTaskId(String) - Method in class pro.taskana.model.TaskSummary
-
- setTaskName(String) - Method in class pro.taskana.model.TaskSummary
-
- setTaskRead(String, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
-
- setTaskRead(String, boolean) - Method in interface pro.taskana.TaskService
-
Marks a task as read.
- setTransferred(boolean) - Method in class pro.taskana.impl.TaskImpl
-
- setTransferred(boolean) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setType(String) - Method in interface pro.taskana.Classification
-
Set/Change the current type of the classification.
- setType(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setType(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setType(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setType(WorkbasketType) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setType(WorkbasketType[]) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- setType(String) - Method in class pro.taskana.model.ObjectReference
-
- setType(WorkbasketType) - Method in interface pro.taskana.Workbasket
-
Sets the type of the workbasket.
- setValidFrom(Date) - Method in class pro.taskana.impl.ClassificationImpl
-
- setValidFrom(Date[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setValidInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setValidUntil(Date) - Method in class pro.taskana.impl.ClassificationImpl
-
- setValidUntil(Date[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setValue(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setValue(String) - Method in class pro.taskana.model.ObjectReference
-
- setWorkbasketId(String) - Method in class pro.taskana.model.DueWorkbasketCounter
-
- setWorkbasketKey(String) - Method in class pro.taskana.impl.TaskImpl
-
- setWorkbasketKey(String[]) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setWorkbasketKey(String) - Method in class pro.taskana.model.TaskSummary
-
- setWorkbasketKey(String) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setWorkbasketKey(String) - Method in interface pro.taskana.Task
-
Sets the key of the Workbasket where the task should be stored in.
- setWorkbasketName(String) - Method in class pro.taskana.model.TaskSummary
-
- shouldUseLowerCaseForAccessIds() - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
Helper method to determine whether all access ids (user Id and group ids) should be used in lower case.
- single() - Method in interface pro.taskana.BaseQuery
-
This method will return a single object of T.
- single() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- single() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- single() - Method in class pro.taskana.impl.TaskQueryImpl
-
- single() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- state(TaskState...) - Method in class pro.taskana.impl.TaskQueryImpl
-
- state(TaskState...) - Method in interface pro.taskana.TaskQuery
-
Add your state to your query.
- system(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- system(String...) - Method in interface pro.taskana.ObjectReferenceQuery
-
Add your system to your query.
- systemInstance(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- systemInstance(String...) - Method in interface pro.taskana.ObjectReferenceQuery
-
Add your systemInstance to your query.
- Task - Interface in pro.taskana
-
task-Interface to specify attribute interactions.
- TaskAlreadyExistException - Exception in pro.taskana.exceptions
-
Thrown when a Task is going to be created, but a Task with the same ID does already exist.
- TaskAlreadyExistException(String) - Constructor for exception pro.taskana.exceptions.TaskAlreadyExistException
-
- TaskanaEngine - Interface in pro.taskana
-
The TaskanaEngine represents an overall set of all needed services.
- TaskanaEngine.ConnectionManagementMode - Enum in pro.taskana
-
Connection management mode.
- TaskanaEngineConfiguration - Class in pro.taskana.configuration
-
This central class creates the TaskanaEngine and holds all the information about DB and Security.
- TaskanaEngineConfiguration() - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
-
- TaskanaEngineConfiguration(DataSource, boolean) - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
-
- TaskanaEngineConfiguration(DataSource, boolean, boolean) - Constructor for class pro.taskana.configuration.TaskanaEngineConfiguration
-
- taskanaEngineConfiguration - Variable in class pro.taskana.impl.TaskanaEngineImpl
-
- TaskanaEngineImpl - Class in pro.taskana.impl
-
This is the implementation of TaskanaEngine.
- TaskanaEngineImpl(TaskanaEngineConfiguration) - Constructor for class pro.taskana.impl.TaskanaEngineImpl
-
- TaskanaException - Exception in pro.taskana.exceptions
-
common base class for Taskana's checked exceptions.
- TaskanaException() - Constructor for exception pro.taskana.exceptions.TaskanaException
-
- TaskanaException(String) - Constructor for exception pro.taskana.exceptions.TaskanaException
-
- TaskanaException(Throwable) - Constructor for exception pro.taskana.exceptions.TaskanaException
-
- TaskanaException(String, Throwable) - Constructor for exception pro.taskana.exceptions.TaskanaException
-
- TaskanaException(String, Throwable, boolean, boolean) - Constructor for exception pro.taskana.exceptions.TaskanaException
-
- TaskanaRuntimeException - Exception in pro.taskana.exceptions
-
Common base class for Taskana's runtime exceptions.
- TaskanaRuntimeException() - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
-
- TaskanaRuntimeException(String) - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
-
- TaskanaRuntimeException(Throwable) - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
-
- TaskanaRuntimeException(String, Throwable) - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
-
- TaskanaRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception pro.taskana.exceptions.TaskanaRuntimeException
-
- TaskImpl - Class in pro.taskana.impl
-
Task entity.
- TaskMapper - Interface in pro.taskana.model.mappings
-
This class is the mybatis mapping of task.
- TaskMonitorMapper - Interface in pro.taskana.model.mappings
-
This class is the mybatis mapping of task monitoring.
- TaskMonitorService - Interface in pro.taskana
-
The Task Monitor Service manages operations on tasks regarding the monitoring.
- TaskMonitorServiceImpl - Class in pro.taskana.impl
-
This is the implementation of TaskMonitorService.
- TaskMonitorServiceImpl(TaskanaEngine, TaskMonitorMapper) - Constructor for class pro.taskana.impl.TaskMonitorServiceImpl
-
- TaskNotFoundException - Exception in pro.taskana.exceptions
-
This exception will be thrown if a specific task is not in the database.
- TaskNotFoundException(String) - Constructor for exception pro.taskana.exceptions.TaskNotFoundException
-
- TaskQuery - Interface in pro.taskana
-
TaskQuery for generating dynamic sql.
- TaskQueryImpl - Class in pro.taskana.impl
-
TaskQuery for generating dynamic sql.
- TaskQueryImpl(TaskanaEngine) - Constructor for class pro.taskana.impl.TaskQueryImpl
-
- TaskService - Interface in pro.taskana
-
The Task Service manages all operations on tasks.
- TaskServiceImpl - Class in pro.taskana.impl
-
This is the implementation of TaskService.
- TaskServiceImpl(TaskanaEngine, TaskMapper, ObjectReferenceMapper) - 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.ClassificationImpl
-
- toString() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- toString() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- toString() - Method in class pro.taskana.impl.TaskImpl
-
- toString() - Method in class pro.taskana.impl.TaskQueryImpl
-
- toString() - Method in class pro.taskana.impl.WorkbasketImpl
-
- toString() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- toString() - Method in class pro.taskana.model.ObjectReference
-
- toString() - Method in class pro.taskana.model.TaskStateCounter
-
- toString() - Method in class pro.taskana.model.TaskSummary
-
- toString() - Method in class pro.taskana.model.WorkbasketAccessItem
-
- transactionFactory - Variable in class pro.taskana.impl.TaskanaEngineImpl
-
- transfer(String, String) - Method in class pro.taskana.impl.TaskServiceImpl
-
- transfer(String, String) - Method in interface pro.taskana.TaskService
-
Transfer a task to another work basket.
- transferred(Boolean) - Method in class pro.taskana.impl.TaskQueryImpl
-
- transferred(Boolean) - Method in interface pro.taskana.TaskQuery
-
Add the isTransferred flag to the query.
- type(String...) - Method in interface pro.taskana.ClassificationQuery
-
Add your type to your query.
- type(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- type(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- type(String...) - Method in interface pro.taskana.ObjectReferenceQuery
-
Add your type to your query.
- typeIn(WorkbasketType...) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- typeIn(WorkbasketType...) - Method in interface pro.taskana.WorkbasketQuery
-
Add your types to your query.
- VALID_UNTIL - Static variable in interface pro.taskana.model.mappings.ClassificationMapper
-
- validFrom(Date...) - Method in interface pro.taskana.ClassificationQuery
-
Define after which date the classifications should be valid.
- validFrom(Date...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- validInDomain(Boolean) - Method in interface pro.taskana.ClassificationQuery
-
Add to your query if the Classification shall be valid in its domain.
- validInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- validUntil(Date...) - Method in interface pro.taskana.ClassificationQuery
-
Define until which date the classifications should be valid.
- validUntil(Date...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- value(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- value(String...) - Method in interface pro.taskana.ObjectReferenceQuery
-
Add your value to your query.
- valueOf(String) - Static method in enum pro.taskana.model.TaskState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.model.WorkbasketAuthorization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.model.WorkbasketType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pro.taskana.TaskanaEngine.ConnectionManagementMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum pro.taskana.model.TaskState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.model.WorkbasketAuthorization
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.model.WorkbasketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum pro.taskana.TaskanaEngine.ConnectionManagementMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.