- callerHasPermission(WorkbasketAuthorization) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- callerHasPermission(WorkbasketAuthorization) - Method in interface pro.taskana.WorkbasketQuery
-
Setting up the permissions for the accessIds of the CurrentUserContext.
- category(String...) - Method in interface pro.taskana.ClassificationQuery
-
Add your category to your query.
- category(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- checkAuthorization(String, WorkbasketAuthorization) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- checkAuthorization(String, WorkbasketAuthorization) - Method in interface pro.taskana.WorkbasketService
-
This method checks the authorization with the saved one for the actual User.
- claim(String) - Method in class pro.taskana.impl.TaskServiceImpl
-
- claim(String, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
-
- claim(String) - Method in interface pro.taskana.TaskService
-
Claim an existing task for the current user.
- claim(String, boolean) - Method in interface pro.taskana.TaskService
-
Claim an existing task for the current user.
- Classification - Interface in pro.taskana
-
Interface used to specify the Classification-Model.
- CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.model.mappings.QueryMapper
-
- CLASSIFICATION_FINDBYID - Static variable in interface pro.taskana.model.mappings.TaskMapper
-
- CLASSIFICATION_FINDBYKEYANDDOMAIN - Static variable in interface pro.taskana.model.mappings.QueryMapper
-
- CLASSIFICATION_FINDBYKEYANDDOMAIN - Static variable in interface pro.taskana.model.mappings.TaskMapper
-
- ClassificationAlreadyExistException - Exception in pro.taskana.exceptions
-
Thrown, when a classification does already exits, but wanted to create with same ID+domain.
- ClassificationAlreadyExistException(Classification) - Constructor for exception pro.taskana.exceptions.ClassificationAlreadyExistException
-
- ClassificationImpl - Class in pro.taskana.impl
-
Classification entity.
- classificationKeyIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
-
- classificationKeyIn(String...) - Method in interface pro.taskana.TaskQuery
-
Add your classificationKey to your query.
- ClassificationMapper - Interface in pro.taskana.model.mappings
-
This class is the mybatis mapping of classifications.
- ClassificationNotFoundException - Exception in pro.taskana.exceptions
-
Thrown if a specific task is not in the database.
- ClassificationNotFoundException(String) - Constructor for exception pro.taskana.exceptions.ClassificationNotFoundException
-
- ClassificationQuery - Interface in pro.taskana
-
ClassificationQuery for generating dynamic sql.
- ClassificationQueryImpl - Class in pro.taskana.impl
-
Implementation of ClassificationQuery interface.
- ClassificationQueryImpl(TaskanaEngine) - Constructor for class pro.taskana.impl.ClassificationQueryImpl
-
- ClassificationService - Interface in pro.taskana
-
This class manages the classifications.
- ClassificationServiceImpl - Class in pro.taskana.impl
-
This is the implementation of ClassificationService.
- ClassificationServiceImpl(TaskanaEngine, ClassificationMapper) - Constructor for class pro.taskana.impl.ClassificationServiceImpl
-
- ClassificationSummary - Interface in pro.taskana
-
Interface for ClassificationSummaries.
- ClassificationSummaryImpl - Class in pro.taskana.impl
-
Implementation for the short summaries of a classification entity.
- ClassificationSummaryImpl() - Constructor for class pro.taskana.impl.ClassificationSummaryImpl
-
- closeConnection() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
closes the connection to the database in mode EXPLICIT.
- closeConnection() - Method in interface pro.taskana.TaskanaEngine
-
Closes the client's connection, sets it to null and switches to mode PARTICIPATE.
- company(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- company(String...) - Method in interface pro.taskana.ObjectReferenceQuery
-
Add your company to your query.
- completeTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
-
- completeTask(String, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
-
- completeTask(String) - Method in interface pro.taskana.TaskService
-
Complete a claimed Task as owner/admin and update State and Timestamps.
- completeTask(String, boolean) - Method in interface pro.taskana.TaskService
-
Complete a claimed Task and update State and Timestamps.
- ConcurrencyException - Exception in pro.taskana.exceptions
-
This exception is thrown when an attempt is made to update an object that has already been updated by another user.
- ConcurrencyException(String) - Constructor for exception pro.taskana.exceptions.ConcurrencyException
-
- connection - Variable in class pro.taskana.impl.TaskanaEngineImpl
-
- ConnectionNotSetException - Exception in pro.taskana.exceptions
-
Thrown if ConnectionManagementMode is CONNECTION_MANAGED_EXTERNALLY and an attempt is made to call an API method before the setConnection() method has been called.
- ConnectionNotSetException() - Constructor for exception pro.taskana.exceptions.ConnectionNotSetException
-
- createClassification(Classification) - Method in interface pro.taskana.ClassificationService
-
Persists a new classification after adding default values.
- createClassification(Classification) - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- createClassificationQuery() - Method in interface pro.taskana.ClassificationService
-
This method provides a query builder for quering the database.
- createClassificationQuery() - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- created(Instant...) - Method in interface pro.taskana.ClassificationQuery
-
Add your created-Dates to your query.
- created(Instant...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- createdAfter(Instant) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- createdAfter(Instant) - Method in interface pro.taskana.WorkbasketQuery
-
Add your createdAfter-Date to your query.
- createDatasource(String, String, String, String) - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
This method creates a PooledDataSource, if the needed properties are provided.
- createdBefore(Instant) - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- createdBefore(Instant) - Method in interface pro.taskana.WorkbasketQuery
-
Add your createdBefore-Date to your query.
- createDefaultDataSource() - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
- createObjectReferenceQuery() - Method in class pro.taskana.impl.TaskQueryImpl
-
- createObjectReferenceQuery() - Method in interface pro.taskana.TaskQuery
-
This method provides a query builder for quering the database.
- createTask(Task) - Method in class pro.taskana.impl.TaskServiceImpl
-
- createTask(Task) - Method in interface pro.taskana.TaskService
-
Persists a not persisted Task which does not exist already.
- createTaskQuery() - Method in class pro.taskana.impl.TaskServiceImpl
-
- createTaskQuery() - Method in interface pro.taskana.TaskService
-
This method provides a query builder for quering the database.
- createWorkbasket(Workbasket) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- createWorkbasket(Workbasket) - Method in interface pro.taskana.WorkbasketService
-
Create a new Workbasket.
- createWorkbasketAuthorization(WorkbasketAccessItem) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- createWorkbasketAuthorization(WorkbasketAccessItem) - Method in interface pro.taskana.WorkbasketService
-
Create and persist a new Workbasket Authorization with a Workbasket and a AccessId.
- createWorkbasketQuery() - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- createWorkbasketQuery() - Method in interface pro.taskana.WorkbasketService
-
This method provides a query builder for querying the database.
- CurrentUserContext - Class in pro.taskana.security
-
Provides the context information about the current (calling) user.
- customFields(String...) - Method in interface pro.taskana.ClassificationQuery
-
Add your customFields to your query.
- customFields(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- customFieldsIn(String...) - Method in class pro.taskana.impl.TaskQueryImpl
-
- customFieldsIn(String...) - Method in interface pro.taskana.TaskQuery
-
Filter the custom fields with this query.
- generateWithPrefix(String) - Static method in class pro.taskana.impl.util.IdGenerator
-
This method create an id with an specific prefix.
- getAccessId() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getAccessId() - Method in class pro.taskana.model.WorkbasketAccessItem
-
- getAccessIds() - Static method in class pro.taskana.security.CurrentUserContext
-
- getAllAuthorizations() - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getAllAuthorizations() - Method in interface pro.taskana.WorkbasketService
-
Get all authorizations of the workbasket.
- getAllClassifications(String, String) - Method in interface pro.taskana.ClassificationService
-
Get all ClassificationSummaries with the given key.
- getAllClassifications(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- getAllClassificationsWithKey(String, String) - Method in interface pro.taskana.model.mappings.ClassificationMapper
-
- getApplicationEntryPoint() - Method in interface pro.taskana.Classification
-
Get the logical name of the associated application entry point.
- getApplicationEntryPoint() - Method in class pro.taskana.impl.ClassificationImpl
-
- getApplicationEntryPoint() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getAttachments() - Method in class pro.taskana.impl.TaskImpl
-
- getAttachments() - Method in interface pro.taskana.Task
-
Return the attachments for this task.
- getAttachmentSummaries() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getAuthorization() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getBusinessProcessId() - Method in class pro.taskana.impl.TaskImpl
-
- getBusinessProcessId() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getBusinessProcessId() - Method in interface pro.taskana.Task
-
Returns the businessProcessId of a task.
- getBusinessProcessId() - Method in interface pro.taskana.TaskSummary
-
Gets the businessProcessId of the task.
- getCategory() - Method in interface pro.taskana.Classification
-
- getCategory() - Method in interface pro.taskana.ClassificationSummary
-
Gets the category of the classification.
- getCategory() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCategory() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getCategory() - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- getChannel() - Method in interface pro.taskana.Attachment
-
Returns the Channel on which the attachment was received.
- getChannel() - Method in class pro.taskana.impl.AttachmentImpl
-
- getClaimed() - Method in class pro.taskana.impl.TaskImpl
-
- getClaimed() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getClaimed() - Method in interface pro.taskana.Task
-
- getClaimed() - Method in interface pro.taskana.TaskSummary
-
Gets the time when the task was claimed.
- getClassification(String, String) - Method in interface pro.taskana.ClassificationService
-
Get the Classification for key and domain.
- getClassification(String, String) - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- getClassificationKey() - Method in class pro.taskana.impl.TaskImpl
-
- getClassificationKey() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getClassificationService() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getClassificationService() - Method in interface pro.taskana.TaskanaEngine
-
The ClassificationService can be used for operations on all Categories.
- getClassificationSummary() - Method in interface pro.taskana.Attachment
-
Returns the classification summary of the attachment.
- getClassificationSummary() - Method in interface pro.taskana.AttachmentSummary
-
Gets the classificationSummary of the attachment.
- getClassificationSummary() - Method in class pro.taskana.impl.AttachmentImpl
-
- getClassificationSummary() - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- getClassificationSummary() - Method in class pro.taskana.impl.TaskImpl
-
- getClassificationSummary() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getClassificationSummary() - Method in interface pro.taskana.Task
-
- getClassificationSummary() - Method in interface pro.taskana.TaskSummary
-
Gets the classification summary of the task.
- getClassificationSummaryImpl() - Method in class pro.taskana.impl.AttachmentImpl
-
- getClassificationSummaryImpl() - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- getClassificationSummaryImpl() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getClassificationTree() - Method in interface pro.taskana.ClassificationService
-
Get all available Classification summaries as a tree.
- getClassificationTree() - Method in class pro.taskana.impl.ClassificationServiceImpl
-
- getCompany() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- getCompany() - Method in class pro.taskana.model.ObjectReference
-
- getCompleted() - Method in class pro.taskana.impl.TaskImpl
-
- getCompleted() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCompleted() - Method in interface pro.taskana.Task
-
- getCompleted() - Method in interface pro.taskana.TaskSummary
-
Gets the time when the task was completed.
- getConfiguration() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getConfiguration() - Method in interface pro.taskana.TaskanaEngine
-
The Taskana configuration.
- getCount() - Method in class pro.taskana.model.ReportLineItem
-
- getCounter() - Method in class pro.taskana.model.TaskStateCounter
-
- getCreated() - Method in interface pro.taskana.Attachment
-
Returns the time when the attachment was created.
- getCreated() - Method in interface pro.taskana.AttachmentSummary
-
Gets the time when the attachment was created.
- getCreated() - Method in interface pro.taskana.Classification
-
Get the Date when this classification was as created.
- getCreated() - Method in class pro.taskana.impl.AttachmentImpl
-
- getCreated() - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- getCreated() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCreated() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getCreated() - Method in class pro.taskana.impl.TaskImpl
-
- getCreated() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCreated() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCreated() - Method in interface pro.taskana.Task
-
- getCreated() - Method in interface pro.taskana.TaskSummary
-
Gets the time when the task was created.
- getCreated() - Method in interface pro.taskana.Workbasket
-
Returns the date when the workbasket was created.
- getCreatedAfter() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getCreatedBefore() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getCustom1() - Method in interface pro.taskana.Classification
-
Get the 1.
- getCustom1() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom1() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom1() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom1() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCustom1() - Method in interface pro.taskana.Task
-
Return the value for the 1.
- getCustom1() - Method in interface pro.taskana.TaskSummary
-
Gets the custom1 property of the task.
- getCustom1() - Method in interface pro.taskana.Workbasket
-
Return the value for the custom1 attribute.
- getCustom10() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom10() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom10() - Method in interface pro.taskana.Task
-
Return the value for the 10.
- getCustom10() - Method in interface pro.taskana.TaskSummary
-
Gets the custom10 property of the task.
- getCustom2() - Method in interface pro.taskana.Classification
-
Get the 2.
- getCustom2() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom2() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom2() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom2() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCustom2() - Method in interface pro.taskana.Task
-
Return the value for the 2.
- getCustom2() - Method in interface pro.taskana.TaskSummary
-
Gets the custom2 property of the task.
- getCustom2() - Method in interface pro.taskana.Workbasket
-
Return the value for the custom2 attribute.
- getCustom3() - Method in interface pro.taskana.Classification
-
Get the 3.
- getCustom3() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom3() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom3() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom3() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCustom3() - Method in interface pro.taskana.Task
-
Return the value for the 3.
- getCustom3() - Method in interface pro.taskana.TaskSummary
-
Gets the custom3 property of the task.
- getCustom3() - Method in interface pro.taskana.Workbasket
-
Return the value for the custom3 attribute.
- getCustom4() - Method in interface pro.taskana.Classification
-
Get the 4.
- getCustom4() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom4() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom4() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom4() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getCustom4() - Method in interface pro.taskana.Task
-
Return the value for the 4.
- getCustom4() - Method in interface pro.taskana.TaskSummary
-
Gets the custom4 property of the task.
- getCustom4() - Method in interface pro.taskana.Workbasket
-
Return the value for the custom4 attribute.
- getCustom5() - Method in interface pro.taskana.Classification
-
Get the 5.
- getCustom5() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom5() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom5() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom5() - Method in interface pro.taskana.Task
-
Return the value for the 5.
- getCustom5() - Method in interface pro.taskana.TaskSummary
-
Gets the custom5 property of the task.
- getCustom6() - Method in interface pro.taskana.Classification
-
Get the 6.
- getCustom6() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom6() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom6() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom6() - Method in interface pro.taskana.Task
-
Return the value for the 6.
- getCustom6() - Method in interface pro.taskana.TaskSummary
-
Gets the custom6 property of the task.
- getCustom7() - Method in interface pro.taskana.Classification
-
Get the 7.
- getCustom7() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom7() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom7() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom7() - Method in interface pro.taskana.Task
-
Return the value for the 7.
- getCustom7() - Method in interface pro.taskana.TaskSummary
-
Gets the custom7 property of the task.
- getCustom8() - Method in interface pro.taskana.Classification
-
Get the 8.
- getCustom8() - Method in class pro.taskana.impl.ClassificationImpl
-
- getCustom8() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom8() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom8() - Method in interface pro.taskana.Task
-
Return the value for the 8.
- getCustom8() - Method in interface pro.taskana.TaskSummary
-
Gets the custom8 property of the task.
- getCustom9() - Method in class pro.taskana.impl.TaskImpl
-
- getCustom9() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getCustom9() - Method in interface pro.taskana.Task
-
Return the value for the 9.
- getCustom9() - Method in interface pro.taskana.TaskSummary
-
Gets the custom9 property of the task.
- getCustomAttributes() - Method in interface pro.taskana.Attachment
-
Returns the custom attributes of this attachment.
- getCustomAttributes() - Method in class pro.taskana.impl.AttachmentImpl
-
- getCustomAttributes() - Method in class pro.taskana.impl.TaskImpl
-
- getCustomAttributes() - Method in interface pro.taskana.Task
-
Returns a collection of customAttributes with a max.
- getCustomFields() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getCustomFields() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getDataSource() - Method in class pro.taskana.configuration.DbSchemaCreator
-
- getDatasource() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
- getDescription() - Method in interface pro.taskana.Classification
-
Get the description of a classification.
- getDescription() - Method in class pro.taskana.impl.ClassificationImpl
-
- getDescription() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getDescription() - Method in class pro.taskana.impl.TaskImpl
-
- getDescription() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getDescription() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getDescription() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getDescription() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getDescription() - Method in class pro.taskana.model.WorkbasketSummary
-
- getDescription() - Method in interface pro.taskana.Task
-
Return the task-description.
- getDescription() - Method in interface pro.taskana.Workbasket
-
Returns the workbasket-descriptions.
- getDescription() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the description of the workbasket.
- getDetailLines() - Method in class pro.taskana.model.Report
-
- getDetailLinesByWorkbasketIdsAndStates(List<Workbasket>, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
-
- getDistributionTargets() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getDistributionTargets() - Method in interface pro.taskana.Workbasket
-
Returns a list of all distribution targets.
- getDomain() - Method in interface pro.taskana.Classification
-
Get the current domain-name of this classification.
- getDomain() - Method in interface pro.taskana.ClassificationSummary
-
Gets the domain of the classification.
- getDomain() - Method in class pro.taskana.impl.ClassificationImpl
-
- getDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getDomain() - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- getDomain() - Method in class pro.taskana.impl.TaskImpl
-
- getDomain() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getDomain() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getDomain() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getDomain() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getDomain() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getDomain() - Method in class pro.taskana.model.WorkbasketSummary
-
- getDomain() - Method in interface pro.taskana.Task
-
Returns the Domain, to which the Task belongs at this moment.
- getDomain() - Method in interface pro.taskana.TaskSummary
-
Gets the domain of the task.
- getDomain() - Method in interface pro.taskana.Workbasket
-
Returns the domain of the workbasket.
- getDomain() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the domain of the workbasket.
- getDue() - Method in class pro.taskana.impl.TaskImpl
-
- getDue() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getDue() - Method in class pro.taskana.model.DueWorkbasketCounter
-
- getDue() - Method in interface pro.taskana.Task
-
Returns the time when this task should be finished.
- getDue() - Method in interface pro.taskana.TaskSummary
-
Gets the time when the task is due.
- getGroupIds() - Static method in class pro.taskana.security.CurrentUserContext
-
- getId() - Method in interface pro.taskana.Attachment
-
Returns the current id of the attachment.
- getId() - Method in interface pro.taskana.AttachmentSummary
-
Gets the id of the attachment.
- getId() - Method in interface pro.taskana.Classification
-
- getId() - Method in interface pro.taskana.ClassificationSummary
-
Gets the id of the classification.
- getId() - Method in class pro.taskana.impl.AttachmentImpl
-
- getId() - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- getId() - Method in class pro.taskana.impl.ClassificationImpl
-
- getId() - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- getId() - Method in class pro.taskana.impl.TaskImpl
-
- getId() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getId() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getId() - Method in class pro.taskana.model.ObjectReference
-
- getId() - Method in class pro.taskana.model.WorkbasketAccessItem
-
- getId() - Method in class pro.taskana.model.WorkbasketSummary
-
- getId() - Method in interface pro.taskana.Task
-
Returns the current id of the task.
- getId() - Method in interface pro.taskana.Workbasket
-
Returns the unique id of a workbasket.
- getId() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the id of the workbasket.
- getIsRead() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getIsTransferred() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getIsValidInDomain() - Method in interface pro.taskana.Classification
-
Get a flag if the classification if currently valid in the used domain.
- getIsValidInDomain() - Method in class pro.taskana.impl.ClassificationImpl
-
- getKey() - Method in interface pro.taskana.Classification
-
- getKey() - Method in interface pro.taskana.ClassificationSummary
-
Gets the key of the classification.
- getKey() - Method in class pro.taskana.impl.ClassificationImpl
-
- getKey() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getKey() - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- getKey() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getKey() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getKey() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getKey() - Method in class pro.taskana.model.WorkbasketSummary
-
- getKey() - Method in interface pro.taskana.Workbasket
-
Returns the key of the workbasket.
- getKey() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the key of the workbasket.
- getLineItems() - Method in class pro.taskana.model.ReportLine
-
- getLowerLimit() - Method in class pro.taskana.model.ReportLineItemDefinition
-
- getModified() - Method in interface pro.taskana.Attachment
-
Returns the time when the attachment was last modified.
- getModified() - Method in interface pro.taskana.AttachmentSummary
-
Gets the time when the attachment was last modified.
- getModified() - Method in class pro.taskana.impl.AttachmentImpl
-
- getModified() - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- getModified() - Method in class pro.taskana.impl.TaskImpl
-
- getModified() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getModified() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getModified() - Method in interface pro.taskana.Task
-
Returns the time when the task was modified the last time.
- getModified() - Method in interface pro.taskana.TaskSummary
-
Gets the time when the task was last modified.
- getModified() - Method in interface pro.taskana.Workbasket
-
Returns the date when the workbasket was modified the last time.
- getModifiedAfter() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getModifiedBefore() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getName() - Method in interface pro.taskana.Classification
-
Get the classification name.
- getName() - Method in interface pro.taskana.ClassificationSummary
-
Gets the name of the classification.
- getName() - Method in class pro.taskana.impl.ClassificationImpl
-
- getName() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getName() - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- getName() - Method in class pro.taskana.impl.TaskImpl
-
- getName() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getName() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getName() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getName() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getName() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getName() - Method in class pro.taskana.model.ReportLine
-
- getName() - Method in class pro.taskana.model.WorkbasketSummary
-
- getName() - Method in class pro.taskana.security.GroupPrincipal
-
- getName() - Method in class pro.taskana.security.UserPrincipal
-
- getName() - Method in interface pro.taskana.Task
-
Return the name of the current task.
- getName() - Method in interface pro.taskana.TaskSummary
-
Gets the name of the task.
- getName() - Method in interface pro.taskana.Workbasket
-
Returns the name of the workbasket.
- getName() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the name of the workbasket.
- getNote() - Method in class pro.taskana.impl.TaskImpl
-
- getNote() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getNote() - Method in interface pro.taskana.Task
-
Returns the custom note for this Task.
- getNote() - Method in interface pro.taskana.TaskSummary
-
Gets the note attached to the task.
- getNullableResult(ResultSet, String) - Method in class pro.taskana.impl.persistence.MapTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class pro.taskana.impl.persistence.MapTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class pro.taskana.impl.persistence.MapTypeHandler
-
- getObjectReference() - Method in interface pro.taskana.Attachment
-
- getObjectReference() - Method in class pro.taskana.impl.AttachmentImpl
-
- getOrgLevel1() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOrgLevel1() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getOrgLevel1() - Method in class pro.taskana.model.WorkbasketSummary
-
- getOrgLevel1() - Method in interface pro.taskana.Workbasket
-
Return the value for the orgLevel1 attribute.
- getOrgLevel1() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the orglevel1 property of the task.
- getOrgLevel2() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOrgLevel2() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getOrgLevel2() - Method in class pro.taskana.model.WorkbasketSummary
-
- getOrgLevel2() - Method in interface pro.taskana.Workbasket
-
Return the value for the orgLevel2 attribute.
- getOrgLevel2() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the orglevel2 property of the task.
- getOrgLevel3() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOrgLevel3() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getOrgLevel3() - Method in class pro.taskana.model.WorkbasketSummary
-
- getOrgLevel3() - Method in interface pro.taskana.Workbasket
-
Return the value for the orgLevel3 attribute.
- getOrgLevel3() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the orglevel3 property of the task.
- getOrgLevel4() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOrgLevel4() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getOrgLevel4() - Method in class pro.taskana.model.WorkbasketSummary
-
- getOrgLevel4() - Method in interface pro.taskana.Workbasket
-
Return the value for the orgLevel4 attribute.
- getOrgLevel4() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the orglevel4 property of the task.
- getOwner() - Method in class pro.taskana.impl.TaskImpl
-
- getOwner() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getOwner() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getOwner() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getOwner() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getOwner() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getOwner() - Method in class pro.taskana.model.WorkbasketSummary
-
- getOwner() - Method in interface pro.taskana.Task
-
Return the id of the task-owner.
- getOwner() - Method in interface pro.taskana.TaskSummary
-
Gets the owner of the task.
- getOwner() - Method in interface pro.taskana.Workbasket
-
Returns the Id of the workbasket-owner.
- getOwner() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the owner of the workbasket.
- getParentBusinessProcessId() - Method in class pro.taskana.impl.TaskImpl
-
- getParentBusinessProcessId() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getParentBusinessProcessId() - Method in interface pro.taskana.Task
-
Returns the parentBusinessProcessId of a task.
- getParentBusinessProcessId() - Method in interface pro.taskana.TaskSummary
-
Gets the parentBusinessProcessId of the task.
- getParentClassificationKey() - Method in interface pro.taskana.Classification
-
Used to get the ID of the parent classification.
- getParentClassificationKey() - Method in class pro.taskana.impl.ClassificationImpl
-
- getParentClassificationKey() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getPlanned() - Method in class pro.taskana.impl.TaskImpl
-
- getPlanned() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getPlanned() - Method in interface pro.taskana.Task
-
Returns the time when the work on this task was planned to be started.
- getPlanned() - Method in interface pro.taskana.TaskSummary
-
Gets the time when the task is planned to be executed.
- getPorCompanyIn() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorCompanyLike() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorSystemIn() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorSystemInstanceIn() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorSystemInstanceLike() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorSystemLike() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorTypeIn() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorTypeLike() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorValueIn() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPorValueLike() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPrimaryObjRef() - Method in class pro.taskana.impl.TaskImpl
-
- getPrimaryObjRef() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getPrimaryObjRef() - Method in interface pro.taskana.Task
-
- getPrimaryObjRef() - Method in interface pro.taskana.TaskSummary
-
Gets the primary ObjectReference of the task.
- getPriority() - Method in interface pro.taskana.Classification
-
Get the current classification priority (numeric).
- getPriority() - Method in class pro.taskana.impl.ClassificationImpl
-
- getPriority() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getPriority() - Method in class pro.taskana.impl.TaskImpl
-
- getPriority() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getPriority() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getPriority() - Method in interface pro.taskana.Task
-
Returns the numeric priority of a task.
- getPriority() - Method in interface pro.taskana.TaskSummary
-
Gets the priority of the task.
- getReceived() - Method in interface pro.taskana.Attachment
-
Returns the time when this attachment was received.
- getReceived() - Method in interface pro.taskana.AttachmentSummary
-
Gets the time when the attachment was received.
- getReceived() - Method in class pro.taskana.impl.AttachmentImpl
-
- getReceived() - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- getReportLineItemDefinition() - Method in class pro.taskana.model.ReportLineItem
-
- getServiceLevel() - Method in interface pro.taskana.Classification
-
Get the current service level.
- getServiceLevel() - Method in class pro.taskana.impl.ClassificationImpl
-
- getServiceLevel() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getSessionFromStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
-
- getSessionStack() - Static method in class pro.taskana.impl.TaskanaEngineImpl
-
With sessionStack, we maintain a Stack of SqlSessionManager objects on a per thread basis.
- getState() - Method in class pro.taskana.impl.TaskImpl
-
- getState() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getState() - Method in class pro.taskana.model.TaskStateCounter
-
- getState() - Method in interface pro.taskana.Task
-
- getState() - Method in interface pro.taskana.TaskSummary
-
Gets the state of the task.
- getStates() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getSumLine() - Method in class pro.taskana.model.Report
-
- getSystem() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- getSystem() - Method in class pro.taskana.model.ObjectReference
-
- getSystemInstance() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- getSystemInstance() - Method in class pro.taskana.model.ObjectReference
-
- getTask(String) - Method in class pro.taskana.impl.TaskServiceImpl
-
- getTask(String) - Method in interface pro.taskana.TaskService
-
Get the details of a task by Id without checking permissions.
- getTaskanaEngine() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getTaskCountByWorkbasketAndDaysInPastAndState(long, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
-
- getTaskCountByWorkbasketAndDaysInPastAndState(long, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
-
Count all Tasks for all work basket objects where the due date is after "daysInPast" days from today in the past
and the tasks are in specified states.
- getTaskCountByWorkbasketIdAndDaysInPastAndState(Instant, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
-
- getTaskCounter() - Method in class pro.taskana.model.DueWorkbasketCounter
-
- getTaskCountForState(List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
-
- getTaskCountForState(List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
-
- getTaskCountForState(List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
-
This method counts all tasks with a given state.
- getTaskCountForWorkbasketByDaysInPastAndState(String, long, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
-
- getTaskCountForWorkbasketByDaysInPastAndState(String, Instant, List<TaskState>) - Method in interface pro.taskana.model.mappings.TaskMonitorMapper
-
- getTaskCountForWorkbasketByDaysInPastAndState(String, long, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
-
Count all Tasks in a given work basket where the due date is after "daysInPast" days from today in the past and
the tasks are in specified states.
- getTaskId() - Method in interface pro.taskana.Attachment
-
Returns the id of the associated task.
- getTaskId() - Method in interface pro.taskana.AttachmentSummary
-
Gets the id of the associated task.
- getTaskId() - Method in class pro.taskana.impl.AttachmentImpl
-
- getTaskId() - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- getTaskId() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getTaskId() - Method in interface pro.taskana.TaskSummary
-
Gets the id of the task..
- getTaskMonitorService() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getTaskMonitorService() - Method in interface pro.taskana.TaskanaEngine
-
The TaskMonitorService can be used for monitoring Tasks.
- getTasksByWorkbasketKeyAndState(String, TaskState) - Method in class pro.taskana.impl.TaskServiceImpl
-
- getTasksByWorkbasketKeyAndState(String, TaskState) - Method in interface pro.taskana.TaskService
-
Getting a list of all Task summaries which got matching workbasketIds and states.
- getTaskService() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getTaskService() - Method in interface pro.taskana.TaskanaEngine
-
The TaskService can be used for operations on all Tasks.
- getTaskSummariesByWorkbasketKey(String) - Method in class pro.taskana.impl.TaskServiceImpl
-
- getTaskSummariesByWorkbasketKey(String) - Method in interface pro.taskana.TaskService
-
Getting a short summary of all tasks in a specific work basket.
- getTotalCount() - Method in class pro.taskana.model.ReportLine
-
- getType() - Method in interface pro.taskana.Classification
-
Get the type of the current classification.
- getType() - Method in interface pro.taskana.ClassificationSummary
-
Gets the type of the classification.
- getType() - Method in class pro.taskana.impl.ClassificationImpl
-
- getType() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getType() - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- getType() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- getType() - Method in class pro.taskana.impl.WorkbasketImpl
-
- getType() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- getType() - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- getType() - Method in class pro.taskana.model.ObjectReference
-
- getType() - Method in class pro.taskana.model.WorkbasketSummary
-
- getType() - Method in interface pro.taskana.Workbasket
-
Returns the type of the workbasket.
- getType() - Method in interface pro.taskana.WorkbasketSummary
-
Gets the type of the workbasket.
- getUpperLimit() - Method in class pro.taskana.model.ReportLineItemDefinition
-
- getUseManagedTransactions() - Method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
- getUserid() - Static method in class pro.taskana.security.CurrentUserContext
-
Returns the userid of the current user.
- getValidInDomain() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- getValue() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- getValue() - Method in class pro.taskana.model.ObjectReference
-
- getWorkbasket(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbasket(String) - Method in interface pro.taskana.WorkbasketService
-
Get Workbasket for a given id.
- getWorkbasketAuthorization(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbasketAuthorization(String) - Method in interface pro.taskana.WorkbasketService
-
This method get one WorkbasketAccessItem with an id.
- getWorkbasketAuthorizations(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbasketAuthorizations(String) - Method in interface pro.taskana.WorkbasketService
-
Get all authorizations for a Workbasket.
- getWorkbasketByKey(String) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbasketByKey(String) - Method in interface pro.taskana.WorkbasketService
-
Get Workbasket for a given key.
- getWorkbasketId() - Method in class pro.taskana.model.DueWorkbasketCounter
-
- getWorkbasketKey() - Method in class pro.taskana.impl.TaskImpl
-
- getWorkbasketKey() - Method in class pro.taskana.impl.TaskQueryImpl
-
- getWorkbasketKey() - Method in class pro.taskana.model.WorkbasketAccessItem
-
- getWorkbasketKey() - Method in interface pro.taskana.Task
-
Returns the key of the Workbasket where the task is stored in.
- getWorkbasketLevelReport(List<Workbasket>, List<TaskState>) - Method in class pro.taskana.impl.TaskMonitorServiceImpl
-
- getWorkbasketLevelReport(List<Workbasket>, List<TaskState>) - Method in interface pro.taskana.TaskMonitorService
-
- getWorkbaskets(List<WorkbasketAuthorization>) - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbaskets() - Method in class pro.taskana.impl.WorkbasketServiceImpl
-
- getWorkbaskets() - Method in interface pro.taskana.WorkbasketService
-
Get all available Workbaskets without checking any permission.
- getWorkbaskets(List<WorkbasketAuthorization>) - Method in interface pro.taskana.WorkbasketService
-
This method returns the workbaskets for which the current user has all permissions specified in the permissions
list.
- getWorkbasketService() - Method in class pro.taskana.impl.TaskanaEngineImpl
-
- getWorkbasketService() - Method in interface pro.taskana.TaskanaEngine
-
The WorkbasketService can be used for operations on all Workbaskets.
- getWorkbasketSummary() - Method in class pro.taskana.impl.TaskImpl
-
- getWorkbasketSummary() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- getWorkbasketSummary() - Method in interface pro.taskana.Task
-
Returns the the Summary of the workbasket where the task is stored in.
- getWorkbasketSummary() - Method in interface pro.taskana.TaskSummary
-
Gets the workbasket summary of the task.
- getWorkbasketSummaryImpl() - Method in class pro.taskana.impl.TaskSummaryImpl
-
- GroupPrincipal - Class in pro.taskana.security
-
Represents a group with a name and a set of members.
- GroupPrincipal(String) - Constructor for class pro.taskana.security.GroupPrincipal
-
- securityEnabled - Variable in class pro.taskana.configuration.TaskanaEngineConfiguration
-
- serviceLevel(String...) - Method in interface pro.taskana.ClassificationQuery
-
Add your serviceLevel to your query.
- serviceLevel(String...) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- sessionFactory - Variable in class pro.taskana.impl.TaskanaEngineImpl
-
- sessionManager - Variable in class pro.taskana.impl.TaskanaEngineImpl
-
- sessionStack - Static variable in class pro.taskana.impl.TaskanaEngineImpl
-
- setAccessId(String) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setApplicationEntryPoint(String) - Method in interface pro.taskana.Classification
-
Set the logical name of the associated application entry point.
- setApplicationEntryPoint(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setApplicationEntryPoint(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setAttachments(List<Attachment>) - Method in class pro.taskana.impl.TaskImpl
-
- setAttachmentSummaries(List<AttachmentSummary>) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
-
- setBusinessProcessId(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCategory(String) - Method in interface pro.taskana.Classification
-
Set/Change the category of this classification.
- setCategory(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCategory(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setCategory(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- setChannel(String) - Method in interface pro.taskana.Attachment
-
Sets the Channel on which the attachment was received.
- setChannel(String) - Method in class pro.taskana.impl.AttachmentImpl
-
- setClaimed(Instant) - Method in class pro.taskana.impl.TaskImpl
-
- setClaimed(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setClassificationKey(String) - Method in class pro.taskana.impl.TaskImpl
-
- setClassificationKey(String) - Method in interface pro.taskana.Task
-
Sets the Classification key that - together with the Domain from this task's work basket - selects the
appropriate
Classification for this task.
- setClassificationSummary(ClassificationSummary) - Method in interface pro.taskana.Attachment
-
Set the classification summary for this attachment.
- setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.impl.AttachmentImpl
-
- setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.impl.TaskImpl
-
- setClassificationSummary(ClassificationSummary) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.impl.AttachmentImpl
-
- setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- setClassificationSummaryImpl(ClassificationSummaryImpl) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCompany(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setCompany(String) - Method in class pro.taskana.model.ObjectReference
-
- setCompleted(Instant) - Method in class pro.taskana.impl.TaskImpl
-
- setCompleted(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setConnection(Connection) - Method in class pro.taskana.impl.TaskanaEngineImpl
-
Set the database connection to be used by taskana.
- setConnection(Connection) - Method in interface pro.taskana.TaskanaEngine
-
Set the connection to be used by taskana in mode CONNECTION_MANAGED_EXTERNALLY.
- setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in class pro.taskana.impl.TaskanaEngineImpl
-
sets the connection management mode.
- setConnectionManagementMode(TaskanaEngine.ConnectionManagementMode) - Method in interface pro.taskana.TaskanaEngine
-
sets the connection management mode for taskana.
- setCount(int) - Method in class pro.taskana.model.ReportLineItem
-
- setCounter(long) - Method in class pro.taskana.model.TaskStateCounter
-
- setCreated(Instant) - Method in class pro.taskana.impl.AttachmentImpl
-
- setCreated(Instant) - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- setCreated(Instant) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCreated(Instant[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setCreated(Instant) - Method in class pro.taskana.impl.TaskImpl
-
- setCreated(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCreated(Instant) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom1(String) - Method in interface pro.taskana.Classification
-
Set/Change the 1.
- setCustom1(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom1(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom1(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom1(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom1(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute1.
- setCustom1(String) - Method in interface pro.taskana.Workbasket
-
Sets the value for custom1 Attribute.
- setCustom10(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom10(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom10(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute10.
- setCustom2(String) - Method in interface pro.taskana.Classification
-
Set/Change the 2.
- setCustom2(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom2(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom2(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom2(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom2(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute2.
- setCustom2(String) - Method in interface pro.taskana.Workbasket
-
Sets the value for custom2 attribute.
- setCustom3(String) - Method in interface pro.taskana.Classification
-
Set/Change the 3.
- setCustom3(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom3(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom3(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom3(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom3(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute3.
- setCustom3(String) - Method in interface pro.taskana.Workbasket
-
Sets the value for custom3 attribute.
- setCustom4(String) - Method in interface pro.taskana.Classification
-
Set/Change the 4.
- setCustom4(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom4(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom4(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom4(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setCustom4(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute4.
- setCustom4(String) - Method in interface pro.taskana.Workbasket
-
Sets the value for custom4 attribute.
- setCustom5(String) - Method in interface pro.taskana.Classification
-
Set/Change the 5.
- setCustom5(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom5(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom5(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom5(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute25.
- setCustom6(String) - Method in interface pro.taskana.Classification
-
Set/Change the 6.
- setCustom6(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom6(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom6(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom6(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute6.
- setCustom7(String) - Method in interface pro.taskana.Classification
-
Set/Change the 7.
- setCustom7(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom7(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom7(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom7(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute7.
- setCustom8(String) - Method in interface pro.taskana.Classification
-
Set/Change the 8.
- setCustom8(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setCustom8(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom8(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom8(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute8.
- setCustom9(String) - Method in class pro.taskana.impl.TaskImpl
-
- setCustom9(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setCustom9(String) - Method in interface pro.taskana.Task
-
Sets the value for customAttribute9.
- setCustomAttributes(Map<String, Object>) - Method in interface pro.taskana.Attachment
-
Sets the custom attribute Map of the attachment.
- setCustomAttributes(Map<String, Object>) - Method in class pro.taskana.impl.AttachmentImpl
-
- setCustomAttributes(Map<String, Object>) - Method in class pro.taskana.impl.TaskImpl
-
- setCustomFields(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setDataSource(DataSource) - Method in class pro.taskana.configuration.DbSchemaCreator
-
- setDescription(String) - Method in interface pro.taskana.Classification
-
Set/Change the classification description.
- setDescription(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setDescription(String) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setDescription(String) - Method in class pro.taskana.impl.TaskImpl
-
- setDescription(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setDescription(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setDescription(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setDescription(String) - Method in interface pro.taskana.Task
-
Sets the description of the task.
- setDescription(String) - Method in interface pro.taskana.Workbasket
-
Sets the workbasket-descriptions.
- setDetailLines(List<ReportLine>) - Method in class pro.taskana.model.Report
-
- setDistributionTargets(List<WorkbasketSummary>) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setDistributionTargets(List<WorkbasketSummary>) - Method in interface pro.taskana.Workbasket
-
Sets the list of distribution targets for this workbasket.
- setDomain(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setDomain(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setDomain(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- setDomain(String) - Method in class pro.taskana.impl.TaskImpl
-
- setDomain(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setDomain(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setDomain(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setDomain(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setDomain(String) - Method in interface pro.taskana.Workbasket
-
Set the domain of the workbasket.
- setDue(Instant) - Method in class pro.taskana.impl.TaskImpl
-
- setDue(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setDue(Instant) - Method in class pro.taskana.model.DueWorkbasketCounter
-
- setId(String) - Method in class pro.taskana.impl.AttachmentImpl
-
- setId(String) - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- setId(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setId(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- setId(String) - Method in class pro.taskana.impl.TaskImpl
-
- setId(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setId(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setId(String) - Method in class pro.taskana.model.ObjectReference
-
- setId(String) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setId(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setIsValidInDomain(Boolean) - Method in interface pro.taskana.Classification
-
Set/Change the flag which marks the classification as valid/invalid in the currently used domain.
- setIsValidInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationImpl
-
- setKey(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setKey(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setKey(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- setKey(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setKey(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setKey(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setKey(String) - Method in interface pro.taskana.Workbasket
-
Set the key of the workbasket.
- setLineItems(List<ReportLineItem>) - Method in class pro.taskana.model.ReportLine
-
- setLowerLimit(int) - Method in class pro.taskana.model.ReportLineItemDefinition
-
- setModified(Instant) - Method in class pro.taskana.impl.AttachmentImpl
-
- setModified(Instant) - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- setModified(Instant) - Method in class pro.taskana.impl.TaskImpl
-
- setModified(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setModified(Instant) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setModified(Instant) - Method in interface pro.taskana.Workbasket
-
Sets the time when the workbasket was modified the last time.
- setName(String) - Method in interface pro.taskana.Classification
-
Set/Change the classification name.
- setName(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setName(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setName(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- setName(String) - Method in class pro.taskana.impl.TaskImpl
-
- setName(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setName(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setName(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setName(String) - Method in class pro.taskana.model.ReportLine
-
- setName(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setName(String) - Method in interface pro.taskana.Task
-
Sets the name of the current task.
- setName(String) - Method in interface pro.taskana.Workbasket
-
Sets the name of the workbasket.
- setNonNullParameter(PreparedStatement, int, Map, JdbcType) - Method in class pro.taskana.impl.persistence.MapTypeHandler
-
- setNote(String) - Method in class pro.taskana.impl.TaskImpl
-
- setNote(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setNote(String) - Method in interface pro.taskana.Task
-
Sets/Changing the custom note for this Task.
- setObjectReference(ObjectReference) - Method in interface pro.taskana.Attachment
-
- setObjectReference(ObjectReference) - Method in class pro.taskana.impl.AttachmentImpl
-
- setOrgLevel1(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOrgLevel1(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setOrgLevel1(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setOrgLevel1(String) - Method in interface pro.taskana.Workbasket
-
Sets the value for orgLevel1 attribute.
- setOrgLevel2(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOrgLevel2(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setOrgLevel2(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setOrgLevel2(String) - Method in interface pro.taskana.Workbasket
-
Sets the value for orgLevel2 attribute.
- setOrgLevel3(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOrgLevel3(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setOrgLevel3(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setOrgLevel3(String) - Method in interface pro.taskana.Workbasket
-
Sets the value for orgLevel3 attribute.
- setOrgLevel4(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOrgLevel4(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setOrgLevel4(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setOrgLevel4(String) - Method in interface pro.taskana.Workbasket
-
Sets the value for orgLevel4 attribute.
- setOwner(String) - Method in class pro.taskana.impl.TaskImpl
-
- setOwner(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setOwner(String) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setOwner(String) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setOwner(String) - Method in class pro.taskana.model.WorkbasketSummary
-
- setOwner(String) - Method in interface pro.taskana.Task
-
Sets the ownerId of this task.
- setParentBusinessProcessId(String) - Method in class pro.taskana.impl.TaskImpl
-
- setParentBusinessProcessId(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setParentClassificationKey(String) - Method in interface pro.taskana.Classification
-
Set/Change a reference to the current parent classification via ID.
- setParentClassificationKey(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setParentClassificationKey(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setPermAppend(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom1(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom2(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom3(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom4(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom5(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom6(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom7(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermCustom8(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermDistribute(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermOpen(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermRead(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPermTransfer(boolean) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setPlanned(Instant) - Method in class pro.taskana.impl.TaskImpl
-
- setPlanned(Instant) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setPlanned(Instant) - Method in interface pro.taskana.Task
-
Sets the time when the work on this task should be started.
- setPrimaryObjRef(ObjectReference) - Method in class pro.taskana.impl.TaskImpl
-
- setPrimaryObjRef(ObjectReference) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setPrimaryObjRef(ObjectReference) - Method in interface pro.taskana.Task
-
- setPriority(int) - Method in interface pro.taskana.Classification
-
Set/Change the numeric priority of a classification.
- setPriority(int) - Method in class pro.taskana.impl.ClassificationImpl
-
- setPriority(int[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setPriority(int) - Method in class pro.taskana.impl.TaskImpl
-
- setPriority(int) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setRead(boolean) - Method in class pro.taskana.impl.TaskImpl
-
- setRead(boolean) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setReceived(Instant) - Method in interface pro.taskana.Attachment
-
Sets the time when the attachment was received.
- setReceived(Instant) - Method in class pro.taskana.impl.AttachmentImpl
-
- setReceived(Instant) - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- setReportLineItemDefinition(ReportLineItemDefinition) - Method in class pro.taskana.model.ReportLineItem
-
- setServiceLevel(String) - Method in interface pro.taskana.Classification
-
Set/Change the service level.
- setServiceLevel(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setServiceLevel(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setState(TaskState) - Method in class pro.taskana.impl.TaskImpl
-
- setState(TaskState) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setState(TaskState) - Method in class pro.taskana.model.TaskStateCounter
-
- setSumLine(ReportLine) - Method in class pro.taskana.model.Report
-
- setSystem(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setSystem(String) - Method in class pro.taskana.model.ObjectReference
-
- setSystemInstance(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setSystemInstance(String) - Method in class pro.taskana.model.ObjectReference
-
- setTaskanaEngine(TaskanaEngineImpl) - Method in class pro.taskana.impl.TaskQueryImpl
-
- setTaskCounter(long) - Method in class pro.taskana.model.DueWorkbasketCounter
-
- setTaskId(String) - Method in class pro.taskana.impl.AttachmentImpl
-
- setTaskId(String) - Method in class pro.taskana.impl.AttachmentSummaryImpl
-
- setTaskId(String) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setTaskRead(String, boolean) - Method in class pro.taskana.impl.TaskServiceImpl
-
- setTaskRead(String, boolean) - Method in interface pro.taskana.TaskService
-
Marks a task as read.
- setTotalCount(int) - Method in class pro.taskana.model.ReportLine
-
- setTransferred(boolean) - Method in class pro.taskana.impl.TaskImpl
-
- setTransferred(boolean) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setType(String) - Method in class pro.taskana.impl.ClassificationImpl
-
- setType(String[]) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setType(String) - Method in class pro.taskana.impl.ClassificationSummaryImpl
-
- setType(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setType(WorkbasketType) - Method in class pro.taskana.impl.WorkbasketImpl
-
- setType(WorkbasketType) - Method in class pro.taskana.impl.WorkbasketSummaryImpl
-
- setType(String) - Method in class pro.taskana.model.ObjectReference
-
- setType(WorkbasketType) - Method in class pro.taskana.model.WorkbasketSummary
-
- setType(WorkbasketType) - Method in interface pro.taskana.Workbasket
-
Sets the type of the workbasket.
- setUpperLimit(int) - Method in class pro.taskana.model.ReportLineItemDefinition
-
- setValidInDomain(Boolean) - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- setValue(String[]) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- setValue(String) - Method in class pro.taskana.model.ObjectReference
-
- setWorkbasketId(String) - Method in class pro.taskana.model.DueWorkbasketCounter
-
- setWorkbasketKey(String) - Method in class pro.taskana.impl.TaskImpl
-
- setWorkbasketKey(String) - Method in class pro.taskana.model.WorkbasketAccessItem
-
- setWorkbasketKey(String) - Method in interface pro.taskana.Task
-
Sets the key of the Workbasket where the task should be stored in.
- setWorkbasketSummary(WorkbasketSummary) - Method in class pro.taskana.impl.TaskImpl
-
- setWorkbasketSummary(WorkbasketSummary) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- setWorkbasketSummary(WorkbasketSummary) - Method in interface pro.taskana.Task
-
Sets the Summary of the Workbasket where the task should be stored in.
- setWorkbasketSummaryImpl(WorkbasketSummaryImpl) - Method in class pro.taskana.impl.TaskSummaryImpl
-
- shouldUseLowerCaseForAccessIds() - Static method in class pro.taskana.configuration.TaskanaEngineConfiguration
-
Helper method to determine whether all access ids (user Id and group ids) should be used in lower case.
- single() - Method in interface pro.taskana.BaseQuery
-
This method will return a single object of T.
- single() - Method in class pro.taskana.impl.ClassificationQueryImpl
-
- single() - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- single() - Method in class pro.taskana.impl.TaskQueryImpl
-
- single() - Method in class pro.taskana.impl.WorkbasketQueryImpl
-
- stateIn(TaskState...) - Method in class pro.taskana.impl.TaskQueryImpl
-
- stateIn(TaskState...) - Method in interface pro.taskana.TaskQuery
-
Add your state to your query.
- system(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- system(String...) - Method in interface pro.taskana.ObjectReferenceQuery
-
Add your system to your query.
- SystemException - Exception in pro.taskana.exceptions
-
This exception is thrown when a generic taskana problem is encountered.
- SystemException(String) - Constructor for exception pro.taskana.exceptions.SystemException
-
- systemInstance(String...) - Method in class pro.taskana.impl.ObjectReferenceQueryImpl
-
- systemInstance(String...) - Method in interface pro.taskana.ObjectReferenceQuery
-
Add your systemInstance to your query.