Uses of Enum
org.apache.tika.renderer.RenderResult.STATUS
Packages that use RenderResult.STATUS
-
Uses of RenderResult.STATUS in org.apache.tika.renderer
Methods in org.apache.tika.renderer that return RenderResult.STATUSModifier and TypeMethodDescriptionRenderResult.getStatus()
static RenderResult.STATUS
Returns the enum constant of this type with the specified name.static RenderResult.STATUS[]
RenderResult.STATUS.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.renderer with parameters of type RenderResult.STATUSModifierConstructorDescriptionRenderResult
(RenderResult.STATUS status, int id, Object result, Metadata metadata)