|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema | |
|---|---|
| org.xcmis.search.content | |
| org.xcmis.search.content.command | |
| org.xcmis.search.lucene.content | |
| org.xcmis.search.query | |
| Uses of Schema in org.xcmis.search.content |
|---|
| Classes in org.xcmis.search.content that implement Schema | |
|---|---|
class |
InMemorySchema
In memory Schema implementation. |
| Methods in org.xcmis.search.content that return Schema | |
|---|---|
Schema |
InMemorySchema.Builder.build()
Build the Schema instance, using the current state of the
builder. |
| Uses of Schema in org.xcmis.search.content.command |
|---|
| Methods in org.xcmis.search.content.command that return Schema | |
|---|---|
Schema |
InvocationContext.getSchema()
|
| Methods in org.xcmis.search.content.command with parameters of type Schema | |
|---|---|
void |
InvocationContext.setSchema(Schema schema)
|
| Uses of Schema in org.xcmis.search.lucene.content |
|---|
| Constructors in org.xcmis.search.lucene.content with parameters of type Schema | |
|---|---|
SchemaTableResolver(NameConverter nameConverter,
Schema schema)
|
|
| Uses of Schema in org.xcmis.search.query |
|---|
| Methods in org.xcmis.search.query that return Schema | |
|---|---|
Schema |
QueryExecutionContext.getSchema()
Get the definition of the tables available within this query context. |
| Constructors in org.xcmis.search.query with parameters of type Schema | |
|---|---|
QueryExecutionContext(Schema schema,
QueryExecutionExceptions executionExceptions,
Map<String,Object> variables)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||