Uses of Class
org.apache.uima.cas.impl.OutOfTypeSystemData
-
Packages that use OutOfTypeSystemData Package Description org.apache.uima.adapter.vinci org.apache.uima.cas.impl 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 OutOfTypeSystemData Modifier and Type Field Description private OutOfTypeSystemDataCASTransportable. outOfTypeSystemDataMethods in org.apache.uima.adapter.vinci that return OutOfTypeSystemData Modifier and Type Method Description OutOfTypeSystemDataCASTransportable. getOutOfTypeSystemData()Gets the out of type system data.Constructors in org.apache.uima.adapter.vinci with parameters of type OutOfTypeSystemData Constructor Description CASTransportable(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 OutOfTypeSystemData Modifier and Type Field Description private OutOfTypeSystemDataXCASSerializer.XCASDocSerializer. mOutOfTypeSystemDataprivate OutOfTypeSystemDataXCASDeserializer.XCASDeserializerHandler. outOfTypeSystemDataMethods in org.apache.uima.cas.impl with parameters of type OutOfTypeSystemData Modifier and Type Method Description private voidXCASSerializer.XCASDocSerializer. enqueueOutOfTypeSystemData(OutOfTypeSystemData aData)org.xml.sax.helpers.DefaultHandlerXCASDeserializer. getXCASHandler(CAS cas, OutOfTypeSystemData outOfTypeSystemData)Create a default handler for deserializing an XCAS into thecasparameter.voidXCASSerializer. serialize(CAS cas, org.xml.sax.ContentHandler contentHandler, boolean encodeDoc, OutOfTypeSystemData outOfTypeSystemData)Write the CAS data to a SAX content handler.private voidXCASSerializer.XCASDocSerializer. serialize(boolean encodeDoc, OutOfTypeSystemData outOfTypeSystemData)private voidXCASSerializer.XCASDocSerializer. serializeOutOfTypeSystemData(OutOfTypeSystemData aData)Constructors in org.apache.uima.cas.impl with parameters of type OutOfTypeSystemData Constructor Description XCASDeserializerHandler(CASImpl aCAS, OutOfTypeSystemData ootsData)
-