Uses of Class
pro.taskana.adapter.systemconnector.api.ReferencedTask
-
Packages that use ReferencedTask Package Description pro.taskana.adapter.impl pro.taskana.adapter.systemconnector.api pro.taskana.adapter.taskanaconnector.api -
-
Uses of ReferencedTask in pro.taskana.adapter.impl
Methods in pro.taskana.adapter.impl with parameters of type ReferencedTask Modifier and Type Method Description booleanReferencedTaskCompleter. completeReferencedTask(ReferencedTask referencedTask)voidTaskanaTaskStarter. createTaskanaTask(ReferencedTask referencedTask, TaskanaConnector connector, SystemConnector systemConnector) -
Uses of ReferencedTask in pro.taskana.adapter.systemconnector.api
Methods in pro.taskana.adapter.systemconnector.api that return types with arguments of type ReferencedTask Modifier and Type Method Description List<ReferencedTask>SystemConnector. retrieveFinishedReferencedTasks()Retrieve ReferencedTasks that were finished.List<ReferencedTask>SystemConnector. retrieveNewStartedReferencedTasks()Retrieve ReferencedTasks that were started within the last polling interval.Methods in pro.taskana.adapter.systemconnector.api with parameters of type ReferencedTask Modifier and Type Method Description SystemResponseSystemConnector. cancelClaimReferencedTask(ReferencedTask task)Instruct the external system to claim a task.SystemResponseSystemConnector. claimReferencedTask(ReferencedTask task)Instruct the external system to claim a task.SystemResponseSystemConnector. completeReferencedTask(ReferencedTask task)Instruct the external system to complete a task.voidSystemConnector. taskanaTaskFailedToBeCreatedForNewReferencedTask(ReferencedTask referencedTask, Exception e)With this call the Adapter notifies the SystemConnector that a TASKANA task has failed to be created.Method parameters in pro.taskana.adapter.systemconnector.api with type arguments of type ReferencedTask Modifier and Type Method Description voidSystemConnector. taskanaTasksHaveBeenCreatedForNewReferencedTasks(List<ReferencedTask> referencedTasks)With this call the Adapter notifies the SystemConnector that a list of TASKANA tasks has been created.voidSystemConnector. taskanaTasksHaveBeenTerminatedForFinishedReferencedTasks(List<ReferencedTask> referencedTasks)With this call the Adapter notifies the SystemConnector that a list of TASKANA tasks has been terminated. -
Uses of ReferencedTask in pro.taskana.adapter.taskanaconnector.api
Methods in pro.taskana.adapter.taskanaconnector.api that return ReferencedTask Modifier and Type Method Description ReferencedTaskTaskanaConnector. convertToReferencedTask(pro.taskana.task.api.models.Task task)Convert a TASKANA task into a ReferencedTask.Methods in pro.taskana.adapter.taskanaconnector.api that return types with arguments of type ReferencedTask Modifier and Type Method Description List<ReferencedTask>TaskanaConnector. retrieveCancelledClaimTaskanaTasksAsReferencedTasks()retrieve cancelled claim TASKANA tasks.List<ReferencedTask>TaskanaConnector. retrieveClaimedTaskanaTasksAsReferencedTasks()retrieve claimed TASKANA tasks.List<ReferencedTask>TaskanaConnector. retrieveFinishedTaskanaTasksAsReferencedTasks()retrieve finished TASKANA tasks.Methods in pro.taskana.adapter.taskanaconnector.api with parameters of type ReferencedTask Modifier and Type Method Description pro.taskana.task.api.models.TaskTaskanaConnector. convertToTaskanaTask(ReferencedTask referencedTask)Convert a ReferencedTask to a TASKANA task.voidTaskanaConnector. terminateTaskanaTask(ReferencedTask referencedTask)terminate TASKANA task that runs on behalf of an external task.Method parameters in pro.taskana.adapter.taskanaconnector.api with type arguments of type ReferencedTask Modifier and Type Method Description voidTaskanaConnector. changeTaskCallbackState(List<ReferencedTask> referencedTasks, pro.taskana.task.api.CallbackState desiredCallbackState)With this call the Adapter notifies the TaskanaConnector that the CallbackState of a list of ReferencedTasks needs to be modified due to completion or claim of tasks of TASKANA Tasks.
-