Package org.kie.internal.task.api
package org.kie.internal.task.api
-
ClassDescriptionEventService<T>The Task Service Entry Point serves as facade of all the other services, providing a single entry point to access to all the servicesThe Task Admintration Service is intended to provide administrative functions such as: - Remove and Archive TasksThe Task Attachment Service will deal with all the functionality related with Task Attachments.The Task Comment Service will handle all the operations related with the Comments associated with a TaskThe Task Content Service is intended to handle the information which is stored inside a Task.The Task Deadlines Service is intended to handle all the Deadlines associated with a TaskExperimental: The Task Definition Service is intended to keep meta information about a Task.The Task Events Service is intended to provide all the functionality required to handle the events that are being emitted by the moduleThe Task Identity Service provides all the functionality related with the Organizational Entities that will be handled internally by jBPM.The Task Instance Service is in charge of handling all the actions required to interact with a Task Instance.The Task Query Service will contain all the methods to get information about the current Task Instances.The Task Statistics Service provides all the methods for gathering Task Instance Statistics.Represents single Task variable entityDedicated type for custom implementations of VariableIndexer for tasks - user tasks