Uses of Enum
org.apache.tika.pipes.PipesResult.STATUS
Packages that use PipesResult.STATUS
-
Uses of PipesResult.STATUS in org.apache.tika.pipes
Subclasses with type arguments of type PipesResult.STATUS in org.apache.tika.pipesMethods in org.apache.tika.pipes that return PipesResult.STATUSModifier and TypeMethodDescriptionPipesResult.getStatus()static PipesResult.STATUSReturns the enum constant of this type with the specified name.static PipesResult.STATUS[]PipesResult.STATUS.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.pipes with parameters of type PipesResult.STATUSModifier and TypeMethodDescriptionbooleanPipesReporterBase.accept(PipesResult.STATUS status) Implementations must call this for the includes/excludes filters to work!Constructors in org.apache.tika.pipes with parameters of type PipesResult.STATUSModifierConstructorDescriptionPipesResult(PipesResult.STATUS status) PipesResult(PipesResult.STATUS status, String message) PipesResult(PipesResult.STATUS status, EmitData emitData, boolean intermediate) -
Uses of PipesResult.STATUS in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async that return types with arguments of type PipesResult.STATUSMethod parameters in org.apache.tika.pipes.async with type arguments of type PipesResult.STATUSModifier and TypeMethodDescriptionvoidAsyncStatus.update(Map<PipesResult.STATUS, Long> statusCounts, TotalCountResult totalCountResult, AsyncStatus.ASYNC_STATUS status)