See: Description
| Interface | Description |
|---|---|
| ArtifactGenerator |
Artifact Generators generate outputs such as DDL, DML, or Schema snippits
based on Output Java beans.
|
| CreateScriptGenerator |
Marker Interface, noting that this is a generator that can generate
DDL scripts
|
| Output |
An output object is the UI layer's view into Commands.
|
| OutputFactory |
Factory that allows the creation of outputs,
such as AggregateTableOutput, MaterialzedViewOutput,
and/or AJIOutput objects.
|
| OutputService |
The output service API defines how a client tool interacts with the output
service layer.
|
| PopulateScriptGenerator |
Marker Interface, noting that this is a generator that can generate
DML scripts
|
| ResultHandler |
Handles the results of a run of the aggregate designer algorithm.
|
| SchemaGenerator |
Marker Interface, noting that this is a generator that can generate
Mondrian Schema output
|
| Exception | Description |
|---|---|
| OutputValidationException |
Exception that is thrown if any output attribute is invalid when calling
into the
OutputService. |
Copyright © 2006–2016 Julian Hyde. All rights reserved.