Uses of Class
org.apache.uima.cas.impl.OutOfTypeSystemData
Packages that use OutOfTypeSystemData
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of OutOfTypeSystemData in org.apache.uima.adapter.vinci
Fields in org.apache.uima.adapter.vinci declared as OutOfTypeSystemDataModifier and TypeFieldDescriptionprivate OutOfTypeSystemData
CASTransportable.outOfTypeSystemData
Methods in org.apache.uima.adapter.vinci that return OutOfTypeSystemDataConstructors in org.apache.uima.adapter.vinci with parameters of type OutOfTypeSystemDataModifierConstructorDescriptionCASTransportable
(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 OutOfTypeSystemData in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as OutOfTypeSystemDataModifier and TypeFieldDescriptionprivate OutOfTypeSystemData
XCASSerializer.XCASDocSerializer.mOutOfTypeSystemData
private OutOfTypeSystemData
XCASDeserializer.XCASDeserializerHandler.outOfTypeSystemData
Methods in org.apache.uima.cas.impl with parameters of type OutOfTypeSystemDataModifier and TypeMethodDescriptionprivate void
XCASSerializer.XCASDocSerializer.enqueueOutOfTypeSystemData
(OutOfTypeSystemData aData) XCASDeserializer.getXCASHandler
(CAS cas, OutOfTypeSystemData outOfTypeSystemData) Create a default handler for deserializing an XCAS into thecas
parameter.void
XCASSerializer.serialize
(CAS cas, ContentHandler contentHandler, boolean encodeDoc, OutOfTypeSystemData outOfTypeSystemData) Write the CAS data to a SAX content handler.private void
XCASSerializer.XCASDocSerializer.serialize
(boolean encodeDoc, OutOfTypeSystemData outOfTypeSystemData) private void
XCASSerializer.XCASDocSerializer.serializeOutOfTypeSystemData
(OutOfTypeSystemData aData) Constructors in org.apache.uima.cas.impl with parameters of type OutOfTypeSystemDataModifierConstructorDescriptionprivate
XCASDeserializerHandler
(CASImpl aCAS, OutOfTypeSystemData ootsData)