Uses of Class
org.apache.uima.cas.admin.CASAdminException
Packages that use CASAdminException
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
-
Uses of CASAdminException in org.apache.uima.cas
Methods in org.apache.uima.cas that throw CASAdminException -
Uses of CASAdminException in org.apache.uima.cas.admin
Methods in org.apache.uima.cas.admin that throw CASAdminExceptionModifier and TypeMethodDescriptionTypeSystemMgr.addFeature
(String featureName, Type domainType, Type rangeType) Add an feature to the type system.TypeSystemMgr.addFeature
(String featureName, Type domainType, Type rangeType, boolean multipleReferencesAllowed) Add an feature to the type system.TypeSystemMgr.addStringSubtype
(String typeName, String[] stringList) Inherit from String.Add a new type to the type system.boolean
FSIndexRepositoryMgr.createIndex
(FSIndexComparator comp, String label) Create a new sorted index.boolean
FSIndexRepositoryMgr.createIndex
(FSIndexComparator comp, String label, int indexingStrategy) Create a new index.void
CASMgr.flush()
Deprecated.CASMgr.getCAS()
Return a non-admin version of the CAS.CASMgr.getIndexRepositoryMgr()
void
CASMgr.reset()
Flush this CAS instance of all transient data. -
Uses of CASAdminException in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that throw CASAdminExceptionModifier and TypeMethodDescriptionTypeSystemImpl.addFeature
(String featureName, Type domainType, Type rangeType) TypeSystemImpl.addFeature
(String shortFeatName, Type domainType, Type rangeType, boolean multipleReferencesAllowed) TypeSystemImpl.addStringSubtype
(String typeName, String[] stringList) Add a new type to the type system.boolean
FSIndexRepositoryImpl.createIndex
(FSIndexComparator comp, String label) boolean
FSIndexRepositoryImpl.createIndex
(FSIndexComparator comp, String label, int indexType) -
Uses of CASAdminException in org.apache.uima.jcas
Methods in org.apache.uima.jcas that throw CASAdminException
reset()
instead.