Uses of Interface
org.apache.uima.UimaContext
Package
Description
Apache UIMA
Implementation and Low-Level API for the CAS Interfaces.
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of UimaContext in org.apache.uima
Modifier and TypeInterfaceDescriptioninterface
Admin interface to the UIMA Context.Modifier and TypeMethodDescriptionstatic UimaContext
UimaContextHolder.getContext()
Get the UimaContext for this threadstatic UimaContext
UimaContextHolder.setContext
(UimaContext uimaContext) Sets the UimaContext for the current thread.Modifier and TypeMethodDescriptionstatic UimaContext
UimaContextHolder.setContext
(UimaContext uimaContext) Sets the UimaContext for the current thread. -
Uses of UimaContext in org.apache.uima.analysis_component
Modifier and TypeMethodDescriptionprotected final UimaContext
AnalysisComponent_ImplBase.getContext()
Gets the UimaContext for this AnalysisComponent.Modifier and TypeMethodDescriptionvoid
AnalysisComponent_ImplBase.initialize
(UimaContext aContext) void
AnalysisComponent.initialize
(UimaContext aContext) Performs any startup tasks required by this component. -
Uses of UimaContext in org.apache.uima.analysis_engine.impl
Modifier and TypeMethodDescriptionprotected void
AnalysisEngineImplBase.callInitializeMethod
(AnalysisComponent component, UimaContext context) -
Uses of UimaContext in org.apache.uima.cas.impl
ModifierConstructorDescriptionXCASDeserializer
(TypeSystem ts, UimaContext uimaContext) Create a new deserializer from a type system.XCASSerializer
(TypeSystem ts, UimaContext uimaContext) XmiCasDeserializer
(TypeSystem ts, UimaContext uimaContext) Create a new deserializer from a type system.XmiCasSerializer
(TypeSystem ts, UimaContext uimaContext) Deprecated.XmiCasSerializer
(TypeSystem ts, UimaContext uimaContext, Map<String, String> nsUriToSchemaLocationMap) Deprecated.UseXmiCasSerializer(TypeSystem, Map)
instead. -
Uses of UimaContext in org.apache.uima.flow
Modifier and TypeInterfaceDescriptioninterface
A subtype ofUimaContext
used byFlowController
components. -
Uses of UimaContext in org.apache.uima.flow.impl
Modifier and TypeClassDescriptionclass
Implementation of FlowControllerContext. -
Uses of UimaContext in org.apache.uima.impl
Modifier and TypeClassDescriptionclass
Reference implementation ofAnnotatorContext
.class
Implementation of the rootUimaContext
.class
Instances of this class shared by multiple threadsModifier and TypeMethodDescriptionstatic void
Util.withContextHolder
(UimaContext context, Runnable userCode) Calls userCode with specified context, then restores the context holderstatic void
Util.withContextHolderX
(UimaContext context, org.apache.uima.internal.util.function.Runnable_withException userCode) Calls userCode with specified context, then restores the context holder -
Uses of UimaContext in org.apache.uima.resource
Modifier and TypeMethodDescriptionResource_ImplBase.getUimaContext()
Resource.getUimaContext()
Gets the UIMA Context for this Resource.Resource_ImplBase.setContextHolder()
-
Uses of UimaContext in org.apache.uima.resource.impl
Modifier and TypeMethodDescriptionprotected void
CasManager_impl.populateCasToCasPoolAndUimaContextMaps
(CasPool aCasPool, UimaContext aUimaContext) -
Uses of UimaContext in org.apache.uima.uimacpp
XmiCasSerializer(TypeSystem)
instead.