Uses of Class
org.apache.tika.renderer.RenderResult.STATUS
-
Packages that use RenderResult.STATUS Package Description org.apache.tika.renderer -
-
Uses of RenderResult.STATUS in org.apache.tika.renderer
Methods in org.apache.tika.renderer that return RenderResult.STATUS Modifier and Type Method Description RenderResult.STATUS
RenderResult. getStatus()
static RenderResult.STATUS
RenderResult.STATUS. valueOf(String name)
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.STATUS Constructor Description RenderResult(RenderResult.STATUS status, int id, Object result, Metadata metadata)
-