Uses of Enum Class
org.apache.tika.server.core.ServerStatus.TASK
Packages that use ServerStatus.TASK
-
Uses of ServerStatus.TASK in org.apache.tika.server.core
Methods in org.apache.tika.server.core that return ServerStatus.TASKModifier and TypeMethodDescriptionTaskStatus.getTask()static ServerStatus.TASKReturns the enum constant of this class with the specified name.static ServerStatus.TASK[]ServerStatus.TASK.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tika.server.core with parameters of type ServerStatus.TASKModifier and TypeMethodDescriptionlongServerStatus.start(ServerStatus.TASK task, String fileName) Records the start of a task and returns a task ID for tracking.