| Package | Description | 
|---|---|
| org.apache.uima.resource.metadata | Interfaces for objects that represent metadata for a
Resource. | 
| org.apache.uima.resource.metadata.impl | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LanguagePreconditionA precondition on the language of the document. | 
| interface  | MimeTypePreconditionA precondition on the MIME Type of the entity. | 
| interface  | SimplePreconditionSimplePreconditiondefines a few simple conditions that can be evaluated against aCAS. | 
| Modifier and Type | Method and Description | 
|---|---|
| Precondition[] | Capability. getPreconditions()Retrieves the preconditions that must be satisfied in order for the Resource to begin
 processing. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Capability. setPreconditions(Precondition[] aPreconditions)Sets the  Preconditions of thisCapability. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LanguagePrecondition_implPrecondition that tests language of the document. | 
| class  | MimeTypePrecondition_implPrecondition that tests the MIME type of the Entity's content. | 
| class  | SimplePrecondition_implReference implementation of  SimplePrecondition. | 
| Modifier and Type | Method and Description | 
|---|---|
| Precondition[] | Capability_impl. getPreconditions() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Capability_impl. setPreconditions(Precondition[] aPreconditions) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.