Package com.inet.taskplanner.server.api.result
package com.inet.taskplanner.server.api.result
Provides classes for handling task execution results in the Task Planner.
This includes various types of results such as file results, text results,
and print results, along with their specific implementations.
-
ClassDescriptionA result that is based on an in-memory byte array.A file result is a result type that has been produced by a
Joband is processed byactions.
By convention, it always implies the flavorFILE.
Not allResultActioncan handle everyFileResult;result flavorsdefine the kind of information/data aFileResultrepresents, and actions will handle only results they support.This file result obtains its content from an input-stream supplier and forwards it as a file result.Interface for supplier ofInputStreaminstances.A result that is based on a file.A result that can be printed by a printer.AResultFlavoris an enum-like class representing the 'type' of data aResultcontains.Functional interface for internationalizing a ResultFlavor.A result that contains human-readable text.A text result is a result type that has been produced by aJoband is processed byactions.
By convention, it always implies the flavorTEXT.
Not allResultActioncan handle everyTextResult;result flavorsdefine the kind of information/data aTextResultrepresents, and actions will handle only results they support.