Uses of Interface
org.apache.uima.UimaContext
Packages that use 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
Subinterfaces of UimaContext in org.apache.uimaModifier and TypeInterfaceDescriptioninterfaceAdmin interface to the UIMA Context.Fields in org.apache.uima with type parameters of type UimaContextModifier and TypeFieldDescriptionprivate static final Map<UimaContext, StackTraceElement[]> UimaContextHolder.CONTEXT_SETTERSMethods in org.apache.uima that return UimaContextModifier and TypeMethodDescriptionstatic UimaContextUimaContextHolder.getContext()Get the UimaContext for this threadstatic UimaContextUimaContextHolder.setContext(UimaContext uimaContext) Sets the UimaContext for the current thread.Methods in org.apache.uima with parameters of type UimaContextModifier and TypeMethodDescriptionprivate static ObjectUimaContextHolder.makeRef(UimaContext aContext) static UimaContextUimaContextHolder.setContext(UimaContext uimaContext) Sets the UimaContext for the current thread. -
Uses of UimaContext in org.apache.uima.adapter.vinci
Fields in org.apache.uima.adapter.vinci declared as UimaContextConstructors in org.apache.uima.adapter.vinci with parameters of type UimaContextModifierConstructorDescriptionCASTransportable(CAS cas, OutOfTypeSystemData outOfTypeSystemData, UimaContext uimaContext, boolean includeDocText) This constructor is used on the client side, where we have a dedicated CAS instance for the request.CASTransportable(CasPool casPool, OutOfTypeSystemData outOfTypeSystemData, UimaContext uimaContext, boolean includeDocText) This constructor is used on the service side - a CAS Pool reference is provided. -
Uses of UimaContext in org.apache.uima.analysis_component
Fields in org.apache.uima.analysis_component declared as UimaContextMethods in org.apache.uima.analysis_component that return UimaContextModifier and TypeMethodDescriptionprotected final UimaContextAnalysisComponent_ImplBase.getContext()Gets the UimaContext for this AnalysisComponent.Methods in org.apache.uima.analysis_component with parameters of type UimaContextModifier and TypeMethodDescriptionvoidAnalysisComponent_ImplBase.initialize(UimaContext aContext) voidAnalysisComponent.initialize(UimaContext aContext) Performs any startup tasks required by this component. -
Uses of UimaContext in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that return UimaContextMethods in org.apache.uima.analysis_engine.impl with parameters of type UimaContextModifier and TypeMethodDescriptionprotected voidAnalysisEngineImplBase.callInitializeMethod(AnalysisComponent component, UimaContext context) private voidAnalysisEngineImplBase.withContexts(AnalysisComponent component, UimaContext context, AbstractCas cas, Runnable_withException r) -
Uses of UimaContext in org.apache.uima.analysis_engine.impl.compatibility
Fields in org.apache.uima.analysis_engine.impl.compatibility declared as UimaContextMethods in org.apache.uima.analysis_engine.impl.compatibility with parameters of type UimaContextModifier and TypeMethodDescriptionvoidAnnotatorAdapter.initialize(UimaContext aContext) voidCasConsumerAdapter.initialize(UimaContext aContext) voidCollectionReaderAdapter.initialize(UimaContext aContext) -
Uses of UimaContext in org.apache.uima.cas.impl
Constructors in org.apache.uima.cas.impl with parameters of type UimaContextModifierConstructorDescriptionXCASDeserializer(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
Subinterfaces of UimaContext in org.apache.uima.flowModifier and TypeInterfaceDescriptioninterfaceA subtype ofUimaContextused byFlowControllercomponents. -
Uses of UimaContext in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement UimaContextModifier and TypeClassDescriptionclassImplementation of FlowControllerContext. -
Uses of UimaContext in org.apache.uima.impl
Classes in org.apache.uima.impl that implement UimaContextModifier and TypeClassDescriptionclassReference implementation ofAnnotatorContext.classImplementation of the rootUimaContext.classInstances of this class shared by multiple threadsMethods in org.apache.uima.impl with parameters of type UimaContextModifier and TypeMethodDescriptionstatic voidUtil.withContextHolder(UimaContext context, Runnable userCode) Calls userCode with specified context, then restores the context holderstatic voidUtil.withContextHolderX(UimaContext context, Runnable_withException userCode) Calls userCode with specified context, then restores the context holder -
Uses of UimaContext in org.apache.uima.resource
Methods in org.apache.uima.resource that return UimaContextModifier 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
Fields in org.apache.uima.resource.impl with type parameters of type UimaContextModifier and TypeFieldDescriptionprivate final Map<CAS, UimaContext> CasManager_impl.mCasToUimaContextMapMethods in org.apache.uima.resource.impl with parameters of type UimaContextModifier and TypeMethodDescriptionprivate voidCasManager_impl.defineCasPool(UimaContext aRequestorContext, String aRequestorContextName, int aMinimumSize, Properties aPerformanceTuningSettings) protected voidCasManager_impl.populateCasToCasPoolAndUimaContextMaps(CasPool aCasPool, UimaContext aUimaContext) -
Uses of UimaContext in org.apache.uima.tools.components
Methods in org.apache.uima.tools.components with parameters of type UimaContext -
Uses of UimaContext in org.apache.uima.uimacpp
Fields in org.apache.uima.uimacpp declared as UimaContextMethods in org.apache.uima.uimacpp with parameters of type UimaContext
XmiCasSerializer(TypeSystem)instead.