Uses of Class
org.apache.uima.cas.admin.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
-
Uses of CASAdminException in org.apache.uima.cas.admin
Modifier 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
Modifier 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
reset()
instead.